diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-05-24 08:44:59 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-05-26 09:11:32 +0000 |
commit | 7fad17c271983c211959c82cd46a428728fe7b40 (patch) | |
tree | 92d7cd1ac9a044f07cf867649835e5f5d4f24c29 /testing/py-httreplay | |
parent | ae336d54736b19aaeb55f71b9df29f3c9db8978b (diff) | |
download | aports-7fad17c271983c211959c82cd46a428728fe7b40.tar.bz2 aports-7fad17c271983c211959c82cd46a428728fe7b40.tar.xz |
testing/py-httreplay: upgrade to 0.1.6
Diffstat (limited to 'testing/py-httreplay')
-rw-r--r-- | testing/py-httreplay/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py-httreplay/APKBUILD b/testing/py-httreplay/APKBUILD index b4dd01a889..3f1f12551e 100644 --- a/testing/py-httreplay/APKBUILD +++ b/testing/py-httreplay/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-httreplay _pkgname=httreplay -pkgver=0.1.4 +pkgver=0.1.6 pkgrel=0 pkgdesc="A HTTP replay library for testing" url="http://github.com/davepeck/httreplay" @@ -36,6 +36,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="7da38f272e87e6af8843739d8372a3ba httreplay-0.1.4.tar.gz" -sha256sums="f332c95f3c84f6867e32a61031386bead99ad378416bdef383a12c98346d66df httreplay-0.1.4.tar.gz" -sha512sums="fee65b6c32f761bf9f22cf70162f279f5d9af33ba58f3d52902dba58d87326007485def11f4e0fae230d5abe3c043958cbc98734410a5b801ae2bff9261eda98 httreplay-0.1.4.tar.gz" +md5sums="1412c16295aff3862556900b77367972 httreplay-0.1.6.tar.gz" +sha256sums="3ffd5f00cfffd4f10c0d67ffca481910b23775e70f11a2ed95e554e8f5c5b0e1 httreplay-0.1.6.tar.gz" +sha512sums="13022180e9cbed6424a8153570177bc8a057cfe16a714050868bb343d71e1670dfccd17d29494156bda35b21156e2231b5c0d439f2953b9c5dbc0664e104b71d httreplay-0.1.6.tar.gz" |