summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2021-10-31 12:53:59 +0100
committerMorteza NourelahiAlamdari2021-10-31 12:54:16 +0100
commit602a4857acf36be761d505334be356173f97d752 (patch)
tree99fb60ad133ec5df116ffaa2385142f180064cc2
parent286ccc9f704c12251a1bffb948b8812363d9f845 (diff)
downloadaur-602a4857acf36be761d505334be356173f97d752.tar.gz
Upgrade version to v0.14.26
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fc23f499ce9..d7006aac7c53 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.20
+ pkgver = 0.14.26
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.20/datree-cli_0.14.20_Linux_x86_64.zip
- sha256sums = 4cb63456b23801b839fdd95ed099c898ba4effe8626594490151e58880efe31d
+ source = https://github.com/datreeio/datree/releases/download/0.14.26/datree-cli_0.14.26_Linux_x86_64.zip
+ sha256sums = 73be6942ca2b9f30e681960899918fedff55d71172150e5ec5fff089ce2b9426
pkgname = datree
diff --git a/PKGBUILD b/PKGBUILD
index c5d8a53038bf..5bebd96e1981 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Morteza NourelahiAlamdari <m@0t1.me>
pkgname="datree"
-pkgver="0.14.20"
+pkgver="0.14.26"
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=("4cb63456b23801b839fdd95ed099c898ba4effe8626594490151e58880efe31d")
+sha256sums=("73be6942ca2b9f30e681960899918fedff55d71172150e5ec5fff089ce2b9426")
package() {
mkdir -p "${pkgdir}/usr/local/bin"