summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormapk0y2021-12-16 15:36:54 +0900
committermapk0y2021-12-16 15:36:54 +0900
commit62fc215d30f3d2ea9ce04158b5b482376ca29b89 (patch)
tree45e66a7faedf256988ae671201df89bd5759c50d
parentccb5e341fa8cbf5b65e41f93faeacab9179372a3 (diff)
downloadaur-62fc215d30f3d2ea9ce04158b5b482376ca29b89.tar.gz
Update to 2.0.4
- Steps - Update pkgver 2.0.1 to 2.0.4 - updpkgsums for update sha256sums - makepkg -s - mksrcinfo
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb24b442f678..f8f5a66683c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +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.0.1
+ pkgver = 2.0.4
pkgrel = 1
url = https://github.com/aws-cloudformation/cloudformation-guard
arch = x86_64
license = Apache
depends = gcc-libs
conflicts = cfn-guard-git
- source = cfn-guard.tar.gz::https://github.com/aws-cloudformation/cloudformation-guard/releases/download/2.0.1/cfn-guard-v2-ubuntu-latest.tar.gz
- sha256sums = 7f7b4f694d4ec1bcc26b8964981277b01c6580987be1e069db393eb3f3b2e3b1
+ source = cfn-guard.tar.gz::https://github.com/aws-cloudformation/cloudformation-guard/releases/download/2.0.4/cfn-guard-v2-ubuntu-latest.tar.gz
+ sha256sums = 6c0b737e0564a62554be065a3a05609a187720ce5ff3e32db9eec8eb6aa99372
pkgname = cfn-guard
-
diff --git a/PKGBUILD b/PKGBUILD
index 1e33b375839a..f762f068cde9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kazuya Yokogawa <mapk0y at gmail.com>
pkgname='cfn-guard'
-pkgver=2.0.1
+pkgver=2.0.4
pkgrel=1
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'
@@ -10,7 +10,7 @@ arch=('x86_64')
depends=('gcc-libs')
conflicts=("cfn-guard-git")
source=("${pkgname}.tar.gz::${url}/releases/download/${pkgver}/${pkgname}-v2-ubuntu-latest.tar.gz")
-sha256sums=('7f7b4f694d4ec1bcc26b8964981277b01c6580987be1e069db393eb3f3b2e3b1')
+sha256sums=('6c0b737e0564a62554be065a3a05609a187720ce5ff3e32db9eec8eb6aa99372')
package() {
install -Dm755 ${srcdir}/cfn-guard-v2-ubuntu-latest/cfn-guard "$pkgdir/usr/bin/cfn-guard"