Date: Tuesday, September 3, 2013 @ 13:26:58 Author: svenstaro Revision: 96713
upgpkg: enet 1.3.9-1 Updating to 1.3.9 Modified: enet/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-09-03 08:11:01 UTC (rev 96712) +++ PKGBUILD 2013-09-03 11:26:58 UTC (rev 96713) @@ -4,7 +4,7 @@ # Contributor: Bj?indeijer <[email protected]> pkgname=enet -pkgver=1.3.8 +pkgver=1.3.9 pkgrel=1 pkgdesc='A relatively thin, simple and robust network communication layer on top of UDP.' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('glibc') options=('!libtool') source=("http://enet.bespin.org/download/${pkgname}-${pkgver}.tar.gz") -sha1sums=('72284b0699ace09c1723fd532742077ca775b724') +sha1sums=('c188e380024f346758376290ad80a1c89e206171') build() { cd "${pkgname}-${pkgver}"
