Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / firewalld
Commits: d6b18408 by Robin Candau at 2024-11-06T09:31:47+01:00 upgpkg: 2.3.0-1: New upstream release https://github.com/firewalld/firewalld/releases/tag/v2.3.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = firewalld pkgdesc = Firewall daemon with D-Bus interface - pkgver = 2.2.3 + pkgver = 2.3.0 pkgrel = 1 url = https://firewalld.org arch = any @@ -23,9 +23,9 @@ pkgbase = firewalld optdepends = python-pyqt6: firewall-applet backup = etc/conf.d/firewalld backup = etc/firewalld/firewalld.conf - source = git+https://github.com/firewalld/firewalld.git#tag=v2.2.3 + source = git+https://github.com/firewalld/firewalld.git#tag=v2.3.0 source = firewalld-sysconfigdir.patch - sha256sums = 9e10b62876375677b50f6b63b621c09d2009b8d953a308ce381f1c55766abe90 + sha256sums = 620069317d924bb74aef2614401543211f667da566e481ab0d8d088f68abde99 sha256sums = 3b2e00f67680c2e620804eb28620d7370b4096851bcb5f6fec22460a21941ad9 pkgname = firewalld ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: speed145a <[email protected]> pkgname=firewalld -pkgver=2.2.3 +pkgver=2.3.0 pkgrel=1 pkgdesc="Firewall daemon with D-Bus interface" arch=('any') @@ -23,7 +23,7 @@ backup=('etc/conf.d/firewalld' 'etc/firewalld/firewalld.conf') source=("git+https://github.com/firewalld/firewalld.git#tag=v${pkgver}" 'firewalld-sysconfigdir.patch') -sha256sums=('9e10b62876375677b50f6b63b621c09d2009b8d953a308ce381f1c55766abe90' +sha256sums=('620069317d924bb74aef2614401543211f667da566e481ab0d8d088f68abde99' '3b2e00f67680c2e620804eb28620d7370b4096851bcb5f6fec22460a21941ad9') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firewalld/-/commit/d6b18408144f19482b488107dc64df44c9bc6347 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firewalld/-/commit/d6b18408144f19482b488107dc64df44c9bc6347 You're receiving this email because of your account on gitlab.archlinux.org.
