summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2021-08-24 15:18:31 +0200
committerMorteza NourelahiAlamdari2021-08-24 15:18:31 +0200
commit3b12561584499e4a8145291c8b33a62d285e2ff3 (patch)
tree3d3eac14aba07726393a3f4e6723e3a5d565256f
parent870b03f27e336b1edfa5071e908b8d96170d60ad (diff)
downloadaur-3b12561584499e4a8145291c8b33a62d285e2ff3.tar.gz
Upgrade version to v0.8.0
-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"