summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBarnaby Gray2016-03-05 20:41:44 +0000
committerBarnaby Gray2016-03-05 20:41:44 +0000
commite81e61cc9dc70f4b7eaa7d99072b8b33b4103320 (patch)
tree2e0a1c8f7c855c64c2efadaea04a6bc6bcb2fe99 /PKGBUILD
parentc8dba433c84ef0676da818e47a79bc3861bf85f4 (diff)
downloadaur-e81e61cc9dc70f4b7eaa7d99072b8b33b4103320.tar.gz
0.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4f806dc74bc..e3404b076998 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Barnaby Gray <barnaby@pickle.me.uk>
pkgname=cli53
-pkgver=0.6.8
+pkgver=0.7.0
pkgrel=1
pkgdesc="Command line tool for Amazon Route 53"
arch=('i686' 'x86_64')
license=('BSD')
depends=()
makedepends=('go')
-source=("https://github.com/barnybug/cli53/archive/0.6.8.tar.gz")
-md5sums=('10300a3d63336df0fa7e12b988761fcc')
+source=("https://github.com/barnybug/cli53/archive/$pkgver.tar.gz")
+sha256sums=('87233f01795194e87a0f906309e273ca1e38e2313b2272c5bef27eb905543d99')
build() {
cd "$srcdir/$pkgname-$pkgver"