summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThiago Almeida2022-07-19 17:30:42 +0200
committerThiago Almeida2022-07-19 17:30:42 +0200
commit8471f30f7c8d50de920f5b52e491a37ef3a11e92 (patch)
treedb520ed10ad4b5872da0008cf294a79cecf26141 /PKGBUILD
parent872f33a78e913fe8573e977dda9bf6b42caadeb2 (diff)
downloadaur-8471f30f7c8d50de920f5b52e491a37ef3a11e92.tar.gz
feat: Version bump to 0.14.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98d01549dc74..b300fe40067a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thiago Almeida <echo "dGhpYWdvYWxtZWlkYXNhQGdtYWlsLmNvbQo=" | base64 -d>
pkgname="cloud-nuke-bin"
-pkgver=0.12.3
+pkgver=0.14.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=(f32ac3d468fc5af149dac46e05be2b68e61c01a723af26d973f00dd06dd4ef03)
-sha256sums_i386=(76735fb814bac4f93d50c17fdad0dbc35879f2cf31e2617ec320426fcf63c3f0)
-sha256sums_aarch64=(ecd140ec3bd602b74890a3818765bbdc66be1c13d5d9489a1826865fe9db837e)
+sha256sums_x86_64=(ab5abe4b2f689144c500e469c6f328bf3afdc268557379e57741a153ede7c84f)
+sha256sums_i386=(9077df02804c413817b7b00ec5c4b5e091db405bdc1be1fee8db7d235d0b6b51)
+sha256sums_aarch64=(6a137f5a7f99eeac7f7d3f30ccff431140256465c1f15499652dc58900958bbd)
package() {
install -Dm755 cloud-nuke-bin "$pkgdir/usr/bin/cloud-nuke"