summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Trotman2018-10-28 17:19:36 +1100
committerChris Trotman2018-10-28 17:19:36 +1100
commit5bc40b560f75eadabe5b245599e65e5ec440e4f1 (patch)
treea4bfa02d64dea94c2ba02399b79b57f7c90bc218
parent256434626f52df0c9628a634bd25b93bdae47cad (diff)
downloadaur-ec2-ip.tar.gz
0.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 221135c7ace7..918dc27c3903 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Oct 2 11:58:57 UTC 2018
+# Sun Oct 28 06:19:25 UTC 2018
pkgbase = ec2-ip
pkgdesc = Easily find EC2 instance ip addresses
- pkgver = 0.1.1
+ pkgver = 0.1.2
pkgrel = 2
url = https://github.com/solarnz/ec2-ip
arch = i686
@@ -11,8 +11,8 @@ pkgbase = ec2-ip
makedepends = rust
makedepends = cargo
depends = ncurses
- source = ec2-ip-0.1.1.tar.gz::https://codeload.github.com/solarnz/ec2-ip/tar.gz/v0.1.1
- sha256sums = e66ea1e5d1c2aa006553f6908970aee003d355913dbb91b0b69b53ba5d5bc456
+ source = ec2-ip-0.1.2.tar.gz::https://codeload.github.com/solarnz/ec2-ip/tar.gz/v0.1.2
+ sha256sums = 1daa2d8a7de2581754b9e2faf13dc90296ace4f8924030b3f6d6ff748cb2ed24
pkgname = ec2-ip
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}"