summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2021-10-10 12:11:37 +0200
committerMorteza NourelahiAlamdari2021-10-10 12:11:37 +0200
commit86aaa4baa2abe3175156b1ae00667bee417befa0 (patch)
treec20da8d6d5d6b7822760136fe62f8edbca6295dd
parentd67c97c1bb51fd839cc61f669b6e5b969164f370 (diff)
downloadaur-86aaa4baa2abe3175156b1ae00667bee417befa0.tar.gz
Upgrade version to v0.13.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8a65f2b9a39..123639af5b76 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.13.4
+ pkgver = 0.13.7
pkgrel = 1
url = https://github.com/datreeio/datree
arch = x86_64
license = Apache-2.0
- source = https://github.com/datreeio/datree/releases/download/0.13.4/datree-cli_0.13.4_Linux_x86_64.zip
- sha256sums = 872e8b9ce015f41d24925d42dc262f4cbdf1f1b2bc28590b9032d3ec340c2956
+ source = https://github.com/datreeio/datree/releases/download/0.13.7/datree-cli_0.13.7_Linux_x86_64.zip
+ sha256sums = 9f76fe8630c22b5e3fd3bfaac6d0cd451053be56972bd5fd9d42bd03f9b6513d
pkgname = datree
diff --git a/PKGBUILD b/PKGBUILD
index 3edce29fba1e..2313fd04e28e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Morteza NourelahiAlamdari <m@0t1.me>
pkgname="datree"
-pkgver=0.13.4
+pkgver="0.13.7"
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=('872e8b9ce015f41d24925d42dc262f4cbdf1f1b2bc28590b9032d3ec340c2956')
+sha256sums=("9f76fe8630c22b5e3fd3bfaac6d0cd451053be56972bd5fd9d42bd03f9b6513d")
package() {
mkdir -p "${pkgdir}/usr/local/bin"