summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh VanderLinden2017-11-06 15:18:54 -0500
committerJosh VanderLinden2017-11-06 15:18:54 -0500
commit14d04b445b52e78d7c9005f910ee7b8e14ce7d36 (patch)
treeeb415ca027c81f89ab1b239ab8c530d774f25f18
parentc094fd591de84cc5a0b8279155fd7c7b9d18dceb (diff)
downloadaur-14d04b445b52e78d7c9005f910ee7b8e14ce7d36.tar.gz
Bump to 0.3.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 922b3cbb45da..480c71100418 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = aws-lanes
pkgdesc = Utility for interacting with different lanes of servers on AWS.
- pkgver = 0.3.0
- pkgrel = 2
+ pkgver = 0.3.1
+ pkgrel = 1
url = https://github.com/codekoala/go-aws-lanes
arch = x86_64
license = BSD
options = !strip
- source = https://github.com/codekoala/go-aws-lanes/releases/download/v0.3.0/lanes_linux_amd64
- source = https://github.com/codekoala/go-aws-lanes/raw/v0.3.0/LICENSE
- sha256sums = e5e1cc6c7967776d1c41dfb3fc5997b199cabf8b94f5b25da2008ff4d498f19c
+ source = https://github.com/codekoala/go-aws-lanes/releases/download/v0.3.1/lanes_linux_amd64
+ source = https://github.com/codekoala/go-aws-lanes/raw/v0.3.1/LICENSE
+ sha256sums = e8e9659407ab327c1f87ab9ea0de0c0c9e34d0428489d9fa34b966195a5c6ac8
sha256sums = cf03ea3ea781a1e6291c16bebe5424b122dc0a996b4807f9f9c5909838909613
pkgname = aws-lanes
diff --git a/PKGBUILD b/PKGBUILD
index d88778df0cd8..c16adac3b692 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh VanderLinden <arch@cloudlery.com>
pkgname=aws-lanes
-pkgver=0.3.0
-pkgrel=2
+pkgver=0.3.1
+pkgrel=1
pkgdesc="Utility for interacting with different lanes of servers on AWS."
arch=('x86_64')
url="https://github.com/codekoala/go-aws-lanes"
@@ -10,7 +10,7 @@ source=(
"https://github.com/codekoala/go-aws-lanes/releases/download/v${pkgver}/lanes_linux_amd64"
"https://github.com/codekoala/go-aws-lanes/raw/v${pkgver}/LICENSE"
)
-sha256sums=('e5e1cc6c7967776d1c41dfb3fc5997b199cabf8b94f5b25da2008ff4d498f19c'
+sha256sums=('e8e9659407ab327c1f87ab9ea0de0c0c9e34d0428489d9fa34b966195a5c6ac8'
'cf03ea3ea781a1e6291c16bebe5424b122dc0a996b4807f9f9c5909838909613')
options=(!strip)