summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThiago Almeida2022-06-09 00:39:10 +0200
committerThiago Almeida2022-06-09 00:39:10 +0200
commitea17338629ce28779adf115a22a888a72c3c41a1 (patch)
tree6b14ad03779a24750b50e48e0060a28fb93cac39 /PKGBUILD
parent6d3d303aa581e98dffb5c878454573cb676a66cf (diff)
downloadaur-ea17338629ce28779adf115a22a888a72c3c41a1.tar.gz
feat: Version bump to 0.11.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2383967f488..1868d0e06d86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thiago Almeida <echo "dGhpYWdvYWxtZWlkYXNhQGdtYWlsLmNvbQo=" | base64 -d>
pkgname="cloud-nuke-bin"
-pkgver=0.11.7
+pkgver=0.11.8
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=(2aa14fc85892ad8e4e39b0750bd6b715a67bad4c23f5515d41225e7a448a4710)
-sha256sums_i386=(e0d97cfe180ece998fb3d59aed9c875b51a9158c018de9011ba5deaf58efb0cb)
+sha256sums_x86_64=(2b79b632aa911dd991c1bfaa833a8e0686233fccd8f508134f480110eb37754d)
+sha256sums_i386=(8810820d494372409dc849091c97eec89b53c87b7e25108ce838dba30a553e25)
package() {
install -Dm755 cloud-nuke-bin "$pkgdir/usr/bin/cloud-nuke"