summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThiago Almeida2022-07-19 19:26:03 +0200
committerThiago Almeida2022-07-19 19:26:03 +0200
commite77f2e6932ec88cd27dbad1274fdd2bc11f4c5fd (patch)
tree2475446b75e826b320d41c2e6b72aee74276e705 /PKGBUILD
parent8471f30f7c8d50de920f5b52e491a37ef3a11e92 (diff)
downloadaur-e77f2e6932ec88cd27dbad1274fdd2bc11f4c5fd.tar.gz
feat: Version bump to 0.15.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b300fe40067a..de85bd072b9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thiago Almeida <echo "dGhpYWdvYWxtZWlkYXNhQGdtYWlsLmNvbQo=" | base64 -d>
pkgname="cloud-nuke-bin"
-pkgver=0.14.0
+pkgver=0.15.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=(ab5abe4b2f689144c500e469c6f328bf3afdc268557379e57741a153ede7c84f)
-sha256sums_i386=(9077df02804c413817b7b00ec5c4b5e091db405bdc1be1fee8db7d235d0b6b51)
-sha256sums_aarch64=(6a137f5a7f99eeac7f7d3f30ccff431140256465c1f15499652dc58900958bbd)
+sha256sums_x86_64=(02acac0d8ddce1455935789f8620f3df5756c422330f8e941c3bf59b78914dc6)
+sha256sums_i386=(16a49edc482419dcf5a6d42dcfd2008689986bf5f61b34707feec725bcf98c1c)
+sha256sums_aarch64=(cc05d5e5c947a8f8fb7ea791fb1ddb274b07c9d3a1199cef325d547e38e22a81)
package() {
install -Dm755 cloud-nuke-bin "$pkgdir/usr/bin/cloud-nuke"