summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c8c05f63851..9a1cc4792389 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,13 +2,12 @@ pkgbase = 915resolution
pkgdesc = A tool to modify the video BIOS of the 800 and 900 series Intel graphics chipsets
pkgver = 0.5.3
pkgrel = 1
- url = http://915resolution.mango-lang.org/
+ url = https://web.archive.org/web/20220409183124/http://915resolution.mango-lang.org/
arch = i686
arch = x86_64
license = custom:Public Domain
depends = bash
- source = http://915resolution.mango-lang.org/915resolution-0.5.3.tar.gz
- sha256sums = b64cab834b5e410bca555dc9db8e69f62f6f02496942f35ff4a68f3f27f1b542
+ source = https://web.archive.org/web/20110808175936if_/http://915resolution.mango-lang.org/915resolution-0.5.3.tar.gz
+ sha256sums = 734b62cdfeaaacaf076e87a2937a077823c92a05202b502cc2f6884a7fcaccee
pkgname = 915resolution
-
diff --git a/PKGBUILD b/PKGBUILD
index b08952f6f1f0..83871e930e34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@ pkgname=915resolution
pkgver=0.5.3
pkgrel=1
pkgdesc='A tool to modify the video BIOS of the 800 and 900 series Intel graphics chipsets'
-url='http://915resolution.mango-lang.org/'
+url='https://web.archive.org/web/20220409183124/http://915resolution.mango-lang.org/'
license=('custom:Public Domain')
-source=("http://915resolution.mango-lang.org/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('b64cab834b5e410bca555dc9db8e69f62f6f02496942f35ff4a68f3f27f1b542')
+source=("https://web.archive.org/web/20110808175936if_/http://915resolution.mango-lang.org/915resolution-${pkgver}.tar.gz")
+sha256sums=('734b62cdfeaaacaf076e87a2937a077823c92a05202b502cc2f6884a7fcaccee')
arch=('i686' 'x86_64')
depends=('bash')