summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Rosin2019-09-28 20:23:31 +0200
committerMax Rosin2019-09-28 20:23:31 +0200
commit7686bd5c41062531e26f4b2eca92becb8e32267b (patch)
treedf35194c07d2ecfc258906aa4a6cb53044cbf920
parent7795c25f55583aae3841e424af4022bea278bda3 (diff)
downloadaur-7686bd5c41062531e26f4b2eca92becb8e32267b.tar.gz
Update to 0.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 740513a460bb..3d4e62e7cf9e 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.1.2
+ pkgver = 0.1.3
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.1.2.tar.gz
- sha256sums = 966d5f7a12aae5a1e34078b3f785ddd7756ca0ad3ad3415cdd1a2e480c372051
+ source = https://files.pythonhosted.org/packages/source/h/heluxup/heluxup-0.1.3.tar.gz
+ sha256sums = d436bbed2782cb070eb55f4787524b10b63694e83cc62005691b32771a308506
pkgname = heluxup
diff --git a/PKGBUILD b/PKGBUILD
index 98d375444791..f4323c39ec7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname='heluxup'
_name='heluxup'
-pkgver='0.1.2'
+pkgver='0.1.3'
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=('966d5f7a12aae5a1e34078b3f785ddd7756ca0ad3ad3415cdd1a2e480c372051')
+sha256sums=('d436bbed2782cb070eb55f4787524b10b63694e83cc62005691b32771a308506')
build() {
cd "${srcdir}/${_name}-${pkgver}"