primesieve: update to 7.9.

This commit is contained in:
Gonzalo Tornaría 2022-05-03 23:07:32 -03:00 committed by Leah Neukirchen
parent 2888026746
commit 92ad1cb746

View File

@ -1,6 +1,6 @@
# Template file for 'primesieve'
pkgname=primesieve
version=7.8
version=7.9
revision=1
build_style=cmake
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"
changelog="https://raw.githubusercontent.com/kimwalisch/primesieve/master/ChangeLog"
distfiles="https://github.com/kimwalisch/primesieve/archive/refs/tags/v${version}.tar.gz"
checksum=0cd0490259e6e919c6e3dd3f3e69ac6d91e6cbe616e22a219abe4006d9293d5d
checksum=c567f2a1a9d46a70020f920eb2c794142528a31a055995500e7fcb19642b7c91
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"