summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThiago Almeida2021-11-12 19:59:03 +0100
committerThiago Almeida2021-11-12 19:59:03 +0100
commit2c9c5317910f145b3c4bf542d5b6c5a9968218fa (patch)
treea430859016ef61e65663f02ec622bcc9b1244eb4 /PKGBUILD
parent4b035fe899ea19a017935a34982b2bf4877fdacd (diff)
downloadaur-2c9c5317910f145b3c4bf542d5b6c5a9968218fa.tar.gz
Bump version to v0.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d0c7b4bd5a7..f0aee27fdb6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thiago Almeida <echo "dGhpYWdvYWxtZWlkYXNhQGdtYWlsLmNvbQo=" | base64 -d>
pkgname="cloud-nuke-bin"
-pkgver=0.5.2
+pkgver=0.6.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,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=(9eca15d1e6dcb3c0a12a0cc97d6c912747c355433b638ad68018f1c06b4bdf29)
-sha256sums_i386=(08b4f72f3923f8e34e2904c9f0b918a59957b8ef542409e398c4c244399e5f82)
+sha256sums_x86_64=(86d48f24fefa041cbd440a9426da472ac7d7a71c0ce6928c0894693ae33d2293)
+sha256sums_i386=(3594b9084e39fa986eab146ad07049c82ef6235007e08f7a81c63d1a92eddaf9)
package() {
install -Dm755 cloud-nuke-bin "$pkgdir/usr/bin/cloud-nuke"