summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2021-08-09 07:11:39 +0200
committerMorteza NourelahiAlamdari2021-08-09 07:11:39 +0200
commitc23b6121591f1c0e5b4ff26bef56af0f1c871af7 (patch)
tree3c5cbbdd3438c4fb90548e6ca95ed4ebe0423453
parent5cb123fdfb4211f8087786134b59b21035685817 (diff)
downloadaur-c23b6121591f1c0e5b4ff26bef56af0f1c871af7.tar.gz
Upgrade version to v0.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 016cfb29e3eb..33f9602c339a 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.3.2
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/datreeio/datree
arch = x86_64
license = Apache-2.0
- source = https://github.com/datreeio/datree/releases/download/0.3.2/datree-cli_0.3.2_Linux_x86_64.zip
- sha256sums = 2674117b87df02f0a29ea52b93f89e6f3f2d19e7c858f9c37e1e8ee973d7af3b
+ source = https://github.com/datreeio/datree/releases/download/0.4.0/datree-cli_0.4.0_Linux_x86_64.zip
+ sha256sums = 54515c9e73bfb43821cf4106c8a1a7025ea3af113fc394f82de41fda42dfd5d1
pkgname = datree
diff --git a/PKGBUILD b/PKGBUILD
index 979f5656ff1c..c0ece1963cd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Morteza NourelahiAlamdari <m@0t1.me>
pkgname="datree"
-pkgver=0.3.2
+pkgver=0.4.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=('2674117b87df02f0a29ea52b93f89e6f3f2d19e7c858f9c37e1e8ee973d7af3b')
+sha256sums=('54515c9e73bfb43821cf4106c8a1a7025ea3af113fc394f82de41fda42dfd5d1')
package() {
mkdir -p "${pkgdir}/usr/local/bin"