summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph R. Prostko2019-07-25 18:31:50 -0400
committerJoseph R. Prostko2019-07-25 18:31:50 -0400
commitf295ba067a3eae90633b908e249e6c9c50832de2 (patch)
treec55e49a93398d22b087df65a92c71157083c4362
parented8bcd3ae22d0d95ed6164cd479f63ca5b6f0158 (diff)
downloadaur-f295ba067a3eae90633b908e249e6c9c50832de2.tar.gz
Fix broken download URLs for aptly 1.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffe626f60b05..aba68a470334 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = aptly
pkgdesc = A Swiss Army knife for Debian repository management.
pkgver = 1.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.aptly.info
arch = i686
arch = x86_64
license = MIT
options = !strip
- source_i686 = https://bintray.com/artifact/download/smira/aptly/aptly_1.4.0_linux_386.tar.gz
+ source_i686 = https://github.com/aptly-dev/aptly/releases/download/v1.4.0/aptly_1.4.0_linux_386.tar.gz
sha256sums_i686 = 53aee380cbfc96dc2e7c30b3df2ae11524d7227af1f613ad0964a24a88e15b10
- source_x86_64 = https://bintray.com/artifact/download/smira/aptly/aptly_1.4.0_linux_amd64.tar.gz
+ source_x86_64 = https://github.com/aptly-dev/aptly/releases/download/v1.4.0/aptly_1.4.0_linux_amd64.tar.gz
sha256sums_x86_64 = b3eb077d0e53b2361ab8db37b9bca1bf22018663274fddac0f3e4da6c48f1efb
pkgname = aptly
diff --git a/PKGBUILD b/PKGBUILD
index e7caa3b6438d..25d5d1b215de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=aptly
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="A Swiss Army knife for Debian repository management."
url="https://www.aptly.info"
license=('MIT')
options=('!strip')
arch=('i686' 'x86_64')
-source_i686=("https://bintray.com/artifact/download/smira/aptly/aptly_${pkgver}_linux_386.tar.gz")
-source_x86_64=("https://bintray.com/artifact/download/smira/aptly/aptly_${pkgver}_linux_amd64.tar.gz")
+source_i686=("https://github.com/aptly-dev/aptly/releases/download/v${pkgver}/aptly_1.4.0_linux_386.tar.gz")
+source_x86_64=("https://github.com/aptly-dev/aptly/releases/download/v${pkgver}/aptly_${pkgver}_linux_amd64.tar.gz")
sha256sums_i686=('53aee380cbfc96dc2e7c30b3df2ae11524d7227af1f613ad0964a24a88e15b10')
sha256sums_x86_64=('b3eb077d0e53b2361ab8db37b9bca1bf22018663274fddac0f3e4da6c48f1efb')