summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2021-07-19 10:33:05 +0200
committerMorteza NourelahiAlamdari2021-07-19 10:33:05 +0200
commit233cbe92c873affef03e5a28f07037b23889f20d (patch)
treef925f6848039f8330dc5ee4bdbdf647726679a56
parent7050d874ee98ab50146ba10540e2e977e9831d9f (diff)
downloadaur-233cbe92c873affef03e5a28f07037b23889f20d.tar.gz
Fix sha256sum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ae8fafab876..ff6e84988bba 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.1.763
- pkgrel = 3
+ pkgrel = 5
url = https://github.com/datreeio/datree
arch = x86_64
license = Apache-2.0
source = https://github.com/datreeio/datree/releases/download/0.1.763/datree-cli_0.1.763_Linux_x86_64.zip
- sha256sums = 68acd0f1353f3317d301c9e82d90f2282b6274b5b4b1185539710ee9ab7a0e74
+ sha256sums = 5fbdefeae6ba0647d512993781f07919c9b6aee6e0007a307049bf28ed76b25a
pkgname = datree
diff --git a/PKGBUILD b/PKGBUILD
index b4bf4957e336..1f4dce8b9c82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname="datree"
pkgver=0.1.763
-pkgrel=3
+pkgrel=5
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=('68acd0f1353f3317d301c9e82d90f2282b6274b5b4b1185539710ee9ab7a0e74')
+sha256sums=('5fbdefeae6ba0647d512993781f07919c9b6aee6e0007a307049bf28ed76b25a')
package() {
mkdir -p "${pkgdir}/usr/local/bin"