diff options
author | root <root@rshg054.dnsready.net> | 2011-09-25 23:14:59 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-25 23:14:59 +0000 |
commit | 21efc9511d14394cc1d8426e2e0a6c668964fbe9 (patch) | |
tree | 7e6141022e93959706f4a4cba61e40b0d083161b /community/znc/PKGBUILD | |
parent | 38a0b12ffffc8842019f47425b60688253e709b0 (diff) |
Sun Sep 25 23:14:59 UTC 2011
Diffstat (limited to 'community/znc/PKGBUILD')
-rw-r--r-- | community/znc/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/znc/PKGBUILD b/community/znc/PKGBUILD index 452f60d96..e0d99f4de 100644 --- a/community/znc/PKGBUILD +++ b/community/znc/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 55376 2011-09-10 20:15:39Z dreisner $ +# $Id: PKGBUILD 55922 2011-09-25 01:01:16Z dreisner $ # Maintainer: Kaiting Chen <kaitocracy@gmail.com> # Contributor: mickael9 <mickael9 at gmail dot com> pkgname=znc -pkgver=0.200 +pkgver=0.202 pkgrel=1 pkgdesc='An IRC bouncer with modules & scripts support' url='http://en.znc.in/wiki/index.php/ZNC' @@ -16,7 +16,7 @@ optdepends=('tcl: modtcl module' 'perl: modperl module' 'cyrus-sasl: saslauth module') source=("http://znc.in/releases/znc-${pkgver}.tar.gz") -md5sums=('da5b690bc31b007474a77aae70c9c049') +md5sums=('3c6ff4620e139e3d9745cd53111bab20') build() { cd "znc-$pkgver" |