diff options
author | Max Rosin | 2019-11-24 22:21:25 +0100 |
---|---|---|
committer | Max Rosin | 2019-11-24 22:21:25 +0100 |
commit | 93639cffd45c3ed52e6e2dbd1d9c48f1acbb1104 (patch) | |
tree | 835b18d9ccbfeb12625154cbc27cd423800886d9 | |
parent | 60712a0aac94e9025d708033266d69d227ab3d9f (diff) | |
download | aur-93639cffd45c3ed52e6e2dbd1d9c48f1acbb1104.tar.gz |
Update to 1.0.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = heluxup pkgdesc = heluxup makes it easy to upgrade HelmRelease objects in a flux control respository. - pkgver = 0.2.1 + pkgver = 1.0.1 pkgrel = 1 url = https://github.com/ekeih/heluxup arch = any @@ -11,8 +11,8 @@ pkgbase = heluxup depends = python-ruamel-yaml depends = python-semver depends = python-urllib3 - source = https://files.pythonhosted.org/packages/source/h/heluxup/heluxup-0.2.1.tar.gz - sha256sums = ec750a7d137f45471ad0ab0767ed73c4f70f83331fcf48d73b388542bd185ae0 + source = https://files.pythonhosted.org/packages/source/h/heluxup/heluxup-1.0.1.tar.gz + sha256sums = f39ee608de4aef700d3753f20263712fa85ecfed014aa390fe42c5c8903c71c7 pkgname = heluxup @@ -1,6 +1,6 @@ pkgname='heluxup' _name='heluxup' -pkgver='0.2.1' +pkgver='1.0.1' pkgrel=1 pkgdesc="heluxup makes it easy to upgrade HelmRelease objects in a flux control respository." url="https://github.com/ekeih/heluxup" @@ -9,7 +9,7 @@ makedepends=('python-setuptools') license=('GPL') arch=('any') source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") -sha256sums=('ec750a7d137f45471ad0ab0767ed73c4f70f83331fcf48d73b388542bd185ae0') +sha256sums=('f39ee608de4aef700d3753f20263712fa85ecfed014aa390fe42c5c8903c71c7') build() { cd "${srcdir}/${_name}-${pkgver}" |