summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2021-08-17 11:14:47 +0200
committerMorteza NourelahiAlamdari2021-08-17 11:14:47 +0200
commit870b03f27e336b1edfa5071e908b8d96170d60ad (patch)
tree24e44d87d71333d84008280f97b768fd2bbe087f
parent5b46818b91f6009dc088fdd35112fbbd6768ffdb (diff)
downloadaur-870b03f27e336b1edfa5071e908b8d96170d60ad.tar.gz
Upgrade version to v0.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac9cdb47f7e9..f343c1c298f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = datree
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.
- pkgver = 0.5.0
+ pkgver = 0.7.1
pkgrel = 1
url = https://github.com/datreeio/datree
arch = x86_64
license = Apache-2.0
- source = https://github.com/datreeio/datree/releases/download/0.5.0/datree-cli_0.5.0_Linux_x86_64.zip
- sha256sums = ec4292cb44e37ab2cde3433edf1313e017647c4fc376bf840702c2d39935dd65
+ source = https://github.com/datreeio/datree/releases/download/0.7.1/datree-cli_0.7.1_Linux_x86_64.zip
+ sha256sums = 82e67404265ee08ab2d181b3f40cce33d20d8753c4ed633817db07570d0743e0
pkgname = datree
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"