summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Sampson2020-04-27 10:45:32 +1000
committerMike Sampson2020-04-27 10:45:32 +1000
commitf3f7b676aa83f5bd34b3e5a188987bc1a3e0b2f5 (patch)
tree24b2543dd0e719b325e40ed1646bae5b898c23af
parent1df6e46e96317df201f1e518276b75b58d9588f1 (diff)
downloadaur-f3f7b676aa83f5bd34b3e5a188987bc1a3e0b2f5.tar.gz
Version bump: 1.1.28
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0de68d7500d9..9eee6e4a044e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-configshell-fb
pkgdesc = python framework for building simple CLI applications (free branch)
- pkgver = 1.1.26
+ pkgver = 1.1.28
pkgrel = 1
url = https://github.com/open-iscsi/configshell-fb
arch = any
license = Apache
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://github.com/open-iscsi/configshell-fb/archive/v1.1.26.tar.gz
- sha512sums = 25e5b4ee812a51c99eed4d039ac8bab883218a674ff27f9eee4604d133b592574f4829ead9cb1aba4d2aca873f5414ad4ca55979c6d4eadaa9a802b1d563494d
+ source = https://github.com/open-iscsi/configshell-fb/archive/v1.1.28.tar.gz
+ sha512sums = 4cdc3ee72fc7c4bffcf2f508eef16cc8578d1358ceeb70050a619f5e93e0e189de7216ac0baa77af98fb1b7569940a22a0e3cd977cd460bb91252b4ab176d0f4
pkgname = python-configshell-fb
depends = python-pyparsing
diff --git a/PKGBUILD b/PKGBUILD
index e5abe6729e66..218c63db478e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=('python-configshell-fb' 'python2-configshell-fb')
_pkgname=configshell-fb
-pkgver=1.1.26
+pkgver=1.1.28
pkgrel=1
pkgdesc="python framework for building simple CLI applications (free branch)"
arch=('any')
@@ -10,7 +10,7 @@ license=('Apache')
options=()
makedepends=('python-setuptools' 'python2-setuptools')
source=(https://github.com/open-iscsi/configshell-fb/archive/v${pkgver}.tar.gz)
-sha512sums=('25e5b4ee812a51c99eed4d039ac8bab883218a674ff27f9eee4604d133b592574f4829ead9cb1aba4d2aca873f5414ad4ca55979c6d4eadaa9a802b1d563494d')
+sha512sums=('4cdc3ee72fc7c4bffcf2f508eef16cc8578d1358ceeb70050a619f5e93e0e189de7216ac0baa77af98fb1b7569940a22a0e3cd977cd460bb91252b4ab176d0f4')
package_python-configshell-fb() {
depends=('python-pyparsing' 'python-urwid')