summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph R. Prostko2017-08-11 19:55:44 -0400
committerJoseph R. Prostko2017-08-11 19:55:44 -0400
commitc0b6e2ee798e596596ae7cd6f0b9b7e3bf11a75b (patch)
tree51ece18c8fe1e5d4e7093d30c7f76c42792087c3
parenta0a60bf62597332c6c6b65e72c23009a5ab46e11 (diff)
downloadaur-c0b6e2ee798e596596ae7cd6f0b9b7e3bf11a75b.tar.gz
Update Aptly to 1.1.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cb546da3f45..0e86a896ed6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
+# Generated by mksrcinfo v8
+# Fri Aug 11 23:54:17 UTC 2017
pkgbase = aptly
pkgdesc = A Swiss Army knife for Debian repository management.
- pkgver = 1.0.1
+ pkgver = 1.1.0
pkgrel = 1
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.0.1_linux_386.tar.gz
- sha256sums_i686 = 8f2c844ef6b292b93aa05e236693653cb6d5148336147b4849458e143b3a427a
- source_x86_64 = https://bintray.com/artifact/download/smira/aptly/aptly_1.0.1_linux_amd64.tar.gz
- sha256sums_x86_64 = 1a674909a635824eca6b8fa6edb751997176b487dc39c7188a4a996663dab46a
+ source_i686 = https://bintray.com/artifact/download/smira/aptly/aptly_1.1.0_linux_386.tar.gz
+ sha256sums_i686 = 5040f5860f14eaa55b0dbbc19b0fdee46cdf41abc71ae4593e6134e44e1dea26
+ source_x86_64 = https://bintray.com/artifact/download/smira/aptly/aptly_1.1.0_linux_amd64.tar.gz
+ sha256sums_x86_64 = fcc84ce49f65c7fd061d289ce4de16918e93a66090533fd5bba4be4b0ed3bd47
pkgname = aptly
diff --git a/PKGBUILD b/PKGBUILD
index 12aafa516b2f..34fd89ddc7e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joseph R. Prostko <joe dot prostko at gmail dot com>
pkgname=aptly
-pkgver=1.0.1
+pkgver=1.1.0
pkgrel=1
pkgdesc="A Swiss Army knife for Debian repository management."
url="https://www.aptly.info"
@@ -10,8 +10,8 @@ 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")
-sha256sums_i686=('8f2c844ef6b292b93aa05e236693653cb6d5148336147b4849458e143b3a427a')
-sha256sums_x86_64=('1a674909a635824eca6b8fa6edb751997176b487dc39c7188a4a996663dab46a')
+sha256sums_i686=('5040f5860f14eaa55b0dbbc19b0fdee46cdf41abc71ae4593e6134e44e1dea26')
+sha256sums_x86_64=('fcc84ce49f65c7fd061d289ce4de16918e93a66090533fd5bba4be4b0ed3bd47')
package() {
# Test for current architecture