From a829a3b1a4b3eefc7adb1d630f071247e79b9f72 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 15 Dec 2012 02:31:42 -0800 Subject: Sat Dec 15 02:25:53 PST 2012 --- community/enet/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/enet/PKGBUILD') diff --git a/community/enet/PKGBUILD b/community/enet/PKGBUILD index a3557237a..a1ee98aea 100644 --- a/community/enet/PKGBUILD +++ b/community/enet/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 77516 2012-10-11 13:14:20Z svenstaro $ +# $Id: PKGBUILD 81243 2012-12-14 12:11:24Z svenstaro $ # Maintainer: Mateusz Herych # Contributor: Bj?indeijer pkgname=enet -pkgver=1.3.5 +pkgver=1.3.6 pkgrel=1 pkgdesc='A relatively thin, simple and robust network communication layer on top of UDP.' arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('custom') depends=('glibc') options=('!libtool') source=("http://enet.bespin.org/download/${pkgname}-${pkgver}.tar.gz") -md5sums=('c75d0be31b6f23330839a68ee66e00f9') +md5sums=('215faae73d7e1f0d6dc48676884d07c7') build() { cd "${pkgname}-${pkgver}" -- cgit v1.2.3-54-g00ecf