Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 7b95215

Browse files
kpcyrdsvntogit
authored andcommitted
upgpkg: mitmproxy 7.0.0-1
git-svn-id: file:///srv/repos/svn-community/svn@977624 9fca08f4-af9d-4005-b8df-a31f2cc04f65
1 parent 4e67114 commit 7b95215

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

trunk/PKGBUILD

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
# Contributor: Dobroslaw Kijowski
66

77
pkgname=mitmproxy
8-
pkgver=6.0.2
8+
pkgver=7.0.0
99
pkgrel=1
1010
pkgdesc='SSL-capable man-in-the-middle HTTP proxy'
1111
arch=('any')
1212
url='https://mitmproxy.org'
1313
license=('MIT')
1414
depends=('python-asgiref' 'python-blinker' 'python-brotli' 'python-click' 'python-cryptography'
15-
'python-flask' 'python-h2' 'python-hyperframe' 'python-kaitaistruct' 'python-ldap3'
16-
'python-msgpack' 'python-passlib' 'python-protobuf' 'python-pyasn1' 'python-pyopenssl'
15+
'python-flask' 'python-h11' 'python-h2' 'python-hyperframe' 'python-kaitaistruct'
16+
'python-ldap3' 'python-msgpack' 'python-passlib' 'python-protobuf' 'python-pyopenssl'
1717
'python-pyparsing' 'python-pyperclip' 'python-ruamel-yaml' 'python-setuptools'
1818
'python-sortedcontainers' 'python-tornado' 'python-urwid' 'python-wsproto'
1919
'python-publicsuffix2' 'python-zstandard')
@@ -23,7 +23,7 @@ provides=('pathod')
2323
conflicts=('pathod')
2424
replaces=('pathod')
2525
source=("https://github.com/mitmproxy/mitmproxy/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
26-
sha512sums=('27eb5e9736891148b5ebec963a2d18de6a69b44428538d2ed1cf9a1dcdd7cbcdeeed662edb2d25521098374e2f9a29b5bb8fba8da4f77ac0d32bf7881ac70d61')
26+
sha512sums=('3836a33e5d2be09fb89987d2b0b898183dab9f17b990b98ab754d07cc5d7275786cfac0ab946e65a099ece054c7bbd65d62d01e4e4281e5f9b5f3dcdd0ac80b4')
2727

2828
prepare() {
2929
cd $pkgname-$pkgver
@@ -41,6 +41,7 @@ prepare() {
4141

4242
build() {
4343
cd $pkgname-$pkgver
44+
export PYTHONHASHSEED=0
4445
python setup.py build
4546
}
4647

0 commit comments

Comments
 (0)