primecount: update to 7.8.

This commit is contained in:
Gonzalo Tornaría 2023-03-26 20:02:30 -03:00 committed by classabbyamp
parent 0a15d9470c
commit 43913cf26c

View file

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