diff options
author | ml | 2020-09-24 14:53:12 +0200 |
---|---|---|
committer | ml | 2020-09-24 14:53:12 +0200 |
commit | 6c13566047084e841b1f028c06033cb3dab11d42 (patch) | |
tree | d35367464580924aba7c24e8b1ebabf9fca0013e | |
parent | bf021d80c2c1d1e7b8c0db0c6cb41d6df735c33b (diff) | |
download | aur-6c13566047084e841b1f028c06033cb3dab11d42.tar.gz |
updpkg: helm-2to3 0.7.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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}" |