summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorml2020-09-24 14:53:12 +0200
committerml2020-09-24 14:53:12 +0200
commit6c13566047084e841b1f028c06033cb3dab11d42 (patch)
treed35367464580924aba7c24e8b1ebabf9fca0013e
parentbf021d80c2c1d1e7b8c0db0c6cb41d6df735c33b (diff)
downloadaur-6c13566047084e841b1f028c06033cb3dab11d42.tar.gz
updpkg: helm-2to3 0.7.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a9aa52cf371..34a4e2348ef1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = helm-2to3
pkgdesc = Migrates and cleans up Helm v2 configuration and releases in-place to Helm v3
- pkgver = 0.6.0
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/helm/helm-2to3
install = helm-2to3.install
@@ -9,8 +9,8 @@ pkgbase = helm-2to3
license = Apache
makedepends = go
depends = helm
- source = https://github.com/helm/helm-2to3/archive/v0.6.0/helm-2to3-0.6.0.tar.gz
- sha256sums = 46a88ef48fc8914f0886e37f16541add14727b2483d89aba314135428ccf6a87
+ source = https://github.com/helm/helm-2to3/archive/v0.7.0/helm-2to3-0.7.0.tar.gz
+ sha256sums = a7c896ebb8ae2463c5be90f3047a632f0a367fe71651f4145db44abf0b3b6946
pkgname = helm-2to3
diff --git a/PKGBUILD b/PKGBUILD
index 24d0a191ae40..91f182b0be58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: ml <ml@visu.li>
pkgname=helm-2to3
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc='Migrates and cleans up Helm v2 configuration and releases in-place to Helm v3'
arch=('x86_64' 'aarch64')
@@ -10,7 +10,7 @@ install=helm-2to3.install
depends=('helm')
makedepends=('go')
source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('46a88ef48fc8914f0886e37f16541add14727b2483d89aba314135428ccf6a87')
+sha256sums=('a7c896ebb8ae2463c5be90f3047a632f0a367fe71651f4145db44abf0b3b6946')
prepare() {
cd "${pkgname}-${pkgver}"