summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoréclairevoyant2024-04-01 17:39:31 -0400
committeréclairevoyant2024-04-01 17:39:31 -0400
commit54e342079a3524e225a662360396bcc7723ec7d6 (patch)
treefc24c3c1e69f3539c3324848ecf34faf18710807
parentd908ea928e71b7f649afe884e5ced03bac824e46 (diff)
downloadaur-y-cruncher.tar.gz
y-cruncher: upgpkg 0.8.4.9538
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 148d146ef99a..69a0b1fc2307 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.9532
+ pkgver = 0.8.4.9538
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.9532/y-cruncher.v0.8.3.9532-dynamic.tar.xz
- b2sums = 28b71cef565a0e7f16412e59cf47b90c7a04461a1d9b99e2cddbf67a1702bb784e71c641e3b972104bd2b9cbd3ac062d6d60d94c2f613c1203d897c895dd0f96
+ source = https://github.com/Mysticial/y-cruncher/releases/download/v0.8.4.9538/y-cruncher.v0.8.4.9538-dynamic.tar.xz
+ b2sums = 66f03cfed237288c348003fbcb8b3e13d8ca21d24340bab47a2bdb03d6ef92601ecd69224ad06fee35fd1b7b55ef7ec91dedcb80dd85711227d6d033a98acb39
pkgname = y-cruncher
diff --git a/PKGBUILD b/PKGBUILD
index e7bbaf8d8606..6a87a6fc856c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: kfgz <ffiasd at gmail dot com>
pkgname=y-cruncher
-pkgver=0.8.3.9532
+pkgver=0.8.4.9538
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=('28b71cef565a0e7f16412e59cf47b90c7a04461a1d9b99e2cddbf67a1702bb784e71c641e3b972104bd2b9cbd3ac062d6d60d94c2f613c1203d897c895dd0f96')
+b2sums=('66f03cfed237288c348003fbcb8b3e13d8ca21d24340bab47a2bdb03d6ef92601ecd69224ad06fee35fd1b7b55ef7ec91dedcb80dd85711227d6d033a98acb39')
prepare() {
cd "$pkgname v$pkgver-dynamic"