summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2021-08-08 11:14:36 +0200
committerMorteza NourelahiAlamdari2021-08-08 11:14:36 +0200
commit5cb123fdfb4211f8087786134b59b21035685817 (patch)
tree8902c8acd53c3690b3b02ba13936c12ff1fa8b72
parente7ab3e5f5dabfb225438b0e3ec288c176e158c5c (diff)
downloadaur-5cb123fdfb4211f8087786134b59b21035685817.tar.gz
Upgrade version to v0.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 403cf6164492..016cfb29e3eb 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.2.2
+ pkgver = 0.3.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.2.2/datree-cli_0.2.2_Linux_x86_64.zip
- sha256sums = bdfd1fcaa574137ac56fe00ccd414b58bde42c252ca9d6cbb13454881bd3487e
+ source = https://github.com/datreeio/datree/releases/download/0.3.2/datree-cli_0.3.2_Linux_x86_64.zip
+ sha256sums = 2674117b87df02f0a29ea52b93f89e6f3f2d19e7c858f9c37e1e8ee973d7af3b
pkgname = datree
diff --git a/PKGBUILD b/PKGBUILD
index 151a3fd1770c..979f5656ff1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Morteza NourelahiAlamdari <m@0t1.me>
pkgname="datree"
-pkgver=0.2.2
+pkgver=0.3.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=('bdfd1fcaa574137ac56fe00ccd414b58bde42c252ca9d6cbb13454881bd3487e')
+sha256sums=('2674117b87df02f0a29ea52b93f89e6f3f2d19e7c858f9c37e1e8ee973d7af3b')
package() {
mkdir -p "${pkgdir}/usr/local/bin"