summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Rosin2019-11-24 22:21:25 +0100
committerMax Rosin2019-11-24 22:21:25 +0100
commit93639cffd45c3ed52e6e2dbd1d9c48f1acbb1104 (patch)
tree835b18d9ccbfeb12625154cbc27cd423800886d9
parent60712a0aac94e9025d708033266d69d227ab3d9f (diff)
downloadaur-93639cffd45c3ed52e6e2dbd1d9c48f1acbb1104.tar.gz
Update to 1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 872d01da65d6..122da000efc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 3414d2141eb9..405b88c90292 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"