summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2021-09-26 13:18:20 +0200
committerMorteza NourelahiAlamdari2021-09-26 13:18:20 +0200
commit35c6145677373cb8cb58d39939f63bc7b99f6087 (patch)
tree48c89709c06ea221faff0e92afcfacc0b84c540f
parent754172e284783568e947639b78da1b66641f8b53 (diff)
downloadaur-35c6145677373cb8cb58d39939f63bc7b99f6087.tar.gz
Upgrade version to v0.13.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0aeaa6968536..694351ad4a89 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.13.0
+ pkgver = 0.13.2
pkgrel = 1
url = https://github.com/datreeio/datree
arch = x86_64
license = Apache-2.0
- source = https://github.com/datreeio/datree/releases/download/0.13.0/datree-cli_0.13.0_Linux_x86_64.zip
- sha256sums = 63fc652676c6bd137471d6d7ef26d6c16611c47b444b513faee1cecb5358ef56
+ source = https://github.com/datreeio/datree/releases/download/0.13.2/datree-cli_0.13.2_Linux_x86_64.zip
+ sha256sums = 19c5d78d3924dbdeaf32cd22705a14de5adba091518628c18cafcf7c114054c3
pkgname = datree
diff --git a/PKGBUILD b/PKGBUILD
index ea1996f78673..6dc0785c93bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Morteza NourelahiAlamdari <m@0t1.me>
pkgname="datree"
-pkgver=0.13.0
+pkgver=0.13.2
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=('63fc652676c6bd137471d6d7ef26d6c16611c47b444b513faee1cecb5358ef56')
+sha256sums=('19c5d78d3924dbdeaf32cd22705a14de5adba091518628c18cafcf7c114054c3')
package() {
mkdir -p "${pkgdir}/usr/local/bin"