summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wright2019-03-25 07:33:47 +0100
committerJonathan Wright2019-03-25 07:33:47 +0100
commit9b424549ee6b18b1748e110a1219eee2bc9ffa99 (patch)
tree4ca3678e99932ab250c038993c9e199d9f09f7c0
parent2b32c9f3862689cca225e0f3f8499aa52230ce28 (diff)
downloadaur-9b424549ee6b18b1748e110a1219eee2bc9ffa99.tar.gz
Package bump to 0.7.4-2
Fix issue with incorrect sha512sums value for package.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e5a1526ad74..c8fbb2a7eda9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Fri Mar 22 15:16:38 UTC 2019
pkgbase = tflint-bin
pkgdesc = A linter for Terraform code
pkgver = 0.7.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/wata727/tflint
arch = x86_64
license = MIT
makedepends = zip
depends = glibc
source = tflint_linux_amd64-0.7.4.zip::https://github.com/wata727/tflint/releases/download/v0.7.4/tflint_linux_amd64.zip
- sha512sums = d16b36a4a6db0807d686394e9f3e29833ad3d3a4cf1a6ecb7da11f22fddff5b4069fe3939546762440b1ea6ae51d8c1276ca5930840a8f6c7c80943a2e622447
+ sha512sums = c1c6ee62ed98aa20396a4383f131b2ed4cd0f372efce30a75bbb15bdf3c9062885ab0e0ca6734df520f1a68bfca9715e0d1c257ad8793a3e489937c55a155fc2
pkgname = tflint-bin
diff --git a/PKGBUILD b/PKGBUILD
index 057cdd1d51e0..26266d2e9eab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkg=tflint
pkgname=${_pkg}-bin
pkgver=0.7.4
-pkgrel=1
+pkgrel=2
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=('d16b36a4a6db0807d686394e9f3e29833ad3d3a4cf1a6ecb7da11f22fddff5b4069fe3939546762440b1ea6ae51d8c1276ca5930840a8f6c7c80943a2e622447')
+sha512sums=('c1c6ee62ed98aa20396a4383f131b2ed4cd0f372efce30a75bbb15bdf3c9062885ab0e0ca6734df520f1a68bfca9715e0d1c257ad8793a3e489937c55a155fc2')
package() {
cd ${srcdir}