summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2021-08-17 11:14:47 +0200
committerMorteza NourelahiAlamdari2021-08-17 11:14:47 +0200
commit870b03f27e336b1edfa5071e908b8d96170d60ad (patch)
tree24e44d87d71333d84008280f97b768fd2bbe087f /PKGBUILD
parent5b46818b91f6009dc088fdd35112fbbd6768ffdb (diff)
downloadaur-870b03f27e336b1edfa5071e908b8d96170d60ad.tar.gz
Upgrade version to v0.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea3c09cc9e00..7e6d78b8e835 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Morteza NourelahiAlamdari <m@0t1.me>
pkgname="datree"
-pkgver=0.5.0
+pkgver=0.7.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=('ec4292cb44e37ab2cde3433edf1313e017647c4fc376bf840702c2d39935dd65')
+sha256sums=('82e67404265ee08ab2d181b3f40cce33d20d8753c4ed633817db07570d0743e0')
package() {
mkdir -p "${pkgdir}/usr/local/bin"