Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / znc
Commits: f6882027 by Christian Heusel at 2025-06-10T17:11:18+02:00 upgpkg: 1.10.0-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = znc pkgdesc = An IRC bouncer with modules & scripts support - pkgver = 1.9.1 - pkgrel = 8 + pkgver = 1.10.0 + pkgrel = 1 url = https://wiki.znc.in/ install = znc.install arch = x86_64 @@ -20,12 +20,12 @@ pkgbase = znc optdepends = perl: modperl module optdepends = cyrus-sasl: saslauth module optdepends = cmake: znc-buildmod script - source = https://znc.in/releases/archive/znc-1.9.1.tar.gz - source = https://znc.in/releases/archive/znc-1.9.1.tar.gz.sig + source = https://znc.in/releases/archive/znc-1.10.0.tar.gz + source = https://znc.in/releases/archive/znc-1.10.0.tar.gz.sig source = znc.tmpfiles source = znc.sysusers validpgpkeys = D5823CACB477191CAC0075555AE420CC0209989E - sha256sums = e8a7cf80e19aad510b4e282eaf61b56bc30df88ea2e0f64fadcdd303c4894f3c + sha256sums = be65ad9b62ef545a7e9486f2f74134edc53ba513ad43a69d9d8b476605336b19 sha256sums = SKIP sha256sums = 8cd1b5b011c706fea9dc0c70d4daa75a53bf0966d6e96a3fce3a541777aa2771 sha256sums = bb79f73ce440f96d8250f59c8afc3b8dda5c7b4fe9cc190796393b994af1e3ca ===================================== PKGBUILD ===================================== @@ -5,8 +5,8 @@ # Contributor: mickael9 <mickael9 at gmail dot com> pkgname=znc -pkgver=1.9.1 -pkgrel=8 +pkgver=1.10.0 +pkgrel=1 pkgdesc='An IRC bouncer with modules & scripts support' url='https://wiki.znc.in/' license=('Apache-2.0') @@ -36,7 +36,7 @@ source=("https://znc.in/releases/archive/$pkgname-$pkgver.tar.gz"{,.sig} "$pkgname.tmpfiles" "$pkgname.sysusers") validpgpkeys=('D5823CACB477191CAC0075555AE420CC0209989E') # Alexey Sokolov <ale...@asokolov.org> -sha256sums=('e8a7cf80e19aad510b4e282eaf61b56bc30df88ea2e0f64fadcdd303c4894f3c' +sha256sums=('be65ad9b62ef545a7e9486f2f74134edc53ba513ad43a69d9d8b476605336b19' 'SKIP' '8cd1b5b011c706fea9dc0c70d4daa75a53bf0966d6e96a3fce3a541777aa2771' 'bb79f73ce440f96d8250f59c8afc3b8dda5c7b4fe9cc190796393b994af1e3ca') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/znc/-/commit/f688202729dcaf8bab578a6791a2b43c614e5969 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/znc/-/commit/f688202729dcaf8bab578a6791a2b43c614e5969 You're receiving this email because of your account on gitlab.archlinux.org.