Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / firewalld
Commits: df509723 by Robin Candau at 2024-07-12T09:43:46+02:00 upgpkg: 2.2.0-1: New upstream release https://github.com/firewalld/firewalld/releases/tag/v2.2.0 - - - - - 3 changed files: - .SRCINFO - .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = firewalld pkgdesc = Firewall daemon with D-Bus interface - pkgver = 2.1.2 - pkgrel = 3 + pkgver = 2.2.0 + pkgrel = 1 url = https://firewalld.org arch = any license = GPL-2.0-or-later @@ -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.1.2 + source = git+https://github.com/firewalld/firewalld.git#tag=v2.2.0 source = firewalld-sysconfigdir.patch - sha256sums = 94236f4b882365cb3a7685a2b83340034956f2cc4dc7936399020ae9d328a51c + sha256sums = 81fb1223c3358b555f31cd01033875dea9685599f196d54dc8a9f17ed681c4ae sha256sums = 3b2e00f67680c2e620804eb28620d7370b4096851bcb5f6fec22460a21941ad9 pkgname = firewalld ===================================== .nvchecker.toml ===================================== @@ -1,6 +1,4 @@ [firewalld] -source = "github" -github = "firewalld/firewalld" +source = "git" +git = "https://github.com/firewalld/firewalld.git" prefix = "v" -use_max_tag = true -exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*" ===================================== PKGBUILD ===================================== @@ -4,8 +4,8 @@ # Contributor: speed145a <[email protected]> pkgname=firewalld -pkgver=2.1.2 -pkgrel=3 +pkgver=2.2.0 +pkgrel=1 pkgdesc="Firewall daemon with D-Bus interface" arch=('any') url="https://firewalld.org" @@ -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=('94236f4b882365cb3a7685a2b83340034956f2cc4dc7936399020ae9d328a51c' +sha256sums=('81fb1223c3358b555f31cd01033875dea9685599f196d54dc8a9f17ed681c4ae' '3b2e00f67680c2e620804eb28620d7370b4096851bcb5f6fec22460a21941ad9') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firewalld/-/commit/df50972337d93b06f03b21ecef3b598d1fbddd4f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firewalld/-/commit/df50972337d93b06f03b21ecef3b598d1fbddd4f You're receiving this email because of your account on gitlab.archlinux.org.
