diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-15 04:03:11 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-15 04:03:11 +0000 |
commit | 85be6f08e6368a31e9f971c043b11e8c12ce6545 (patch) | |
tree | ffa20d1e72f60b90293859b9b81a1d2e0830c538 /community/enet/PKGBUILD | |
parent | 747b1fd97f3a07a4f9dbb660436b7708c6ee2c43 (diff) |
Thu May 15 03:57:18 UTC 2014
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}" |