summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2021-07-04 18:31:21 +0200
committerMorteza NourelahiAlamdari2021-07-04 18:31:21 +0200
commit8c9f83bd0162babeaff94140e778d8c9d61a2aae (patch)
tree0a39ab843fd9e90d0e00096682a6a82a650ba9fc
parent0b5d10c017f1d987636482407b0684a276961080 (diff)
downloadaur-8c9f83bd0162babeaff94140e778d8c9d61a2aae.tar.gz
Upgrade to version 0.1.612
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e378003fd3d..3e7a066b81f8 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.612
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.612/datree-cli_0.1.612_Linux_x86_64.zip
+ sha256sums = 6537fd0a60917437d716067bbc12c23bda615856f7e0d12a511f937e1efc0747
pkgname = datree
diff --git a/PKGBUILD b/PKGBUILD
index a897a26c7281..a0e6fef86196 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Morteza NourelahiAlamdari <m@0t1.me>
pkgname="datree"
-pkgver="0.1.503"
+pkgver="0.1.612"
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=('6537fd0a60917437d716067bbc12c23bda615856f7e0d12a511f937e1efc0747')
package() {
mkdir -p "${pkgdir}/usr/local/bin"