summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2023-04-24 23:05:12 +0800
committerYour Name2023-04-24 23:05:12 +0800
commit94d2119cb56af953c998e83f49e9415a6e9ce641 (patch)
tree4cdb38688a16263df97bb3fc74d10f34277d11d5
parent6018cd9f06bbf0414f34b745de8c0debf182fbce (diff)
downloadaur-94d2119cb56af953c998e83f49e9415a6e9ce641.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5efdc83f4be6..96b3229a6a74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nftables-fullcone
pkgdesc = Netfilter tables userspace tools (with fullcone patch)
- pkgver = 1.0.5
+ pkgver = 1.0.7
pkgrel = 1
epoch = 1
url = https://netfilter.org/projects/nftables/
@@ -19,13 +19,13 @@ pkgbase = nftables-fullcone
provides = nftables
conflicts = nftables
backup = etc/nftables.conf
- source = https://netfilter.org/projects/nftables/files/nftables-1.0.5.tar.bz2
- source = https://netfilter.org/projects/nftables/files/nftables-1.0.5.tar.bz2.sig
+ source = https://netfilter.org/projects/nftables/files/nftables-1.0.7.tar.xz
+ source = https://netfilter.org/projects/nftables/files/nftables-1.0.7.tar.xz.sig
source = nftables.conf
source = nftables.service
source = https://github.com/wongsyrone/lede-1/raw/master/package/network/utils/nftables/patches/999-01-nftables-add-fullcone-expression-support.patch
validpgpkeys = 37D964ACC04981C75500FB9BD55D978A8A1420E4
- sha256sums = 8d1b4b18393af43698d10baa25d2b9b6397969beecac7816c35dd0714e4de50a
+ sha256sums = c12ac941fff9adaedf17367d5ce213789b98a0d314277bc22b3d71e10891f412
sha256sums = SKIP
sha256sums = 2aff88019097d21dbfa4713f5b54c184751c86376e458b683f8d90f3abd232a8
sha256sums = deffeef36fe658867dd9203ec13dec85047a6d224ea63334dcf60db97e1809ea
diff --git a/PKGBUILD b/PKGBUILD
index 0c07440f3370..65f6a31f2956 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=nftables-fullcone
_pkgname=nftables
epoch=1
-pkgver=1.0.5
+pkgver=1.0.7
pkgrel=1
pkgdesc='Netfilter tables userspace tools (with fullcone patch)'
arch=('x86_64')
@@ -16,12 +16,12 @@ backup=('etc/nftables.conf')
provides=('nftables')
conflicts=('nftables')
validpgpkeys=('37D964ACC04981C75500FB9BD55D978A8A1420E4') # Netfilter Core Team
-source=("https://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2"{,.sig}
+source=("https://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.xz"{,.sig}
'nftables.conf'
'nftables.service'
'https://github.com/wongsyrone/lede-1/raw/master/package/network/utils/nftables/patches/999-01-nftables-add-fullcone-expression-support.patch')
install=nftables.install
-sha256sums=('8d1b4b18393af43698d10baa25d2b9b6397969beecac7816c35dd0714e4de50a'
+sha256sums=('c12ac941fff9adaedf17367d5ce213789b98a0d314277bc22b3d71e10891f412'
'SKIP'
'2aff88019097d21dbfa4713f5b54c184751c86376e458b683f8d90f3abd232a8'
'deffeef36fe658867dd9203ec13dec85047a6d224ea63334dcf60db97e1809ea'