summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThiago Almeida2021-04-08 14:30:45 +0200
committerThiago Almeida2021-04-08 14:30:45 +0200
commit30e30f13fc296450f604f15a14abe04a7d91fcc9 (patch)
treecbb79b3e3e759213747f044422f8a7c96e2a9e89 /PKGBUILD
parent3f0f5230f87cb644e0b1578ce7dd77bba800dd50 (diff)
downloadaur-30e30f13fc296450f604f15a14abe04a7d91fcc9.tar.gz
Version bump to 0.1.28
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 734c47f8dd6b..5cab862d597f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thiago Almeida <echo "dGhpYWdvYWxtZWlkYXNhQGdtYWlsLmNvbQo=" | base64 -d>
pkgname="cloud-nuke-bin"
-pkgver=0.1.25
+pkgver=0.1.28
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=(7167f9993977f64d15eec0d695b3fcd5a523fe3033258bc04392bc0c0155e0c2)
-sha256sums_i386=(8f10fcea12f4d2d03a94d8472e6ad1b11521a6ba0f0b71e0ac42f4b08d4ac2e7)
+sha256sums_x86_64=(4847e823546b60a78410ce36c91cc9306d7c9f144e85135a81b61720b37df518)
+sha256sums_i386=(80674763912d1b77e055d7151bfea241f01e4b87fdb6e4d232a60a541992ee13)
package() {
install -Dm755 cloud-nuke-bin "$pkgdir/usr/bin/cloud-nuke"