summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f343c1c298f4..82bafcabb76b 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.7.1
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/datreeio/datree
arch = x86_64
license = Apache-2.0
- source = https://github.com/datreeio/datree/releases/download/0.7.1/datree-cli_0.7.1_Linux_x86_64.zip
- sha256sums = 82e67404265ee08ab2d181b3f40cce33d20d8753c4ed633817db07570d0743e0
+ source = https://github.com/datreeio/datree/releases/download/0.8.0/datree-cli_0.8.0_Linux_x86_64.zip
+ sha256sums = 9e8c8fa8b25027e56d2debc5d84178374722e81edaa9f582f8046c76d8362d23
pkgname = datree
diff --git a/PKGBUILD b/PKGBUILD
index 7e6d78b8e835..352f043c6322 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Morteza NourelahiAlamdari <m@0t1.me>
pkgname="datree"
-pkgver=0.7.1
+pkgver=0.8.0
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=('82e67404265ee08ab2d181b3f40cce33d20d8753c4ed633817db07570d0743e0')
+sha256sums=('9e8c8fa8b25027e56d2debc5d84178374722e81edaa9f582f8046c76d8362d23')
package() {
mkdir -p "${pkgdir}/usr/local/bin"