summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2021-07-18 10:18:55 +0200
committerMorteza NourelahiAlamdari2021-07-18 10:18:55 +0200
commitd6d57deea164dd4b83ce5e208b3b8da882d22643 (patch)
tree3075fb2eac5f5764d436d57a356758dc114d23d3
parent9d8eb118992295367e34f3e8a015673b8cbc9f86 (diff)
downloadaur-d6d57deea164dd4b83ce5e208b3b8da882d22643.tar.gz
Upgrade to version 0.1.741
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e378003fd3d..09d4e501e96e 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.1.503
+ pkgver = 0.1.741
pkgrel = 1
url = https://github.com/datreeio/datree
arch = x86_64
license = Apache-2.0
- source = https://github.com/datreeio/datree/releases/download/0.1.503/datree-cli_0.1.503_Linux_x86_64.zip
- sha256sums = b7865ded73dc56d36d7fa43e7ff6913de12605722f17e59886f13370fd5b8260
+ source = https://github.com/datreeio/datree/releases/download/0.1.741/datree-cli_0.1.741_Linux_x86_64.zip
+ sha256sums = 1dcd222c28c53bb223b4776279d7429c7b798f9a46a92d607dd4d19701a3640e
pkgname = datree
diff --git a/PKGBUILD b/PKGBUILD
index a897a26c7281..776366d24c00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Morteza NourelahiAlamdari <m@0t1.me>
pkgname="datree"
-pkgver="0.1.503"
+pkgver="0.1.741"
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=('b7865ded73dc56d36d7fa43e7ff6913de12605722f17e59886f13370fd5b8260')
+sha256sums=('1dcd222c28c53bb223b4776279d7429c7b798f9a46a92d607dd4d19701a3640e')
package() {
mkdir -p "${pkgdir}/usr/local/bin"