summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wright2021-10-14 16:15:54 +0100
committerJonathan Wright2021-10-14 16:15:54 +0100
commitf1948cc50e1ecae5bf4660cb6e479c56a3e41efb (patch)
tree1801c2ba69118541933fe7fb42fc7d9b58f1c549
parent0d7d5cdc836ffa3b0b30e54e026f682409aed70c (diff)
downloadaur-f1948cc50e1ecae5bf4660cb6e479c56a3e41efb.tar.gz
Bump package to 0.33.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41b83d307a93..ec090f3543fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tflint-bin
pkgdesc = A linter for Terraform code
- pkgver = 0.32.1
+ pkgver = 0.33.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.32.1.zip::https://github.com/terraform-linters/tflint/releases/download/v0.32.1/tflint_linux_amd64.zip
- sha512sums = 6660e1ea367e1a22af491ce3f6f9221718a53773f7dca7ab80c9223b2ec960a0e5028ecaeab2cc0508d0f488ae1cc1494f25ba3d0c004a50333b7e514ed08e87
+ source = tflint_linux_amd64-0.33.0.zip::https://github.com/terraform-linters/tflint/releases/download/v0.33.0/tflint_linux_amd64.zip
+ sha512sums = 26c1ee2cdcdd68e5d7cf8b24229c38573290e9ab94342f1d1c62235b432f17e9b360620086108924f895be7a37e93bb44e5624ac0a0ffd3844eb65d70d4afad2
pkgname = tflint-bin
diff --git a/PKGBUILD b/PKGBUILD
index 69acfe5af339..d25e5b4f6eae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkg=tflint
pkgname=${_pkg}-bin
-pkgver=0.32.1
+pkgver=0.33.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=('6660e1ea367e1a22af491ce3f6f9221718a53773f7dca7ab80c9223b2ec960a0e5028ecaeab2cc0508d0f488ae1cc1494f25ba3d0c004a50333b7e514ed08e87')
+sha512sums=('26c1ee2cdcdd68e5d7cf8b24229c38573290e9ab94342f1d1c62235b432f17e9b360620086108924f895be7a37e93bb44e5624ac0a0ffd3844eb65d70d4afad2')
package() {
cd ${srcdir}