summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2021-10-22 00:12:03 +0200
committerMorteza NourelahiAlamdari2021-10-22 00:12:03 +0200
commitcda88a8619b166814c1f17bf7c92fac534dc520a (patch)
tree981beeb5a25712b3c24e3a021305792e6ad4db29
parentb655ded878fa0aca5d52d8bfbff33f5fb5089bf3 (diff)
downloadaur-cda88a8619b166814c1f17bf7c92fac534dc520a.tar.gz
Upgrade version to v0.14.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe605f7b96bd..40e7199190af 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.4
+ pkgver = 0.14.6
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.4/datree-cli_0.14.4_Linux_x86_64.zip
- sha256sums = 765ed3f2077bf511d076452c1542942c35d8c13ac7a32057f389ec18fcad2e8d
+ source = https://github.com/datreeio/datree/releases/download/0.14.6/datree-cli_0.14.6_Linux_x86_64.zip
+ sha256sums = c51d5ec9e7277f8f49686b9d24fb82fb1476aea1ba16b85ab4c8bf5f71be051b
pkgname = datree
diff --git a/PKGBUILD b/PKGBUILD
index a17b0caa89c6..54f7e316204e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Morteza NourelahiAlamdari <m@0t1.me>
pkgname="datree"
-pkgver="0.14.4"
+pkgver="0.14.6"
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=("765ed3f2077bf511d076452c1542942c35d8c13ac7a32057f389ec18fcad2e8d")
+sha256sums=("c51d5ec9e7277f8f49686b9d24fb82fb1476aea1ba16b85ab4c8bf5f71be051b")
package() {
mkdir -p "${pkgdir}/usr/local/bin"