summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael2023-02-02 10:56:59 +0100
committerMickael2023-02-02 10:56:59 +0100
commit345166d948596e7a8c0d965b99ef5d70f4be9791 (patch)
treed75c0a75076c024cfcd098b4222fdedfbaadcf28
parent84f67016b99cef3fc867aac6ad6b9e7b8fbb44fb (diff)
downloadaur-345166d948596e7a8c0d965b99ef5d70f4be9791.tar.gz
bump to 0.3.23
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 843252715d8f..c32e90a86f41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = helmify-bin
pkgdesc = Creates Helm chart from Kubernetes yaml
- pkgver = 0.3.22
+ pkgver = 0.3.23
pkgrel = 1
url = https://github.com/arttor/helmify
arch = x86_64
license = APACHE
provides = helmify
- source = helmify-bin-0.3.22.tar.gz::https://github.com/arttor/helmify/releases/download/v0.3.22/helmify_0.3.22_Linux_64-bit.tar.gz
- sha256sums = 6ae7fa6726fd09a39d1b60c4ce7df7edc3fb4fbee2fc99211c217870cf8d226b
+ source = helmify-bin-0.3.23.tar.gz::https://github.com/arttor/helmify/releases/download/v0.3.23/helmify_0.3.23_Linux_64-bit.tar.gz
+ sha256sums = cc60a97bf823ac779f4f5225344a737bfc693aafc7ed5d30753b3e23b2441bf9
pkgname = helmify-bin
diff --git a/PKGBUILD b/PKGBUILD
index 99288373cf4a..78cc9e18bc20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mickaelca <contact@mickael-caudrelier.fr>
pkgname=helmify-bin
-pkgver=0.3.22
+pkgver=0.3.23
pkgrel=1
pkgdesc="Creates Helm chart from Kubernetes yaml"
provides=('helmify')
@@ -11,7 +11,7 @@ source=(
$pkgname-$pkgver.tar.gz::https://github.com/arttor/helmify/releases/download/v${pkgver}/helmify_${pkgver}_Linux_64-bit.tar.gz
)
sha256sums=(
-6ae7fa6726fd09a39d1b60c4ce7df7edc3fb4fbee2fc99211c217870cf8d226b
+cc60a97bf823ac779f4f5225344a737bfc693aafc7ed5d30753b3e23b2441bf9
)
build() {