Update to 0.9.2

This commit is contained in:
Aleksey Smirnov 2026-02-07 03:41:31 +03:00
parent ff21fd6b0e
commit db05d271a0
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = zapret2
pkgdesc = Anti-DPI software
pkgver = 0.9.1
pkgver = 0.9.2
pkgrel = 1
url = https://github.com/bol-van/zapret2
install = zapret2.install
@ -19,7 +19,7 @@ pkgbase = zapret2
conflicts = zapret2-bin
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.9.1
sha256sums = 05e2d12121451d37c55e5e3c2073cf371b223722f119ba15f024d52b42822225
source = zapret2::git+https://github.com/bol-van/zapret2.git#tag=v0.9.2
sha256sums = ca5f12222e7180bced6341b96fe2fb842b61036121026c231c8902d0b82ac39e
pkgname = zapret2

View file

@ -1,7 +1,7 @@
# Maintainer: Aleksey Smirnov <debugger94 at gmail dot com>
pkgname=zapret2
pkgver=0.9.1
pkgver=0.9.2
pkgrel=1
pkgdesc="Anti-DPI software"
arch=('x86_64')
@ -28,7 +28,7 @@ backup=(
)
install=$pkgname.install
source=($pkgname::git+$url.git#tag=v$pkgver)
sha256sums=('05e2d12121451d37c55e5e3c2073cf371b223722f119ba15f024d52b42822225')
sha256sums=('ca5f12222e7180bced6341b96fe2fb842b61036121026c231c8902d0b82ac39e')
prepare() {
# 'KillMode=none' is a deprecated option and is not recommended for use.