diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-02-16 09:32:32 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-02-16 09:32:32 +0000 |
commit | f6be7197af3acbed4903e69a0ead6717851ec52e (patch) | |
tree | 159982822e53fdd5cd9e148aecb205b90768a995 /testing/py-configshell | |
parent | dd8ca3863284f2b7293707017221f2404a1c95bb (diff) | |
download | aports-f6be7197af3acbed4903e69a0ead6717851ec52e.tar.bz2 aports-f6be7197af3acbed4903e69a0ead6717851ec52e.tar.xz |
testing/py-configshell: update checksum
Diffstat (limited to 'testing/py-configshell')
-rw-r--r-- | testing/py-configshell/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-configshell/APKBUILD b/testing/py-configshell/APKBUILD index 340a8792c5..299357e2ee 100644 --- a/testing/py-configshell/APKBUILD +++ b/testing/py-configshell/APKBUILD @@ -4,7 +4,7 @@ _realname=configshell pkgver=1.1_p4 _ver=${pkgver/_rc/rc} _ver=${_ver/_p/.fb} -pkgrel=1 +pkgrel=2 pkgdesc="Python library that provides a framework for building simple but nice CLI-based applications" url="https://github.com/agrover/configshell-fb" arch="noarch" @@ -57,4 +57,4 @@ package() { python setup.py install --skip-build --root="$pkgdir" } -md5sums="3871daaf48df182d376c8cbb1d2dfff0 configshell-1.1.fb4.tar.gz" +md5sums="69abc1134f16a14d481518a5378cf1b1 configshell-1.1.fb4.tar.gz" |