Update to 0.8

This commit is contained in:
Aleksey Smirnov 2025-12-31 09:42:31 +03:00
parent c7fb1eabcf
commit 0b88b60cb2
4 changed files with 27 additions and 5 deletions

View file

@ -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

4
.nvchecker.toml Normal file
View file

@ -0,0 +1,4 @@
[zapret2]
source = "git"
git = "https://github.com/bol-van/zapret2.git"
prefix = "v"

18
LICENSE Normal file
View file

@ -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.

View file

@ -1,7 +1,7 @@
# Maintainer: Aleksey Smirnov <debugger94 at gmail dot com>
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.