summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2021-07-29 20:37:43 +0200
committerMorteza NourelahiAlamdari2021-07-29 20:37:43 +0200
commita094b717af2956560beb3a4706c7e7ac95d877ce (patch)
tree768fc079a7b1c22652c7ba948fdf3633ee187d44 /PKGBUILD
parent233cbe92c873affef03e5a28f07037b23889f20d (diff)
downloadaur-a094b717af2956560beb3a4706c7e7ac95d877ce.tar.gz
Upgrade version to 0.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f4dce8b9c82..5592f4ec7055 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Morteza NourelahiAlamdari <m@0t1.me>
pkgname="datree"
-pkgver=0.1.763
-pkgrel=5
+pkgver=0.2.0
+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=('5fbdefeae6ba0647d512993781f07919c9b6aee6e0007a307049bf28ed76b25a')
+sha256sums=('157c16f0f0846853ac238283a34809f566583c41069a1de7218960c1276674bb')
package() {
mkdir -p "${pkgdir}/usr/local/bin"