summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2021-08-01 18:20:33 +0200
committerMorteza NourelahiAlamdari2021-08-01 18:20:33 +0200
commit1cd694fd9fccb37110e157c4af2803efa1867658 (patch)
treecfecf0543d52a528bbd125a2afa9a213cd3d75b4 /PKGBUILD
parenta094b717af2956560beb3a4706c7e7ac95d877ce (diff)
downloadaur-1cd694fd9fccb37110e157c4af2803efa1867658.tar.gz
Upgrade version to 0.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5592f4ec7055..8016e8cf653c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Morteza NourelahiAlamdari <m@0t1.me>
pkgname="datree"
-pkgver=0.2.0
+pkgver=0.2.1
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=('157c16f0f0846853ac238283a34809f566583c41069a1de7218960c1276674bb')
+sha256sums=('472b44e591c4e67e24179d939a6a46bb81f54614df6423b379498f0f98e15fe9')
package() {
mkdir -p "${pkgdir}/usr/local/bin"