diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-10-15 16:05:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-22 08:23:17 +0000 |
commit | aadf98e71b9e377e9ca65ef1e6923ea15fd17de4 (patch) | |
tree | b2b12fcbe77e37f467312b8555f1d136fb88adb6 /testing | |
parent | 90880184a0b8b28777585fdd53a3657030e68017 (diff) | |
download | aports-aadf98e71b9e377e9ca65ef1e6923ea15fd17de4.tar.bz2 aports-aadf98e71b9e377e9ca65ef1e6923ea15fd17de4.tar.xz |
testing/py-isbn: upgrade to 0.6.3
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-isbn/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py-isbn/APKBUILD b/testing/py-isbn/APKBUILD index 366408eabe..870dd6cb4b 100644 --- a/testing/py-isbn/APKBUILD +++ b/testing/py-isbn/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-isbn _pkgname=pyisbn -pkgver=0.5.2 +pkgver=0.6.3 pkgrel=0 pkgdesc="A module for working with 10- and 13-digit ISBNs" url="https://github.com/JNRowe/pyisbn" @@ -36,6 +36,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="df63ca1af91db9e1b1c1ec1af2c6162b pyisbn-0.5.2.tar.gz" -sha256sums="920898dd5f774049f32412e59540641d3cebca2fd4550ec70fb0038a3afdac29 pyisbn-0.5.2.tar.gz" -sha512sums="2e3f114d02e1f9ca54797d38729dd8787709ac5d9140fc899fa4303e4bf7535a933885d2087bd238ab0230de23e52929d1038548abade5625f437748e9c4856c pyisbn-0.5.2.tar.gz" +md5sums="10aa88505d4250a83eb04d4a8a0ffcb3 pyisbn-0.6.3.tar.gz" +sha256sums="5188fec3ef37b44903792f155c210262441e5ec7a6a3a39f561a6d013f1540aa pyisbn-0.6.3.tar.gz" +sha512sums="76010714c7021165722fa63186c56124473af89bd35ba8700d84f775c9e235fcfaea58309fbcd453acc062225bdce467e2bf240dcdb9cd3f41d2a078e95ad789 pyisbn-0.6.3.tar.gz" |