mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/enet: Updated for version 1.3.18
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
eaf0842d8b
commit
9697745dd9
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for enet
|
||||
|
||||
# Copyright 2021 S. S. Bolokanar, Bulgaria <bolokanar@bulgars.org>
|
||||
# Copyright 2021 S. S. Bolokanar, Bulgaria <bolokanar@bulgarsociety.org>
|
||||
# С. С. Болоканаръ, България
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -28,8 +28,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=enet
|
||||
VERSION=${VERSION:-1.3.17}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.3.18}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="enet"
|
||||
VERSION="1.3.17"
|
||||
VERSION="1.3.18"
|
||||
HOMEPAGE="http://enet.bespin.org"
|
||||
DOWNLOAD="http://enet.bespin.org/download/enet-1.3.17.tar.gz"
|
||||
MD5SUM="c8e96051c5a60afa9f3052d02b2cbe19"
|
||||
DOWNLOAD="http://enet.bespin.org/download/enet-1.3.18.tar.gz"
|
||||
MD5SUM="0b52430b05f42ff867a44a8ce5df2012"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="S. S. Bolokanar"
|
||||
EMAIL="bolokanar@bulgars.org"
|
||||
EMAIL="bolokanar@bulgarsociety.org"
|
||||
|
|
Loading…
Reference in a new issue