summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e9102ead3e1..87d9a14f9e00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: kfgz <ffiasd at gmail dot com>
pkgname=y-cruncher
-pkgver=0.8.2.9524
+pkgver=0.8.3.9531
pkgrel=1
pkgdesc="The first scalable multi-threaded Pi-benchmark for multi-core systems"
arch=(x86_64)
@@ -14,8 +14,8 @@ url="http://www.numberworld.org/$pkgname"
license=(custom)
options=('!strip')
depends=(gcc-libs glibc numactl tbb)
-source=("$url/$pkgname%20v$pkgver-dynamic.tar.xz")
-b2sums=('19083023e8e84dcbde1d33bb677eee71ec7bb8ea6eb0d316a2ce5192ae9ffe2608296572f3b234214e2fb08c67417b7f0a026d9dded3ab9c2b3052a2b1bb31c4')
+source=("https://github.com/Mysticial/$pkgname/releases/download/v$pkgver/$pkgname.v$pkgver-dynamic.tar.xz")
+b2sums=('f5369104da646628fc592dd80882536a7be5dd00e26f0052a337a2c3c98242b6e817e70f20fbeab566d27cb07c7801f3fb059dac5ac52ca51adffc8c17bff858')
prepare() {
cd "$pkgname v$pkgver-dynamic"