summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoan Blanc2022-06-15 15:51:04 +0200
committerYoan Blanc2022-06-15 15:51:04 +0200
commit0880c309b2c5458060fa17235c085a8ee05f0b6f (patch)
tree2865c31ed60f1b167d71e2b946005f77528a9497
parentcfb7eb52b2ff644bbb137d95ba1298af96bb874e (diff)
downloadaur-0880c309b2c5458060fa17235c085a8ee05f0b6f.tar.gz
tfsec 1.25.1
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31e166036ba1..98e0df2477e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tfsec
pkgdesc = Static analysis powered security scanner for your terraform code
- pkgver = 1.25.0
+ pkgver = 1.25.1
pkgrel = 1
url = https://github.com/aquasecurity/tfsec
arch = aarch64
@@ -8,7 +8,7 @@ pkgbase = tfsec
license = MIT
makedepends = go
depends = glibc
- source = v1.25.0-1.zip::https://github.com/aquasecurity/tfsec/archive/refs/tags/v1.25.0.zip
- sha256sums = 44dc42c8d182356137ad56524d2660d363d5917e5afc5e079c00c934c1d6e185
+ source = v1.25.1-1.zip::https://github.com/aquasecurity/tfsec/archive/refs/tags/v1.25.1.zip
+ sha256sums = 4a13eb9eab23ff7b397e75f6085e295328eaa34357033be453944ca7a1e4beed
pkgname = tfsec
diff --git a/PKGBUILD b/PKGBUILD
index 421e411b1eea..f2ed7af659db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Yoan Blanc <yoan@dosimple.ch>
pkgname=tfsec
-pkgver=1.25.0
+pkgver=1.25.1
pkgrel=1
pkgdesc="Static analysis powered security scanner for your terraform code"
depends=('glibc')
@@ -13,7 +13,7 @@ license=('MIT')
source=("v${pkgver}-${pkgrel}.zip::${url}/archive/refs/tags/v${pkgver}.zip")
-sha256sums=('44dc42c8d182356137ad56524d2660d363d5917e5afc5e079c00c934c1d6e185')
+sha256sums=('4a13eb9eab23ff7b397e75f6085e295328eaa34357033be453944ca7a1e4beed')
build() {
export CGO_CPPFLAGS="${CPPFLAGS}"