primecount: update to 7.9.

This commit is contained in:
Gonzalo Tornaría 2023-07-03 22:08:02 -03:00 committed by Andrew Benson
parent 0a185bd150
commit f7dd3af89d

View File

@ -1,6 +1,6 @@
# Template file for 'primecount'
pkgname=primecount
version=7.8
version=7.9
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=7588b241cd268f4cc6c836135088a143ca65c181278ee0ba3b3309ac055d5ae8
checksum=872975ba2cbb43f5cc1ff5f5fda9ec4ec3f2be1eb3e3e906abe5d0b29a997f5b
build_options="native_build"