diff options
author | root <root@rshg054.dnsready.net> | 2013-09-04 02:15:19 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-09-04 02:15:19 -0700 |
commit | c270fd5b2cd42b593708a919254fbbb609bbf641 (patch) | |
tree | 2cc8a32b6fe3260814e158bb8b18abec1a09e18d /community/enet | |
parent | 3aa73e2018f321c9ccff8eca801b1c2fa9f18fa8 (diff) |
Wed Sep 4 02:13:41 PDT 2013
Diffstat (limited to 'community/enet')
-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 2e1f2a1ad..db606f240 100644 --- a/community/enet/PKGBUILD +++ b/community/enet/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 92446 2013-06-05 15:30:42Z svenstaro $ +# $Id: PKGBUILD 96714 2013-09-03 11:27:11Z 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.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 @@ license=('custom') depends=('glibc') options=('!libtool') source=("http://enet.bespin.org/download/${pkgname}-${pkgver}.tar.gz") -sha1sums=('72284b0699ace09c1723fd532742077ca775b724') +sha1sums=('c188e380024f346758376290ad80a1c89e206171') build() { cd "${pkgname}-${pkgver}" |