libsecp256k1: update to 0.4.0.
This commit is contained in:
parent
5b44e1dc6a
commit
67afa340d8
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libsecp256k1'
|
||||
pkgname=libsecp256k1
|
||||
version=0.3.2
|
||||
version=0.4.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-benchmark --disable-coverage --enable-experimental
|
||||
|
@ -12,7 +12,7 @@ maintainer="Arjan Mossel <arjanmossel@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/bitcoin-core/secp256k1"
|
||||
distfiles="https://github.com/bitcoin-core/secp256k1/archive/v${version}.tar.gz"
|
||||
checksum="ef2e1061951b8cf94a7597b4e60fd7810613e327e25305e8d73dfdff67d12190"
|
||||
checksum="d7c956606e7f52b7703fd2967cb31d2e21ec90c0b440ff1cc7c7d764a4092b98"
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
|
|
Loading…
Reference in New Issue