diff --git a/.SRCINFO b/.SRCINFO index 207fb5b19816..72cee00c6467 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = zapret2 pkgdesc = Anti-DPI software - pkgver = 0.7.6 + pkgver = 0.8 pkgrel = 1 url = https://github.com/bol-van/zapret2 install = zapret2.install @@ -16,7 +16,7 @@ pkgbase = zapret2 optdepends = ipset: required for iptables mode backup = opt/zapret2/config backup = opt/zapret2/ipset/zapret-hosts-user-exclude.txt - source = zapret2::git+https://github.com/bol-van/zapret2.git#tag=v0.7.6 - sha256sums = 3570d301b43f4079ce9f57cd5108f9484893cc9e78ef8b3905c282337673be28 + source = zapret2::git+https://github.com/bol-van/zapret2.git#tag=v0.8 + sha256sums = 21c246a48479bfbe02b36e3e290c4f54f83fb1a2a3953b51beeaca19f2daf0ef pkgname = zapret2 diff --git a/.nvchecker.toml b/.nvchecker.toml new file mode 100644 index 000000000000..70914c78f01b --- /dev/null +++ b/.nvchecker.toml @@ -0,0 +1,4 @@ +[zapret2] +source = "git" +git = "https://github.com/bol-van/zapret2.git" +prefix = "v" diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000000..4b141bc6372f --- /dev/null +++ b/LICENSE @@ -0,0 +1,18 @@ +Binary files, as well as any files describing changes ("patches") to the software that is being built are excluded from this license. +They are provided under the license terms of the software they describe +changes for. + +Any files containing a license notice are excluded from this license. They are provided under the license terms defined in their respective notices. + +Copyright Arch Linux Contributors + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE +FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY +DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN +AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/PKGBUILD b/PKGBUILD index 0d1441cfbd9e..e4cd446ee2e5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Aleksey Smirnov pkgname=zapret2 -pkgver=0.7.6 +pkgver=0.8 pkgrel=1 pkgdesc="Anti-DPI software" arch=('x86_64') @@ -26,7 +26,7 @@ backup=( ) install=$pkgname.install source=($pkgname::git+$url.git#tag=v$pkgver) -sha256sums=('3570d301b43f4079ce9f57cd5108f9484893cc9e78ef8b3905c282337673be28') +sha256sums=('21c246a48479bfbe02b36e3e290c4f54f83fb1a2a3953b51beeaca19f2daf0ef') prepare() { # 'KillMode=none' is a deprecated option and is not recommended for use.