mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
AutoBuild: update-nftables started at 2025-04-23-20UTC (#11808)
* Nftables 1.1.1 => 1.1.3 * Add built packages for linux/amd64 to update-nftables * Add built packages for linux/arm/v7 to update-nftables --------- Co-authored-by: Ed Reel <edreel@gmail.com> Co-authored-by: uberhacker <uberhacker@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c86c3fae01
commit
9e410b432a
@@ -6,17 +6,17 @@ require 'buildsystems/autotools'
|
||||
class Nftables < Autotools
|
||||
description 'Netfilter tables userspace tools'
|
||||
homepage 'https://netfilter.org/projects/nftables/'
|
||||
version '1.1.1'
|
||||
version '1.1.3'
|
||||
license 'GPL2'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url "https://netfilter.org/projects/nftables/files/nftables-#{version}.tar.xz"
|
||||
source_sha256 '6358830f3a64f31e39b0ad421d7dadcd240b72343ded48d8ef13b8faf204865a'
|
||||
source_sha256 '9c8a64b59c90b0825e540a9b8fcb9d2d942c636f81ba50199f068fde44f34ed8'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '9ef8444cc26ca8958a118ab23214ee1c93e4c8a82be3d3ee9d94378665b29bba',
|
||||
armv7l: '9ef8444cc26ca8958a118ab23214ee1c93e4c8a82be3d3ee9d94378665b29bba',
|
||||
x86_64: '64193fb122b88b0aa0c66fa65ac20c9e10aaafb55b40f459b204b08c785b4b19'
|
||||
aarch64: '8606a5a73a8705fe5ae9e58589b8046adef8a36bd00fa07dbe7eb404f7718cf0',
|
||||
armv7l: '8606a5a73a8705fe5ae9e58589b8046adef8a36bd00fa07dbe7eb404f7718cf0',
|
||||
x86_64: 'dd8fa408d9ecf3557c7125cc73eab5211f080e6602e3dc34d23aef2aaf9fb89f'
|
||||
})
|
||||
|
||||
depends_on 'py3_asciidoc' => :build
|
||||
|
||||
Reference in New Issue
Block a user