summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2024-04-19 07:21:19 +0200
committerMichel Zou2024-04-19 07:21:19 +0200
commit33ba9b97d4a685ed635a70a09df3121eb28b6491 (patch)
tree1e84148985f156e780bc8375370599988160a4a2 /PKGBUILD
parentb3621b2e890b16220e141116ec46dbbc153cc772 (diff)
downloadaur-mingw-w64-primesieve.tar.gz
12.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc11aa9b5e9d..9b96828e5f72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-primesieve
-pkgver=12.1
+pkgver=12.3
pkgrel=1
pkgdesc="Fast prime number generator (mingw-w64)"
url="https://github.com/kimwalisch/primesieve"
@@ -9,7 +9,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake')
options=('!buildflags' '!strip' 'staticlibs')
source=("https://github.com/kimwalisch/primesieve/archive/v$pkgver.tar.gz")
-sha256sums=('64e7f5d3ce680262b865c7aec1381ffb13d13f75dd985b964ce33806e1bbf386')
+sha256sums=('147105d9d41a17a9eee0640182c106454ec48b0d1bf54ced7b2b9ddad8a0f8b4')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"