From 1fb05bb6eceb65ea8a73b79e4dfa017585f2348e Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Sun, 8 Sep 2024 19:23:18 +0000 Subject: [PATCH] 0.12.0 --- .abf.yml | 2 +- spoofdpi.spec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.abf.yml b/.abf.yml index c25f481..87f94f4 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,4 +1,4 @@ sources: spoofdpi-0.10.10-go-mod-vendor.tar.xz: 1c0d3a0ae0a2307db988eaf54541aa0b4aed52ca spoofdpi-0.11.1-go-mod-vendor.tar.xz: 90a12770fc02032d653448631a0d72cbb868c34e - spoofdpi-0.11.1.tar.gz: 51e05b372c25c746a35f1edbcc0549d9f4543db6 + spoofdpi-0.12.0.tar.gz: 018a0649a3d3c4cdcfd97fd4ed07081b295676c7 diff --git a/spoofdpi.spec b/spoofdpi.spec index 8662cae..b8567f5 100644 --- a/spoofdpi.spec +++ b/spoofdpi.spec @@ -8,7 +8,7 @@ Summary: A simple and fast software designed to bypass Deep Packet Inspection Name: spoofdpi -Version: 0.11.1 +Version: 0.12.0 Release: 1 License: ASL 2.0 Group: Networking/Other @@ -16,7 +16,7 @@ URL: https://github.com/xvzc/SpoofDPI Source0: %{url}/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz Source1: spoofdpi.service # created by ./upd.sh -Source2: spoofdpi-%{version}-go-mod-vendor.tar.xz +#Source2: spoofdpi-%{version}-go-mod-vendor.tar.xz BuildRequires: go BuildRequires: git-core BuildRequires: upx @@ -49,7 +49,7 @@ fi #goprep %setup -qn %{oname}-%{version} -tar -C .. -xf %{SOURCE2} +#tar -C .. -xf %{SOURCE2} %build export GOPROXY=direct