summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wright2022-03-28 10:38:53 +0100
committerJonathan Wright2022-03-28 10:38:53 +0100
commit013687c00fcf0523c3906c68d6d246f9603eb71e (patch)
treeb812f4966d2f001ee7da6cd36cd54d24bf6b2b43
parent34aa84fcd8c419d01619e65bfd26ab78fe522405 (diff)
downloadaur-013687c00fcf0523c3906c68d6d246f9603eb71e.tar.gz
Bump package to 0.35.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dea683087122..3b7218417449 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tflint-bin
pkgdesc = A linter for Terraform code
- pkgver = 0.34.1
+ pkgver = 0.35.0
pkgrel = 1
url = https://github.com/terraform-linters/tflint
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = tflint-bin
depends = glibc
provides = tflint
conflicts = tflint
- source = tflint_linux_amd64-0.34.1.zip::https://github.com/terraform-linters/tflint/releases/download/v0.34.1/tflint_linux_amd64.zip
- sha512sums = 3056f9d0d73ba36cbe0896b0426e0b62f7a54f29df4f51e4d949fb90770e8706b049b58ddd56839f9b8f92da86cf89cc8425f4e097f90d73d596356383a99658
+ source = tflint_linux_amd64-0.35.0.zip::https://github.com/terraform-linters/tflint/releases/download/v0.35.0/tflint_linux_amd64.zip
+ sha512sums = abf00d5164fa6287cec621d3d6509f3a2fc412ee2c63bcb0d44b8717563af77e28e9fd3964303fe4ae33ccc587b4b22aa46cc0fbd7e3d45aca5391d5e5ae07e8
pkgname = tflint-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3a4e11263793..b0909b8eba78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkg=tflint
pkgname=${_pkg}-bin
-pkgver=0.34.1
+pkgver=0.35.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=('3056f9d0d73ba36cbe0896b0426e0b62f7a54f29df4f51e4d949fb90770e8706b049b58ddd56839f9b8f92da86cf89cc8425f4e097f90d73d596356383a99658')
+sha512sums=('abf00d5164fa6287cec621d3d6509f3a2fc412ee2c63bcb0d44b8717563af77e28e9fd3964303fe4ae33ccc587b4b22aa46cc0fbd7e3d45aca5391d5e5ae07e8')
package() {
cd ${srcdir}