From b7455267394430588d950ddd46c187067348df48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Fri, 15 Mar 2024 13:21:34 -0300 Subject: [PATCH 1/2] primesieve: update to 12.1. --- srcpkgs/primesieve/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/primesieve/template b/srcpkgs/primesieve/template index 265f340d8153aa..a383f696d8cfab 100644 --- a/srcpkgs/primesieve/template +++ b/srcpkgs/primesieve/template @@ -1,6 +1,6 @@ # Template file for 'primesieve' pkgname=primesieve -version=12.0 +version=12.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=4278bf145a74a5a4405deaaa92a7cd2ee22a50dc8dcae082c33c8e4cfa25ebe4 +checksum=64e7f5d3ce680262b865c7aec1381ffb13d13f75dd985b964ce33806e1bbf386 post_install() { vlicense COPYING From 9a63b58f442879211139bfa1405bb5d1f301275c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Fri, 15 Mar 2024 13:21:37 -0300 Subject: [PATCH 2/2] primecount: update to 7.11. --- srcpkgs/primecount/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/primecount/template b/srcpkgs/primecount/template index 32f64bbc992fd6..d2b371e0843a72 100644 --- a/srcpkgs/primecount/template +++ b/srcpkgs/primecount/template @@ -1,7 +1,7 @@ # Template file for 'primecount' pkgname=primecount -version=7.10 -revision=2 +version=7.11 +revision=1 build_style=cmake configure_args="-DBUILD_TESTS=ON -DBUILD_LIBPRIMESIEVE=OFF -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=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=0a0e9aaa25d8c24d06f0612fc01cd0c31f3eac4e096a9248fc041dd42dc60afb +checksum=e5b015555b50f4f19ae5c9f902bbee08082218862d15ed4ca45deb72f6c9c3f9 build_options="native_build"