summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2021-11-02 19:57:27 +0100
committerMorteza NourelahiAlamdari2021-11-02 19:57:27 +0100
commited397c6a859b22cece9fc0d0340fc845ca9a0392 (patch)
treedf83dd41278d45eec238076716a95495947658f1
parentc0d105485970f16bde28148749158c3bcd943369 (diff)
downloadaur-ed397c6a859b22cece9fc0d0340fc845ca9a0392.tar.gz
Upgrade version to v0.14.33
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b5c72066f41..42a8b91e8ec0 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.14.29
+ pkgver = 0.14.33
pkgrel = 1
url = https://github.com/datreeio/datree
arch = x86_64
license = Apache-2.0
- source = https://github.com/datreeio/datree/releases/download/0.14.29/datree-cli_0.14.29_Linux_x86_64.zip
- sha256sums = a4b4bef081b3f3ea5d84f457c5e74cbf8262548452456e8d660f3ffbb1cb7730
+ source = https://github.com/datreeio/datree/releases/download/0.14.33/datree-cli_0.14.33_Linux_x86_64.zip
+ sha256sums = 7fc5346aeb467d0fa0d2f5cd2eb750b07a07b07d083f296950da1f4792213739
pkgname = datree
diff --git a/PKGBUILD b/PKGBUILD
index 4fcfeec32d2f..f07a3afb6585 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Morteza NourelahiAlamdari <m@0t1.me>
pkgname="datree"
-pkgver="0.14.29"
+pkgver="0.14.33"
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=("a4b4bef081b3f3ea5d84f457c5e74cbf8262548452456e8d660f3ffbb1cb7730")
+sha256sums=("7fc5346aeb467d0fa0d2f5cd2eb750b07a07b07d083f296950da1f4792213739")
package() {
mkdir -p "${pkgdir}/usr/local/bin"