summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian 'swiftgeek' Grzywna2024-04-21 22:18:37 +0200
committerSebastian 'swiftgeek' Grzywna2024-04-21 22:18:37 +0200
commit8b5a91d32d49c76ca1b3acdc9750ec6c822034bb (patch)
treee47d20c4677f5f89a7384ac2fd660949a51ffda2
parentede544acfac7f5e32669e37e707b0193f22c7f2e (diff)
downloadaur-8b5a91d32d49c76ca1b3acdc9750ec6c822034bb.tar.gz
Switch to https
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ce61b0f5cf5..ccc62de8f9eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sun Apr 21 20:18:03 UTC 2024
pkgbase = gputest
pkgdesc = cross-platform GPU stress test and OpenGL benchmark. Contains FurMark, TessMark
pkgver = 0.7.0
@@ -10,7 +12,7 @@ pkgbase = gputest
depends = mesa
optdepends = python2: tkinter gui
optdepends = tk: tkinter gui
- source = http://www.ozone3d.net/gputest/dl/GpuTest_Linux_x64_0.7.0.zip
+ source = https://ozone3d.net/gputest/dl/GpuTest_Linux_x64_0.7.0.zip
source = gputest.sh
md5sums = 54bdaa11c73fa08f2e0a47d639f4bdb8
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a40af76a762a..ec4e71e51bef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Swift Geek <swifgeek ɐ google m č0m>
# Contributor: Nick Østergaard <oe.nick at gmail dot com>
-DLAGENTS=('http::/usr/bin/curl -e "http://www.geeks3d.com/20131028/gputest-0-6-0-opengl-benchmark-for-windows-mac-os-x-and-linux-downloads/" -fLC - --retry 3 --retry-delay 3 -o %o %u')
+DLAGENTS=('https::/usr/bin/curl -e "https://www.geeks3d.com/20140304/gputest-0-7-0-opengl-benchmark-win-linux-osx-new-fp64-opengl-4-test-and-online-gpu-database/" -fLC - --retry 3 --retry-delay 3 -o %o %u')
pkgname=gputest
pkgver=0.7.0
@@ -13,7 +13,7 @@ depends=(gcc-libs mesa) # multilib?
optdepends=('python2: tkinter gui'
'tk: tkinter gui')
makedepends=('unzip')
-source=("http://www.ozone3d.net/gputest/dl/GpuTest_Linux_x64_${pkgver}.zip" 'gputest.sh')
+source=("https://ozone3d.net/gputest/dl/GpuTest_Linux_x64_${pkgver}.zip" 'gputest.sh')
md5sums=('54bdaa11c73fa08f2e0a47d639f4bdb8' 'SKIP')
prepare() {