summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2022-10-02 01:56:30 -0500
committerLuis Martinez2022-10-02 01:56:30 -0500
commitff19a2bb0c3aa4f68470ba987d21728ee8501fde (patch)
treef9c764cbe101c407782feef0071e1254eb861d15 /PKGBUILD
parent690202f6e54336cd18625778b32cbd57df242dc6 (diff)
downloadaur-aztfy.tar.gz
update to 0.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a2dba26c901..e54e03c879b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: magodo <wztdyl@sina.com>
pkgname=aztfy
-pkgver=0.7.0
+pkgver=0.8.0
pkgrel=1
pkgdesc="Bring existing Azure resources under Terraform's management"
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
@@ -12,7 +12,7 @@ depends=('glibc')
optdepends=('terraform')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('6cb8b470748fc91307bfafd71a49a47892eaf04ce6706db32d059d7fb902059c')
+sha256sums=('3cc9d79892c428a69b196c30302b6c773177be6830e28c3ef2116753eb13ee91')
prepare() {
cd "$pkgname-$pkgver"