mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
math/secp256k1: update to 0.4.0 release.
This commit is contained in:
parent
9dbfdadc34
commit
e60b982011
3 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= secp256k1
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.3.1
|
||||
DISTVERSION= 0.4.0
|
||||
CATEGORIES= math security java
|
||||
|
||||
MAINTAINER= ale@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1681486895
|
||||
SHA256 (bitcoin-core-secp256k1-v0.3.1_GH0.tar.gz) = 0e7bb22c29ed6add5e3631e6a9ed0526f3020a20f3b99e6151918fba6cf6affa
|
||||
SIZE (bitcoin-core-secp256k1-v0.3.1_GH0.tar.gz) = 2560292
|
||||
TIMESTAMP = 1693901296
|
||||
SHA256 (bitcoin-core-secp256k1-v0.4.0_GH0.tar.gz) = d7c956606e7f52b7703fd2967cb31d2e21ec90c0b440ff1cc7c7d764a4092b98
|
||||
SIZE (bitcoin-core-secp256k1-v0.4.0_GH0.tar.gz) = 2607093
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
include/secp256k1.h
|
||||
include/secp256k1_ecdh.h
|
||||
include/secp256k1_ellswift.h
|
||||
include/secp256k1_extrakeys.h
|
||||
include/secp256k1_preallocated.h
|
||||
include/secp256k1_recovery.h
|
||||
|
@ -7,5 +8,5 @@ include/secp256k1_schnorrsig.h
|
|||
lib/libsecp256k1.a
|
||||
lib/libsecp256k1.so
|
||||
lib/libsecp256k1.so.2
|
||||
lib/libsecp256k1.so.2.0.1
|
||||
lib/libsecp256k1.so.2.1.0
|
||||
libdata/pkgconfig/libsecp256k1.pc
|
||||
|
|
Loading…
Add table
Reference in a new issue