diff options
Diffstat (limited to 'community/enet/PKGBUILD')
-rw-r--r-- | community/enet/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
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 <sh@lutzhaase.com> # Contributor: Mateusz Herych <heniekk@gmail.com> # Contributor: Bj?indeijer <bjorn@lindeijer.nl> 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}" |