summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2021-08-08 11:14:36 +0200
committerMorteza NourelahiAlamdari2021-08-08 11:14:36 +0200
commit5cb123fdfb4211f8087786134b59b21035685817 (patch)
tree8902c8acd53c3690b3b02ba13936c12ff1fa8b72 /PKGBUILD
parente7ab3e5f5dabfb225438b0e3ec288c176e158c5c (diff)
downloadaur-5cb123fdfb4211f8087786134b59b21035685817.tar.gz
Upgrade version to v0.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"