summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2021-08-09 18:14:15 +0200
committerMorteza NourelahiAlamdari2021-08-09 18:14:15 +0200
commit5b46818b91f6009dc088fdd35112fbbd6768ffdb (patch)
tree294d435721f70a87b2de382990c33ff3497e069e
parentc23b6121591f1c0e5b4ff26bef56af0f1c871af7 (diff)
downloadaur-5b46818b91f6009dc088fdd35112fbbd6768ffdb.tar.gz
Upgrade version to v0.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33f9602c339a..ac9cdb47f7e9 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.4.0
+ pkgver = 0.5.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.4.0/datree-cli_0.4.0_Linux_x86_64.zip
- sha256sums = 54515c9e73bfb43821cf4106c8a1a7025ea3af113fc394f82de41fda42dfd5d1
+ source = https://github.com/datreeio/datree/releases/download/0.5.0/datree-cli_0.5.0_Linux_x86_64.zip
+ sha256sums = ec4292cb44e37ab2cde3433edf1313e017647c4fc376bf840702c2d39935dd65
pkgname = datree
diff --git a/PKGBUILD b/PKGBUILD
index c0ece1963cd0..ea3c09cc9e00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Morteza NourelahiAlamdari <m@0t1.me>
pkgname="datree"
-pkgver=0.4.0
+pkgver=0.5.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=('54515c9e73bfb43821cf4106c8a1a7025ea3af113fc394f82de41fda42dfd5d1')
+sha256sums=('ec4292cb44e37ab2cde3433edf1313e017647c4fc376bf840702c2d39935dd65')
package() {
mkdir -p "${pkgdir}/usr/local/bin"