summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Wright2023-06-19 13:39:36 +0100
committerJonathan Wright2023-06-19 13:39:36 +0100
commit151ce5362ceca9ddaee91240ec2b1a6314409f84 (patch)
tree67699a68e4ecffc39ba25f7ed483132edcd635bd /PKGBUILD
parentc1de83c093f299b3ce616c95256a90b9d756b7cd (diff)
downloadaur-151ce5362ceca9ddaee91240ec2b1a6314409f84.tar.gz
Bump package to 0.47.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92f2f378db87..be96ef569b42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkg=tflint
pkgname=${_pkg}-bin
-pkgver=0.46.1
+pkgver=0.47.0
pkgrel=1
pkgdesc="A linter for Terraform code"
arch=('x86_64')
@@ -13,7 +13,7 @@ makedepends=('zip')
conflicts=("${_pkg}")
provides=("${_pkg}")
source=("tflint_linux_amd64-${pkgver}.zip::${url}/releases/download/v${pkgver}/tflint_linux_amd64.zip")
-sha512sums=('7c084e01262ce7671536c7ed0f87c2ce7644cc05b562d11aea1573b9546b98e63d3198e7afece71a28e5ae61229b2134962df215799df1d217610982c8f7a864')
+sha512sums=('e9d88591ae661e1973b8908a16b7dcf2f4389470734bf722c88f35c16383a6c99bfb00cb810c122a0b6c3f3814fb7cebc87402eff7ff1ed9b298ac52680c9abb')
package() {
cd ${srcdir}