summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Wright2022-10-26 09:40:44 +0100
committerJonathan Wright2022-10-26 09:40:44 +0100
commit8ca5b336ae5b27dd6340ac3dc9b404441d6bb0ad (patch)
treece6d8228e7e7fea94c2b9473d52f8b6effcb3f01 /PKGBUILD
parentfc3443ac4d8439aafec420babda415cbbe5935b7 (diff)
downloadaur-8ca5b336ae5b27dd6340ac3dc9b404441d6bb0ad.tar.gz
Bump package to 0.42.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index adfae8650f91..dc3851289f9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkg=tflint
pkgname=${_pkg}-bin
-pkgver=0.42.1
+pkgver=0.42.2
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=('57ced671cc736f9af16eac494f18d5fe6234d46abe3611634fe5fdbeabd662e3e6bd11662f2af8c6d9b1d0d79aee3117f9f52732424f8b92f7c9494ae7febe50')
+sha512sums=('1dc05b843b961d6366296280185902c618d25f1d14bac1a4b0ba5ec225bf6ea0478b0af6d82a21fedc323c1edd3c038fac64fb5c11ce129a71c6a4ac463bd014')
package() {
cd ${srcdir}