libsecp256k1: update to 0.4.1.

This commit is contained in:
Arjan Mossel 2024-01-03 16:53:39 +01:00 committed by lemmi
parent 335d423149
commit 760878c180
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'libsecp256k1' # Template file for 'libsecp256k1'
pkgname=libsecp256k1 pkgname=libsecp256k1
version=0.4.0 version=0.4.1
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-benchmark --disable-coverage --enable-experimental configure_args="--disable-benchmark --disable-coverage --enable-experimental
@ -12,7 +12,7 @@ maintainer="Arjan Mossel <arjanmossel@gmail.com>"
license="MIT" license="MIT"
homepage="https://github.com/bitcoin-core/secp256k1" homepage="https://github.com/bitcoin-core/secp256k1"
distfiles="https://github.com/bitcoin-core/secp256k1/archive/v${version}.tar.gz" distfiles="https://github.com/bitcoin-core/secp256k1/archive/v${version}.tar.gz"
checksum="d7c956606e7f52b7703fd2967cb31d2e21ec90c0b440ff1cc7c7d764a4092b98" checksum="31b1a03c7365dbce7aff4be9526243da966c58a8b88b6255556d51b3016492c5"
pre_configure() { pre_configure() {
./autogen.sh ./autogen.sh