diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2015-12-20 15:30:49 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2016-01-27 14:49:06 +0000 |
commit | 25c43da4f1abb35cc6fc3d5ad6253dabfe079eb6 (patch) | |
tree | 5a3ee76a845815f05cd211cd06af8f11f858ff34 /testing | |
parent | 7309594ef5f6cf86ff1d5a79a88a64ae81aa9f43 (diff) | |
download | aports-25c43da4f1abb35cc6fc3d5ad6253dabfe079eb6.tar.bz2 aports-25c43da4f1abb35cc6fc3d5ad6253dabfe079eb6.tar.xz |
testing/mitmproxy: upgrade to 0.15
Diffstat (limited to 'testing')
-rw-r--r-- | testing/mitmproxy/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/mitmproxy/APKBUILD b/testing/mitmproxy/APKBUILD index 692cc3da72..a2ea2e9781 100644 --- a/testing/mitmproxy/APKBUILD +++ b/testing/mitmproxy/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=mitmproxy -pkgver=0.10.1 +pkgver=0.15 pkgrel=0 pkgdesc="An interactive SSL-capable intercepting HTTP proxy" url="http://www.mitmproxy.org/" @@ -12,7 +12,7 @@ depends_dev="" makedepends="python-dev py-setuptools " install="" subpackages="py-$pkgname:py" -source="http://mitmproxy.org/download/mitmproxy-0.10.1.tar.gz" +source="http://mitmproxy.org/download/mitmproxy-$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver prepare() { @@ -42,6 +42,6 @@ py() { mv "$pkgdir"/usr/lib/python* "$subpkgdir"/usr/lib/ } -md5sums="e166a2767e391c323b2d0b32013f0826 mitmproxy-0.10.1.tar.gz" -sha256sums="527cbff76e0d49d7db62561252d399e1c747730676515c4ed89250c223e2fe56 mitmproxy-0.10.1.tar.gz" -sha512sums="2bef02f07942177044afa24749c4e8e2ba1aae5ee33e2cbffbecc557a09351865b70dc92b9acfd285716a82c84026a3eb93f889176fd288c1e8d67a415a5c79a mitmproxy-0.10.1.tar.gz" +md5sums="7abc7d55b6cc26f85a3a12b9ccd8d36a mitmproxy-0.15.tar.gz" +sha256sums="3565086026b5ca0b048e826498a9ed9b37489f5b5639a728d280f73783914aac mitmproxy-0.15.tar.gz" +sha512sums="3130e82965fd12379ddc2ca0369900a668a6bf68b122781fc8e84079d2ebad0d3e3d7b553b397100cf40872f33ce0014edebed5b056602c30df51c9084014ce7 mitmproxy-0.15.tar.gz" |