summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh VanderLinden2018-02-26 19:36:23 -0500
committerJosh VanderLinden2018-02-26 19:36:23 -0500
commitcf53122771956266e614a463040990e9c712c8c3 (patch)
treeea9484e08a6ca728c528f2dd51be28be6910c39d
parent62e8003714120ab93bfdffd5c521bea33eec623c (diff)
downloadaur-cf53122771956266e614a463040990e9c712c8c3.tar.gz
Bump
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14a6cc237627..65a992ad4caa 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.4.0
- pkgrel = 1
+ pkgver = 0.4.1
+ pkgrel = 2
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.4.0/lanes_linux_amd64
- source = https://github.com/codekoala/go-aws-lanes/raw/v0.4.0/LICENSE
- sha256sums = 5f927e9aeccae6f20a662071c41f8ebe5428a52be90b644ffe01507c75678743
+ source = https://github.com/codekoala/go-aws-lanes/releases/download/v0.4.1/lanes_linux_amd64
+ source = https://github.com/codekoala/go-aws-lanes/raw/v0.4.1/LICENSE
+ sha256sums = 6d9a4c8c84b2c62e6e43e3ffba74e259db4fa91405f9578aa1d0e06b9732f098
sha256sums = cf03ea3ea781a1e6291c16bebe5424b122dc0a996b4807f9f9c5909838909613
pkgname = aws-lanes
diff --git a/PKGBUILD b/PKGBUILD
index 71c65752968a..6e877d10aed5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh VanderLinden <arch@cloudlery.com>
pkgname=aws-lanes
-pkgver=0.4.0
-pkgrel=1
+pkgver=0.4.1
+pkgrel=2
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=('5f927e9aeccae6f20a662071c41f8ebe5428a52be90b644ffe01507c75678743'
+sha256sums=('6d9a4c8c84b2c62e6e43e3ffba74e259db4fa91405f9578aa1d0e06b9732f098'
'cf03ea3ea781a1e6291c16bebe5424b122dc0a996b4807f9f9c5909838909613')
options=(!strip)