Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
c7204e1d
Commit
c7204e1d
authored
3 years ago
by
Michał Adamski
Committed by
Andy Postnikov
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/libsecp256k1: upgrade and enable-module-ecdh
parent
7960675f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!26891
community/libsecp256k1: upgrade and enable-module-ecdh
Pipeline
#98008
passed
3 years ago
Stage: lint
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/libsecp256k1/APKBUILD
+6
-3
6 additions, 3 deletions
community/libsecp256k1/APKBUILD
with
6 additions
and
3 deletions
community/libsecp256k1/APKBUILD
+
6
−
3
View file @
c7204e1d
# Maintainer: Michał Adamski <michal@ert.pl>
pkgname
=
libsecp256k1
pkgver
=
0_git202
0
10
09
pkgver
=
0_git202
1
10
25
pkgrel
=
1
_gitrev
=
63150ab4da1ef13ebfb4396064e1ff501dbd015e
_gitrev
=
3e7b2ea1946a7ba069c6d58c45b0d8cdc6c06f0c
pkgdesc
=
"Optimized C library for EC operations on curve secp256k1"
url
=
"https://github.com/bitcoin-core/secp256k1"
arch
=
"all"
...
...
@@ -23,6 +23,7 @@ build() {
--host
=
$CHOST
\
--prefix
=
/usr
\
--disable-static
\
--enable-module-ecdh
\
--enable-module-recovery
make
}
...
...
@@ -34,4 +35,6 @@ check() {
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"e3b93b3d973cb37d9900f9accdb63483a30a8422abf46d5dc6c2fd814deba27cc5865b643c3d3c9a8c38f020e330559de046656a5a1ab9f4929cbc2d53b33abc secp256k1-63150ab4da1ef13ebfb4396064e1ff501dbd015e.tar.gz"
sha512sums
=
"
fcaf358cbb2c32a12ab8cbc33cfb95442fa4d241903e75830df4539658e0d22e67170c0f491b852f7b1523204f874be685c17a4e6c18e34490ffef4b2d62e853 secp256k1-3e7b2ea1946a7ba069c6d58c45b0d8cdc6c06f0c.tar.gz
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment