summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0x9fff002020-07-21 13:52:23 +0200
committer0x9fff002020-07-21 13:52:23 +0200
commitd172f62f8d74beb8dac93eed30e0e9d1f63ea8b3 (patch)
treeaf2fd08afb401999aedbf33fb1214f1afe0302a1
parent10f603dbb0b11ef65df9e3913d84e7edb5f29563 (diff)
downloadaur-d172f62f8d74beb8dac93eed30e0e9d1f63ea8b3.tar.gz
Update download link
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8755e3fe69fe..d6bdf02f3384 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = libirecovery
license = LGPL2.1
depends = libusb
depends = readline
- source = https://www.libimobiledevice.org/downloads/libirecovery-1.0.0.tar.bz2
+ source = https://github.com/libimobiledevice/libirecovery/releases/download/1.0.0/libirecovery-1.0.0.tar.bz2
sha256sums = cda0aba10a5b6fc2e1d83946b009e3e64d0be36912a986e35ad6d34b504ad9b4
pkgname = libirecovery
diff --git a/PKGBUILD b/PKGBUILD
index 247634ab307a..c4820e6f6bc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('x86_64')
url="https://www.libimobiledevice.org/"
license=('LGPL2.1')
depends=('libusb' 'readline')
-source=("https://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2")
+source=("https://github.com/libimobiledevice/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2")
sha256sums=('cda0aba10a5b6fc2e1d83946b009e3e64d0be36912a986e35ad6d34b504ad9b4')
build() {