summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoréclairevoyant2024-01-24 03:58:26 -0500
committeréclairevoyant2024-01-24 03:58:26 -0500
commitd908ea928e71b7f649afe884e5ced03bac824e46 (patch)
treee898c59a3896db779f69c32dc4c513a6ffc09824
parentc6d04af463a70b7b4fba86e4ce5a41a3173b981f (diff)
downloadaur-d908ea928e71b7f649afe884e5ced03bac824e46.tar.gz
y-cruncher: upgpkg 0.8.3.9532
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcc352525ce5..148d146ef99a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = y-cruncher
pkgdesc = The first scalable multi-threaded Pi-benchmark for multi-core systems
- pkgver = 0.8.3.9531
+ pkgver = 0.8.3.9532
pkgrel = 1
url = http://www.numberworld.org/y-cruncher
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = y-cruncher
depends = numactl
depends = tbb
options = !strip
- source = https://github.com/Mysticial/y-cruncher/releases/download/v0.8.3.9531/y-cruncher.v0.8.3.9531-dynamic.tar.xz
- b2sums = f5369104da646628fc592dd80882536a7be5dd00e26f0052a337a2c3c98242b6e817e70f20fbeab566d27cb07c7801f3fb059dac5ac52ca51adffc8c17bff858
+ source = https://github.com/Mysticial/y-cruncher/releases/download/v0.8.3.9532/y-cruncher.v0.8.3.9532-dynamic.tar.xz
+ b2sums = 28b71cef565a0e7f16412e59cf47b90c7a04461a1d9b99e2cddbf67a1702bb784e71c641e3b972104bd2b9cbd3ac062d6d60d94c2f613c1203d897c895dd0f96
pkgname = y-cruncher
diff --git a/PKGBUILD b/PKGBUILD
index 87d9a14f9e00..e7bbaf8d8606 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: kfgz <ffiasd at gmail dot com>
pkgname=y-cruncher
-pkgver=0.8.3.9531
+pkgver=0.8.3.9532
pkgrel=1
pkgdesc="The first scalable multi-threaded Pi-benchmark for multi-core systems"
arch=(x86_64)
@@ -15,7 +15,7 @@ license=(custom)
options=('!strip')
depends=(gcc-libs glibc numactl tbb)
source=("https://github.com/Mysticial/$pkgname/releases/download/v$pkgver/$pkgname.v$pkgver-dynamic.tar.xz")
-b2sums=('f5369104da646628fc592dd80882536a7be5dd00e26f0052a337a2c3c98242b6e817e70f20fbeab566d27cb07c7801f3fb059dac5ac52ca51adffc8c17bff858')
+b2sums=('28b71cef565a0e7f16412e59cf47b90c7a04461a1d9b99e2cddbf67a1702bb784e71c641e3b972104bd2b9cbd3ac062d6d60d94c2f613c1203d897c895dd0f96')
prepare() {
cd "$pkgname v$pkgver-dynamic"