summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2021-08-04 14:18:57 +0200
committerMorteza NourelahiAlamdari2021-08-04 14:18:57 +0200
commite7ab3e5f5dabfb225438b0e3ec288c176e158c5c (patch)
treeeeb10ca831967e25d9f1d6404f026953fa09e061 /PKGBUILD
parent1cd694fd9fccb37110e157c4af2803efa1867658 (diff)
downloadaur-e7ab3e5f5dabfb225438b0e3ec288c176e158c5c.tar.gz
Upgrade version to v0.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8016e8cf653c..151a3fd1770c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Morteza NourelahiAlamdari <m@0t1.me>
pkgname="datree"
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc="Prevent Kubernetes misconfigurations from reaching production (again triumph)! Datree is a CLI tool to ensure K8s manifests and Helm charts follow best practices as well as your organization’s policies."
arch=('x86_64')
url="https://github.com/datreeio/datree"
license=('Apache-2.0')
source=("https://github.com/datreeio/${pkgname}/releases/download/${pkgver}/${pkgname}-cli_${pkgver}_Linux_x86_64.zip")
-sha256sums=('472b44e591c4e67e24179d939a6a46bb81f54614df6423b379498f0f98e15fe9')
+sha256sums=('bdfd1fcaa574137ac56fe00ccd414b58bde42c252ca9d6cbb13454881bd3487e')
package() {
mkdir -p "${pkgdir}/usr/local/bin"