primesieve: update to 11.1.

This commit is contained in:
Gonzalo Tornaría 2023-05-14 19:28:51 -03:00 committed by classabbyamp
parent dfc49c9c45
commit 7b12ff6478

View File

@ -1,6 +1,6 @@
# Template file for 'primesieve'
pkgname=primesieve
version=11.0
version=11.1
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=b29a7ec855764ce7474d00be03e1d83209bd097faa3778382dfb73a06866097e
checksum=bab3bc4a1f3247f95b83dfc494ab0ce37a370a7b05379640f58e786d8d5fba61
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"