From 85be6f08e6368a31e9f971c043b11e8c12ce6545 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 15 May 2014 04:03:11 +0000 Subject: Thu May 15 03:57:18 UTC 2014 --- 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 b404f25b8..d4499c298 100644 --- a/community/enet/PKGBUILD +++ b/community/enet/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 103880 2014-01-13 09:10:15Z svenstaro $ +# $Id: PKGBUILD 111129 2014-05-14 14:59:53Z svenstaro $ # Maintainer: Sven-Hendrik Haase # Contributor: Mateusz Herych # Contributor: Bj?indeijer pkgname=enet -pkgver=1.3.11 +pkgver=1.3.12 pkgrel=1 pkgdesc='A relatively thin, simple and robust network communication layer on top of UDP.' arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ url='http://enet.bespin.org/' license=('custom') depends=('glibc') source=("http://enet.bespin.org/download/${pkgname}-${pkgver}.tar.gz") -sha1sums=('f1b2e49aa2bbdd7d75e889f3f6d3b0c1a56b6080') +sha1sums=('5fd9ef590dc7bcff652e99fef3e7241b3a743f25') build() { cd "${pkgname}-${pkgver}" -- cgit v1.2.3-54-g00ecf