summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormapk0y2023-01-04 23:29:55 +0900
committermapk0y2023-01-04 23:29:55 +0900
commitb8fbbeb6077d4f5a85a4b4bf22ad5afeec50f285 (patch)
treebb7316335826e08f372af7e28918e6232979bccb
parent59b6a4478c62ae5deaa3851787bc71d6a78c76f1 (diff)
downloadaur-b8fbbeb6077d4f5a85a4b4bf22ad5afeec50f285.tar.gz
Fix sha256sum
- Steps - Update pkgrel 1 to 2 - updpkgsums for update sha256sums - makepkg -s - mksrcinfo - ref - https://github.com/aws-cloudformation/cloudformation-guard/pull/310 - update binary file
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e3113d3fc14..99fc560427bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = cfn-guard
pkgdesc = A set of tools to check AWS CloudFormation templates for policy compliance using a simple, policy-as-code, declarative syntax
pkgver = 2.1.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/aws-cloudformation/cloudformation-guard
arch = x86_64
license = Apache
depends = gcc-libs
conflicts = cfn-guard-git
source = https://github.com/aws-cloudformation/cloudformation-guard/releases/download/2.1.3/cfn-guard-v2-ubuntu-latest.tar.gz
- sha256sums = d3e0463905f86cba7f3e27dbacb2af98bce0995c8955d65b2257a023662d9c8d
+ sha256sums = 0b05f2e1695fcb7740cd74cf030bd56e32bd1fbcfc69cb92fb290b2475a97d61
pkgname = cfn-guard
diff --git a/PKGBUILD b/PKGBUILD
index 66f2893fa950..6ef92cf6dab0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='cfn-guard'
pkgver=2.1.3
-pkgrel=1
+pkgrel=2
pkgdesc='A set of tools to check AWS CloudFormation templates for policy compliance using a simple, policy-as-code, declarative syntax'
url='https://github.com/aws-cloudformation/cloudformation-guard'
license=('Apache')
@@ -10,7 +10,7 @@ arch=('x86_64')
depends=('gcc-libs')
conflicts=("cfn-guard-git")
source=("${url}/releases/download/${pkgver}/${pkgname}-v2-ubuntu-latest.tar.gz")
-sha256sums=('d3e0463905f86cba7f3e27dbacb2af98bce0995c8955d65b2257a023662d9c8d')
+sha256sums=('0b05f2e1695fcb7740cd74cf030bd56e32bd1fbcfc69cb92fb290b2475a97d61')
package() {
install -Dm755 ${srcdir}/cfn-guard-v2-ubuntu-latest/cfn-guard "$pkgdir/usr/bin/cfn-guard"