summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Trotman2018-10-02 21:59:23 +1000
committerChris Trotman2018-10-02 21:59:23 +1000
commit256434626f52df0c9628a634bd25b93bdae47cad (patch)
tree65f95b027d8c34b1b425e14e943b80cd27840f9b /PKGBUILD
parent7eb3d1a954a1906255c39a828c0b66f4e7627107 (diff)
downloadaur-256434626f52df0c9628a634bd25b93bdae47cad.tar.gz
0.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97c74d8255d7..1d6615700548 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Trotman <chris@trotman.io>
pkgname=ec2-ip
-pkgver=0.1.0
+pkgver=0.1.1
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=('2d5a9f9d72c5c3192455c8a6a6d167708f84b0d8e0b39b5896941a539a82d748')
+sha256sums=('e66ea1e5d1c2aa006553f6908970aee003d355913dbb91b0b69b53ba5d5bc456')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"