summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormapk0y2022-07-04 15:49:33 +0900
committermapk0y2022-07-04 15:49:33 +0900
commit5d3c41c88aec5eae2e844b3c3a7ce838205e50e1 (patch)
treea57b8b03942be5e16e261240609994e68c6ca9f4 /PKGBUILD
parent5e8e662165d1fb71e7256ca9759ad2d3cabbe22b (diff)
downloadaur-5d3c41c88aec5eae2e844b3c3a7ce838205e50e1.tar.gz
Update to v2.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b91f8c9894ca..b95c6394b074 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kazuya Yokogawa <mapk0y at gmail.com>
pkgname='cfn-guard'
-pkgver=2.0.4
+pkgver=2.1.0
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=("${url}/releases/download/${pkgver}/${pkgname}-v2-ubuntu-latest.tar.gz")
-sha256sums=('6c0b737e0564a62554be065a3a05609a187720ce5ff3e32db9eec8eb6aa99372')
+sha256sums=('fcc5b758607234efcf95d82f22097a0fc6acf5d9db7bc161cd838797da1f3c96')
package() {
install -Dm755 ${srcdir}/cfn-guard-v2-ubuntu-latest/cfn-guard "$pkgdir/usr/bin/cfn-guard"