diff options
author | Michel Zou | 2023-05-13 11:53:22 +0200 |
---|---|---|
committer | Michel Zou | 2023-05-13 11:53:22 +0200 |
commit | 4e9b0ef9a92708a0d5be08542a00ea8834231f29 (patch) | |
tree | 6d98a3bd19cd12b982b69f2a3acbb7ab2ba5db83 | |
parent | cb8afce7c72c7b53ea3b6a72e8cf41be91be0979 (diff) | |
download | aur-4e9b0ef9a92708a0d5be08542a00ea8834231f29.tar.gz |
11.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-primesieve pkgdesc = Fast prime number generator (mingw-w64) - pkgver = 11.0 + pkgver = 11.1 pkgrel = 1 url = https://github.com/kimwalisch/primesieve arch = any @@ -10,7 +10,7 @@ pkgbase = mingw-w64-primesieve options = !buildflags options = !strip options = staticlibs - source = https://github.com/kimwalisch/primesieve/archive/v11.0.tar.gz - sha256sums = b29a7ec855764ce7474d00be03e1d83209bd097faa3778382dfb73a06866097e + source = https://github.com/kimwalisch/primesieve/archive/v11.1.tar.gz + sha256sums = bab3bc4a1f3247f95b83dfc494ab0ce37a370a7b05379640f58e786d8d5fba61 pkgname = mingw-w64-primesieve @@ -1,5 +1,5 @@ pkgname=mingw-w64-primesieve -pkgver=11.0 +pkgver=11.1 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=('b29a7ec855764ce7474d00be03e1d83209bd097faa3778382dfb73a06866097e') +sha256sums=('bab3bc4a1f3247f95b83dfc494ab0ce37a370a7b05379640f58e786d8d5fba61') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" |