summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThiago Almeida2021-08-25 11:48:43 +0200
committerThiago Almeida2021-08-25 11:48:43 +0200
commitd95635715d5e850d9d7ba30d6c2b8b1ca0cf8145 (patch)
tree586a63025260c3b458952df4d6394b54c1832cb8 /PKGBUILD
parent4f759cbf772685df2279f1166bbcac8dbcbdeec6 (diff)
downloadaur-d95635715d5e850d9d7ba30d6c2b8b1ca0cf8145.tar.gz
Version bump to 0.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33ff132c6bd8..3fbb4d245399 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thiago Almeida <echo "dGhpYWdvYWxtZWlkYXNhQGdtYWlsLmNvbQo=" | base64 -d>
pkgname="cloud-nuke-bin"
-pkgver=0.3.0
+pkgver=0.5.0
pkgrel=1
pkgdesc="A tool for cleaning up your cloud accounts by nuking (deleting) all resources within it."
url="https://github.com/gruntwork-io/cloud-nuke"
@@ -10,8 +10,8 @@ license=('MIT')
provides=('cloud-nuke')
source_x86_64=("$pkgname::$url/releases/download/v${pkgver}/${pkgname/-bin/}_linux_amd64")
source_i386=("$pkgname::$url/releases/download/v${pkgver}/${pkgname/-bin/}_linux_386")
-sha256sums_x86_64=(9c2e21c0dfd7528318db4bc03db595f74e4817868d68465068e24cafa3feca3d)
-sha256sums_i386=(ce8fd17dea9c320fe6f7550c27ce490370e1e8d555836a5d88fd334d1e01314e)
+sha256sums_x86_64=(8d84c8240093e399ae96de35c82483b7ebb518dfe0d5d289c7de5996fb6023e9)
+sha256sums_i386=(02198396414089329daf6ee36e7ab86c53714b969ae119ba2a0f0ed032867769)
package() {
install -Dm755 cloud-nuke-bin "$pkgdir/usr/bin/cloud-nuke"