summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Almeida2022-01-24 10:56:08 +0100
committerThiago Almeida2022-01-24 10:56:08 +0100
commitb5eb40a3395fafc7e2619874ae14d315de0fc2c1 (patch)
treec451e40b3319df33afe1a03309a89cbf76918581
parentd2b6d3ca55cef80858641da3f507fb1efd036a85 (diff)
downloadaur-b5eb40a3395fafc7e2619874ae14d315de0fc2c1.tar.gz
Version bump to 0.9.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 770c0eee1e2e..59ff72bbdc18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = cloud-nuke-bin
pkgdesc = A tool for cleaning up your cloud accounts by nuking (deleting) all resources within it.
- pkgver = 0.7.1
+ pkgver = 0.9.1
pkgrel = 1
url = https://github.com/gruntwork-io/cloud-nuke
arch = x86_64
arch = i386
license = MIT
provides = cloud-nuke
- source_x86_64 = cloud-nuke-bin::https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.7.1/cloud-nuke_linux_amd64
- sha256sums_x86_64 = e6ff991ceb3370b9cec4cde0ea30b437aeea14525b52145ec87e73686a5e9bb9
- source_i386 = cloud-nuke-bin::https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.7.1/cloud-nuke_linux_386
- sha256sums_i386 = d7c7a6a3582b5b0eac007a61e273faa71fe4be6c1dcde7c3c75be36bce087291
+ source_x86_64 = cloud-nuke-bin::https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.9.1/cloud-nuke_linux_amd64
+ sha256sums_x86_64 = 3c644477a7bef2aac03d961e586a8cea0d5737fc3843271fee4055f57bb56e89
+ source_i386 = cloud-nuke-bin::https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.9.1/cloud-nuke_linux_386
+ sha256sums_i386 = 1da23cb28b98aeaf02af7785503f81b46a1abd030856ee308e96aac9b0331182
pkgname = cloud-nuke-bin
diff --git a/PKGBUILD b/PKGBUILD
index a7f0ef3896f6..3279cde2cfdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thiago Almeida <echo "dGhpYWdvYWxtZWlkYXNhQGdtYWlsLmNvbQo=" | base64 -d>
pkgname="cloud-nuke-bin"
-pkgver=0.7.1
+pkgver=0.9.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=(e6ff991ceb3370b9cec4cde0ea30b437aeea14525b52145ec87e73686a5e9bb9)
-sha256sums_i386=(d7c7a6a3582b5b0eac007a61e273faa71fe4be6c1dcde7c3c75be36bce087291)
+sha256sums_x86_64=(3c644477a7bef2aac03d961e586a8cea0d5737fc3843271fee4055f57bb56e89)
+sha256sums_i386=(1da23cb28b98aeaf02af7785503f81b46a1abd030856ee308e96aac9b0331182)
package() {
install -Dm755 cloud-nuke-bin "$pkgdir/usr/bin/cloud-nuke"