primecount: update to 7.4.

This commit is contained in:
Gonzalo Tornaría 2022-10-09 11:31:51 -03:00 committed by classabbyamp
parent 767e303492
commit 76896c4e27

View file

@ -1,6 +1,6 @@
# Template file for 'primecount'
pkgname=primecount
version=7.3
version=7.4
revision=1
build_style=cmake
configure_args="-DBUILD_TESTS=ON -DBUILD_LIBPRIMESIEVE=OFF
@ -12,7 +12,7 @@ license="BSD-2-Clause"
homepage="https://github.com/kimwalisch/primecount/"
changelog="https://raw.githubusercontent.com/kimwalisch/primecount/master/ChangeLog"
distfiles="https://github.com/kimwalisch/primecount/archive/refs/tags/v${version}.tar.gz"
checksum=471fe21461e42e5f28404e17ff840fb527b3ec4064853253ee22cf4a81656332
checksum=6362887e80e849dd1c396ccec773e5a3a7904371b46f1d495d320d31f9c1ae28
build_options="native_build"