summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian 'swiftgeek' Grzywna2024-04-21 22:19:26 +0200
committerSebastian 'swiftgeek' Grzywna2024-04-21 22:20:42 +0200
commitcab74dbcaec7e1714ff1b13099e98b6cc215d1f5 (patch)
treec22313e91c5818e7af15c64c6a8afea4b72f8201
parent8b5a91d32d49c76ca1b3acdc9750ec6c822034bb (diff)
downloadaur-gputest.tar.gz
Switch to sha256
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccc62de8f9eb..d68153a5d2b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Apr 21 20:18:03 UTC 2024
+# Sun Apr 21 20:20:39 UTC 2024
pkgbase = gputest
pkgdesc = cross-platform GPU stress test and OpenGL benchmark. Contains FurMark, TessMark
pkgver = 0.7.0
@@ -14,8 +14,8 @@ pkgbase = gputest
optdepends = tk: tkinter gui
source = https://ozone3d.net/gputest/dl/GpuTest_Linux_x64_0.7.0.zip
source = gputest.sh
- md5sums = 54bdaa11c73fa08f2e0a47d639f4bdb8
- md5sums = SKIP
+ sha256sums = a6cbddfb40dc203735d63bc9609b24abde8613fbb649d0ef7d0d4515842ba263
+ sha256sums = SKIP
pkgname = gputest
diff --git a/PKGBUILD b/PKGBUILD
index ec4e71e51bef..336ee7baa5a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,8 @@ optdepends=('python2: tkinter gui'
'tk: tkinter gui')
makedepends=('unzip')
source=("https://ozone3d.net/gputest/dl/GpuTest_Linux_x64_${pkgver}.zip" 'gputest.sh')
-md5sums=('54bdaa11c73fa08f2e0a47d639f4bdb8' 'SKIP')
+sha256sums=('a6cbddfb40dc203735d63bc9609b24abde8613fbb649d0ef7d0d4515842ba263'
+ 'SKIP')
prepare() {
cd "$srcdir/GpuTest_Linux_x64_${pkgver}"