From bf93bdecb35ed3762d5dde8d912f7e04903479b0 Mon Sep 17 00:00:00 2001 From: tibequadorian Date: Tue, 22 Feb 2022 13:14:05 +0100 Subject: [PATCH] obfs4proxy: update to 0.0.13. --- srcpkgs/obfs4proxy/template | 9 +++++---- srcpkgs/obfs4proxy/update | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 srcpkgs/obfs4proxy/update diff --git a/srcpkgs/obfs4proxy/template b/srcpkgs/obfs4proxy/template index cf8aec2549df..1b9dd7e0b53e 100644 --- a/srcpkgs/obfs4proxy/template +++ b/srcpkgs/obfs4proxy/template @@ -1,8 +1,9 @@ # Template file for 'obfs4proxy' pkgname=obfs4proxy -version=0.0.11 +version=0.0.13 revision=1 -create_wrksrc=yes +_pkgname=obfs4-obfs4proxy +wrksrc="${_pkgname}-${version}" build_style=go go_import_path=gitlab.com/yawning/obfs4.git go_package="${go_import_path}/obfs4proxy" @@ -11,8 +12,8 @@ short_desc="Pluggable transport proxy for Tor, implementing obfs4" maintainer="Daniel Eyßer " license="BSD-2-Clause" homepage="https://gitlab.com/yawning/obfs4" -distfiles="https://people.torproject.org/~yawning/releases/obfs4proxy/obfs4proxy-${version}.tar.xz" -checksum=8aa777a7ae17610dd3028379b249aae24a8d964cfe9fe7486120efe6d676fd3b +distfiles="https://gitlab.com/yawning/obfs4/-/archive/obfs4proxy-${version}/${_pkgname}-${version}.tar.gz" +checksum=ddd9291cb7c41326f076f622118816f09148e1aac79ec440d46436e802918e84 post_install() { vman doc/obfs4proxy.1 diff --git a/srcpkgs/obfs4proxy/update b/srcpkgs/obfs4proxy/update new file mode 100644 index 000000000000..59e8b343df2a --- /dev/null +++ b/srcpkgs/obfs4proxy/update @@ -0,0 +1 @@ +pkgname=${_pkgname}