Date: Monday, January 28, 2019 @ 16:56:55 Author: grazzolini Revision: 428334
upgpkg: znc 1.7.2-1 Modified: znc/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-28 16:22:24 UTC (rev 428333) +++ PKGBUILD 2019-01-28 16:56:55 UTC (rev 428334) @@ -3,10 +3,10 @@ # Contributor: mickael9 <mickael9 at gmail dot com> pkgname=znc -pkgver=1.7.1 -pkgrel=7 +pkgver=1.7.2 +pkgrel=1 pkgdesc='An IRC bouncer with modules & scripts support' -url='http://wiki.znc.in/' +url='https://wiki.znc.in/' license=('GPL2') arch=('x86_64') depends=('libsasl' 'icu' 'boost-libs') @@ -16,11 +16,11 @@ 'perl: modperl module' 'cyrus-sasl: saslauth module') install=$pkgname.install -source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz"{,.sig} +source=("https://znc.in/releases/$pkgname-$pkgver.tar.gz"{,.sig} "$pkgname.tmpfiles" "$pkgname.sysusers") validpgpkeys=('D5823CACB477191CAC0075555AE420CC0209989E') #Alexey Sokolov <[email protected]> -sha256sums=('44cfea7158ea05dc2547c7c6bc22371e66c869def90351de0ab90a9c200d39c4' +sha256sums=('60b4e78f54c532c32673d1ef8e5f606c530ef3a6d6b76ea1daa66459a86682a9' 'SKIP' '8cd1b5b011c706fea9dc0c70d4daa75a53bf0966d6e96a3fce3a541777aa2771' '8802f1b84ab3031db7cc45678f008ceca9b08b2012412a3d4ff1ea596586bb2a')
