summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Wright2019-05-19 20:03:50 +0100
committerJonathan Wright2019-05-19 20:05:10 +0100
commit8fb6fc5e33a7eaadd4a9e84c9f96b5fb131116f5 (patch)
tree272835e31592fb4331d13bdaf7f555ed78e80587 /PKGBUILD
parent9b424549ee6b18b1748e110a1219eee2bc9ffa99 (diff)
downloadaur-8fb6fc5e33a7eaadd4a9e84c9f96b5fb131116f5.tar.gz
Bump package to 0.7.6-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26266d2e9eab..5cb4e59b19ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkg=tflint
pkgname=${_pkg}-bin
-pkgver=0.7.4
-pkgrel=2
+pkgver=0.7.6
+pkgrel=1
pkgdesc="A linter for Terraform code"
arch=('x86_64')
url="https://github.com/wata727/${_pkg}"
@@ -11,7 +11,7 @@ license=('MIT')
depends=('glibc')
makedepends=('zip')
source=("tflint_linux_amd64-${pkgver}.zip::${url}/releases/download/v${pkgver}/tflint_linux_amd64.zip")
-sha512sums=('c1c6ee62ed98aa20396a4383f131b2ed4cd0f372efce30a75bbb15bdf3c9062885ab0e0ca6734df520f1a68bfca9715e0d1c257ad8793a3e489937c55a155fc2')
+sha512sums=('810938771b49a046de80ab42deef6886f0d409b639694cb11567a9eb1c3e672e3df7aef14259e5686c8b3e291595b8a4b135bde836fed56f4b8010b01c8b9c9c')
package() {
cd ${srcdir}