summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThiago Almeida2022-09-29 12:48:39 +0200
committerThiago Almeida2022-09-29 12:48:39 +0200
commit36e96beff38d5b7c89b88403409b8c64c1eca80d (patch)
tree4364cf37175912dd5f2f01665b35dea1774a36da /PKGBUILD
parentaeabaa5dbf02a58a9f56a648e81e03b5c77a6189 (diff)
downloadaur-36e96beff38d5b7c89b88403409b8c64c1eca80d.tar.gz
feat: Version bump to 0.19.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b18bcac99b8..3ae402463d05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thiago Almeida <echo "dGhpYWdvYWxtZWlkYXNhQGdtYWlsLmNvbQo=" | base64 -d>
pkgname="cloud-nuke-bin"
-pkgver=0.19.0
+pkgver=0.19.1
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=(90f59c7b291691fb7de76b3fb68c759608c8e4b3b0136862767484843900a08e)
-sha256sums_i386=(c163b815c5a5dfa553357eced81df562cfaa51ce984cc354a0865aaea7434af0)
-sha256sums_aarch64=(a81c85de002c89f8ddd124561ddb4506e0f5054c02fdd997dba40cb4ec702d7b)
+sha256sums_x86_64=(4b4319be414187b99dec86c8a0cfddb4b9bd844309a4722f1082224a2e3031ff)
+sha256sums_i386=(dee23b483ea1186099fe0bdb423c43bc633cf4c727afc13e514a5397013c6cf7)
+sha256sums_aarch64=(e52bee6afe003e53caadd915b37503131fae53f51f917a2fa3e828ef05d6eeea)
package() {
install -Dm755 cloud-nuke-bin "$pkgdir/usr/bin/cloud-nuke"