From 3d39e966b5f66f796c0b29c4afe54a8928c88714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sun, 14 May 2023 19:28:51 -0300 Subject: [PATCH] primesieve: update to 11.1. --- srcpkgs/primesieve/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/primesieve/template b/srcpkgs/primesieve/template index 5c93e24cba9e..84452b604d55 100644 --- a/srcpkgs/primesieve/template +++ b/srcpkgs/primesieve/template @@ -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"