summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThiago Almeida2022-10-31 18:36:52 +0100
committerThiago Almeida2022-10-31 18:36:52 +0100
commit0487b02e806d8ccac40d5c7de14bda3a7abfe961 (patch)
tree588a28e95b6843b16d3266e915d893caedf20ef5 /PKGBUILD
parent36e96beff38d5b7c89b88403409b8c64c1eca80d (diff)
downloadaur-0487b02e806d8ccac40d5c7de14bda3a7abfe961.tar.gz
feat: Version bump to 0.21.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ae402463d05..114744104a68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thiago Almeida <echo "dGhpYWdvYWxtZWlkYXNhQGdtYWlsLmNvbQo=" | base64 -d>
pkgname="cloud-nuke-bin"
-pkgver=0.19.1
+pkgver=0.21.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,9 +10,9 @@ 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=(4b4319be414187b99dec86c8a0cfddb4b9bd844309a4722f1082224a2e3031ff)
-sha256sums_i386=(dee23b483ea1186099fe0bdb423c43bc633cf4c727afc13e514a5397013c6cf7)
-sha256sums_aarch64=(e52bee6afe003e53caadd915b37503131fae53f51f917a2fa3e828ef05d6eeea)
+sha256sums_x86_64=(ec89d7c8a85d852a2edd06b6a51e51fa1d5fce35be54314b6cbcf247eeb90340)
+sha256sums_i386=(9ddb8d7cdd4b639a27e7ba6af6741b9d9c8da2dd250ee61c516045472f7b70e0)
+sha256sums_aarch64=(e1d8752b6e42c36a00f20ecdf7ff7bd77c35c135aa7d47a9b572b64d01fcc0c1)
package() {
install -Dm755 cloud-nuke-bin "$pkgdir/usr/bin/cloud-nuke"