summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThiago Almeida2022-07-07 21:34:48 +0200
committerThiago Almeida2022-07-07 21:34:48 +0200
commit3c4cb35a01e128d6e18d7c7f504ecdbc2ad6cc62 (patch)
treea234a4783982c7c80eec4ae07a1b6dfb123140ec /PKGBUILD
parentea17338629ce28779adf115a22a888a72c3c41a1 (diff)
downloadaur-3c4cb35a01e128d6e18d7c7f504ecdbc2ad6cc62.tar.gz
feat: Version bump to 0.12.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1868d0e06d86..191f81c6e56c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thiago Almeida <echo "dGhpYWdvYWxtZWlkYXNhQGdtYWlsLmNvbQo=" | base64 -d>
pkgname="cloud-nuke-bin"
-pkgver=0.11.8
+pkgver=0.12.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,8 +10,8 @@ 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=(2b79b632aa911dd991c1bfaa833a8e0686233fccd8f508134f480110eb37754d)
-sha256sums_i386=(8810820d494372409dc849091c97eec89b53c87b7e25108ce838dba30a553e25)
+sha256sums_x86_64=(5e318c0a006a58e4e66315281bd93cbce63579ef00d866352366b5b78bd2656b)
+sha256sums_i386=(a79ff0f0228f8ac94e35a43fe2d2e67f7d0d297380040a333298f499535129bf)
package() {
install -Dm755 cloud-nuke-bin "$pkgdir/usr/bin/cloud-nuke"