summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2021-10-27 12:19:26 +0200
committerMorteza NourelahiAlamdari2021-10-27 12:19:26 +0200
commitf4fa33f4aa3d01ae2f24288b7fc028ce2581b917 (patch)
treee2ac5cea92568f5326dd1c66558daeca909e52f0
parentb110eca4178c631eadd9f0613c6eb9fc16916b41 (diff)
downloadaur-f4fa33f4aa3d01ae2f24288b7fc028ce2581b917.tar.gz
Upgrade version to v0.14.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3522b90bec49..1b66b727172a 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.17
+ pkgver = 0.14.18
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.17/datree-cli_0.14.17_Linux_x86_64.zip
- sha256sums = b7ff8892617197ccec8f913057b5d30827bffd272e225c4553eb700a008a9e09
+ source = https://github.com/datreeio/datree/releases/download/0.14.18/datree-cli_0.14.18_Linux_x86_64.zip
+ sha256sums = 81decdeca888bfc5d451cc914a4c1ddf8eb3b59fdb95c03e11c9d5b5eaee0dd1
pkgname = datree
diff --git a/PKGBUILD b/PKGBUILD
index a85983e13a8d..835a71f57eee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Morteza NourelahiAlamdari <m@0t1.me>
pkgname="datree"
-pkgver="0.14.17"
+pkgver="0.14.18"
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=("b7ff8892617197ccec8f913057b5d30827bffd272e225c4553eb700a008a9e09")
+sha256sums=("81decdeca888bfc5d451cc914a4c1ddf8eb3b59fdb95c03e11c9d5b5eaee0dd1")
package() {
mkdir -p "${pkgdir}/usr/local/bin"