summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5a54afafc5b..854f75c33808 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: VVL <me@ivvl.ru>
pkgname=snft
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="Script for simple configuring firewall based on nftables."
arch=(any)
url="https://github.com/vvl-rulez/snft"
license=('MIT')
-source=("https://github.com/vvl-rulez/snft/archive/v1.1.0.tar.gz")
+source=("https://github.com/vvl-rulez/snft/archive/v$pkgver.tar.gz")
depends=('nftables')
conflicts=('snft-git')
-sha256sums=('SKIP')
+sha256sums=('d85bee9dd2e498cf0d4697454a21c5bab1f55c141eeef562e90451b47ad08049')
package() {
cd "$pkgname-$pkgver"
install -Dm755 snft "$pkgdir/usr/bin/snft"