primesieve: update to 12.4.
This commit is contained in:
parent
e2d4debae7
commit
3ca686d9dd
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'primesieve'
|
# Template file for 'primesieve'
|
||||||
pkgname=primesieve
|
pkgname=primesieve
|
||||||
version=12.3
|
version=12.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTS=ON -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=OFF"
|
configure_args="-DBUILD_TESTS=ON -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=OFF"
|
||||||
|
@ -10,7 +10,7 @@ license="BSD-2-Clause"
|
||||||
homepage="https://github.com/kimwalisch/primesieve"
|
homepage="https://github.com/kimwalisch/primesieve"
|
||||||
changelog="https://raw.githubusercontent.com/kimwalisch/primesieve/master/ChangeLog"
|
changelog="https://raw.githubusercontent.com/kimwalisch/primesieve/master/ChangeLog"
|
||||||
distfiles="https://github.com/kimwalisch/primesieve/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/kimwalisch/primesieve/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=147105d9d41a17a9eee0640182c106454ec48b0d1bf54ced7b2b9ddad8a0f8b4
|
checksum=eb7081adebe8030e93b3675c74ac603438d10a36792246b274c79f11d8a987ce
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Reference in New Issue