mirror of
https://abf.rosa.ru/djam/spoofdpi.git
synced 2025-02-23 17:52:54 +00:00
0.12.0
This commit is contained in:
parent
4083572c09
commit
1fb05bb6ec
2 changed files with 4 additions and 4 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,4 +1,4 @@
|
||||||
sources:
|
sources:
|
||||||
spoofdpi-0.10.10-go-mod-vendor.tar.xz: 1c0d3a0ae0a2307db988eaf54541aa0b4aed52ca
|
spoofdpi-0.10.10-go-mod-vendor.tar.xz: 1c0d3a0ae0a2307db988eaf54541aa0b4aed52ca
|
||||||
spoofdpi-0.11.1-go-mod-vendor.tar.xz: 90a12770fc02032d653448631a0d72cbb868c34e
|
spoofdpi-0.11.1-go-mod-vendor.tar.xz: 90a12770fc02032d653448631a0d72cbb868c34e
|
||||||
spoofdpi-0.11.1.tar.gz: 51e05b372c25c746a35f1edbcc0549d9f4543db6
|
spoofdpi-0.12.0.tar.gz: 018a0649a3d3c4cdcfd97fd4ed07081b295676c7
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
Summary: A simple and fast software designed to bypass Deep Packet Inspection
|
Summary: A simple and fast software designed to bypass Deep Packet Inspection
|
||||||
Name: spoofdpi
|
Name: spoofdpi
|
||||||
Version: 0.11.1
|
Version: 0.12.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Group: Networking/Other
|
Group: Networking/Other
|
||||||
|
@ -16,7 +16,7 @@ URL: https://github.com/xvzc/SpoofDPI
|
||||||
Source0: %{url}/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
|
||||||
Source1: spoofdpi.service
|
Source1: spoofdpi.service
|
||||||
# created by ./upd.sh
|
# created by ./upd.sh
|
||||||
Source2: spoofdpi-%{version}-go-mod-vendor.tar.xz
|
#Source2: spoofdpi-%{version}-go-mod-vendor.tar.xz
|
||||||
BuildRequires: go
|
BuildRequires: go
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
BuildRequires: upx
|
BuildRequires: upx
|
||||||
|
@ -49,7 +49,7 @@ fi
|
||||||
#goprep
|
#goprep
|
||||||
%setup -qn %{oname}-%{version}
|
%setup -qn %{oname}-%{version}
|
||||||
|
|
||||||
tar -C .. -xf %{SOURCE2}
|
#tar -C .. -xf %{SOURCE2}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export GOPROXY=direct
|
export GOPROXY=direct
|
||||||
|
|
Loading…
Add table
Reference in a new issue