summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThiago Almeida2022-07-16 01:24:20 +0200
committerThiago Almeida2022-07-16 01:24:20 +0200
commit872f33a78e913fe8573e977dda9bf6b42caadeb2 (patch)
tree5f8c46856e3c96d60788beeb27d89561ccdb4d30 /PKGBUILD
parent5f8ab7fcf2df0c8acca18062bbb1f15669ed6d8d (diff)
downloadaur-872f33a78e913fe8573e977dda9bf6b42caadeb2.tar.gz
feat: Version bump to 0.12.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0dceb8806e8b..98d01549dc74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thiago Almeida <echo "dGhpYWdvYWxtZWlkYXNhQGdtYWlsLmNvbQo=" | base64 -d>
pkgname="cloud-nuke-bin"
-pkgver=0.12.2
+pkgver=0.12.3
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=(18b17b4529c6ecacde0cc52389c1a8940afeac435d181fddd33aff0a73208927)
-sha256sums_i386=(fd7fec4a27f05c7b6739c79ce79c1b08c7e11fc8858dd8e8113688199a15016d)
-sha256sums_aarch64=(b9aae27a5e5778cc3a4d9794c391139696cc417b106aeb78697100ee98fe321a)
+sha256sums_x86_64=(f32ac3d468fc5af149dac46e05be2b68e61c01a723af26d973f00dd06dd4ef03)
+sha256sums_i386=(76735fb814bac4f93d50c17fdad0dbc35879f2cf31e2617ec320426fcf63c3f0)
+sha256sums_aarch64=(ecd140ec3bd602b74890a3818765bbdc66be1c13d5d9489a1826865fe9db837e)
package() {
install -Dm755 cloud-nuke-bin "$pkgdir/usr/bin/cloud-nuke"