summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosh VanderLinden2022-04-11 12:33:54 -0400
committerJosh VanderLinden2022-04-11 12:33:54 -0400
commit90f2567972ff612acc669ff8f031444aedf663fd (patch)
tree4ffa0ae5b91f6db874cfeaa2db379a5ddb89c6a0 /PKGBUILD
parentcf53122771956266e614a463040990e9c712c8c3 (diff)
downloadaur-90f2567972ff612acc669ff8f031444aedf663fd.tar.gz
Bump to 0.4.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e877d10aed5..b42f7280511e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh VanderLinden <arch@cloudlery.com>
pkgname=aws-lanes
-pkgver=0.4.1
-pkgrel=2
+pkgver=0.4.2
+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=('6d9a4c8c84b2c62e6e43e3ffba74e259db4fa91405f9578aa1d0e06b9732f098'
+sha256sums=('dbd8c031fb1d6bb448b541adfbc371f20198b20bb4450b9f59522ec208b18240'
'cf03ea3ea781a1e6291c16bebe5424b122dc0a996b4807f9f9c5909838909613')
options=(!strip)