Date: Sunday, May 7, 2023 @ 13:13:10
Author: kpcyrd
Revision: 1459335
upgpkg: python-mitmproxy-wireguard 0.1.22-1
Modified:
python-mitmproxy-wireguard/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-07 13:11:40 UTC (rev 1459334)
+++ PKGBUILD 2023-05-07 13:13:10 UTC (rev 1459335)
@@ -2,8 +2,8 @@
pkgname=python-mitmproxy-wireguard
_pyname=mitmproxy_wireguard
-pkgver=0.1.21
-pkgrel=2
+pkgver=0.1.22
+pkgrel=1
pkgdesc='WireGuard frontend for mitmproxy'
arch=('x86_64')
url='https://github.com/decathorpe/mitmproxy_wireguard'
@@ -12,7 +12,7 @@
makedepends=('maturin' 'python-installer' 'cargo')
options=(!lto)
source=("https://github.com/decathorpe/mitmproxy_wireguard/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('fb4c072a6e5807d8f30f28bb1f15414b5a68cc302aa66f6e0ee5df1da391a26298f5efe82e99d62f4d44cebcad89c5631b2ab6b94f51c1f0dbc8fa485fd61f69')
+sha512sums=('797238f45bb07851de3c22ffca5c55cf74975dd0558360b6f0366c9229dc428955fc7392fd8767ecfb3d94d8ba9849e9a09f9722256d5c9685fffa7fc456736f')
build() {
cd ${_pyname}-${pkgver}