mirror of
https://abf.rosa.ru/djam/spoofdpi.git
synced 2025-02-23 09:42:56 +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:
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue