summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVVL2017-09-30 17:53:31 +0300
committerVVL2017-09-30 17:53:31 +0300
commit27bcb99d017b176b169b8666f40628522bf517bf (patch)
tree3f9fc93c10bd29cd2d50dd37d2e269fa1fafebbe
parent2a299b554620e99a9e286e20c7e6a268c75b65d8 (diff)
downloadaur-27bcb99d017b176b169b8666f40628522bf517bf.tar.gz
Update to 1.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46589f42ab58..e0283cb6b600 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Sep 29 11:38:58 UTC 2017
+# Sat Sep 30 14:53:17 UTC 2017
pkgbase = snft
pkgdesc = Script for simple configuring firewall based on nftables.
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/vvl-rulez/snft
arch = any
license = MIT
depends = nftables
conflicts = snft-git
- source = https://github.com/vvl-rulez/snft/archive/v1.1.0.tar.gz
+ source = https://github.com/vvl-rulez/snft/archive/v1.1.1.tar.gz
sha256sums = SKIP
pkgname = snft
diff --git a/PKGBUILD b/PKGBUILD
index e5a54afafc5b..94f2d324dd4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# 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/v1.1.1.tar.gz")
depends=('nftables')
conflicts=('snft-git')
sha256sums=('SKIP')