summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Trotman2018-10-28 17:19:36 +1100
committerChris Trotman2018-10-28 17:19:36 +1100
commit5bc40b560f75eadabe5b245599e65e5ec440e4f1 (patch)
treea4bfa02d64dea94c2ba02399b79b57f7c90bc218 /PKGBUILD
parent256434626f52df0c9628a634bd25b93bdae47cad (diff)
downloadaur-ec2-ip.tar.gz
0.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d6615700548..558cbd5b3b96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Trotman <chris@trotman.io>
pkgname=ec2-ip
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=2
pkgdesc="Easily find EC2 instance ip addresses"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ makedepends=('rust' 'cargo')
url="https://github.com/solarnz/ec2-ip"
license=('MIT')
source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/solarnz/$pkgname/tar.gz/v$pkgver)
-sha256sums=('e66ea1e5d1c2aa006553f6908970aee003d355913dbb91b0b69b53ba5d5bc456')
+sha256sums=('1daa2d8a7de2581754b9e2faf13dc90296ace4f8924030b3f6d6ff748cb2ed24')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"