summaryrefslogtreecommitdiff
path: root/community/enet/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/enet/PKGBUILD')
-rw-r--r--community/enet/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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 <heniekk@gmail.com>
# Contributor: Bj?indeijer <bjorn@lindeijer.nl>
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}"