summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThiago Almeida2023-04-20 08:53:31 +0200
committerThiago Almeida2023-04-20 08:53:31 +0200
commit651262a9715d34eff7afe63a223b4f1e71a069ce (patch)
treea5ed473f1a67e32e1e16d96453d6b9017746fe9f /PKGBUILD
parent0d0a1a2e7f07c5a795265380d8cb14e76c556a1f (diff)
downloadaur-cloud-nuke-bin.tar.gz
feat(update): version bump to 0.29.5
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d06f9a106a99..0752e608d12f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thiago Almeida <echo "dGhpYWdvYWxtZWlkYXNhQGdtYWlsLmNvbQo=" | base64 -d>
pkgname="cloud-nuke-bin"
-pkgver=0.29.3
+pkgver=0.29.5
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=(344efb2f3bbc1b0991ebcfe34fa0c995a6f3b78877620a3a655ba54678753635)
-sha256sums_i386=(6d75078c342af39e05bff32d7563c948c4794bb39edf013f1cfc917a9ac1b371)
-sha256sums_aarch64=(33754c8ad80ade621e7046a4d9ae00dd7c45a2109c80385df2709d61074453d8)
+sha256sums_x86_64=(94d8fa868581fe1738864b3f38851f5a58a403ae2f5100e43a0aa5ac8503b6b7)
+sha256sums_i386=(0563f505a0dc66b5181c29688af58ac20ca0a340eb960ab0b51c8ae70395bf10)
+sha256sums_aarch64=(4c8fb4ecbaf5e7f132e5588d8588d0089f217e87bd78c3f0b5cb759d732c0f95)
package() {
install -Dm755 cloud-nuke-bin "$pkgdir/usr/bin/cloud-nuke"