mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/libuv: Updated for version 1.8.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
ebf9762a84
commit
4708bf12bf
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libuv
|
||||
VERSION=${VERSION:-1.7.3}
|
||||
VERSION=${VERSION:-1.8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libuv"
|
||||
VERSION="1.7.3"
|
||||
VERSION="1.8.0"
|
||||
HOMEPAGE="http://libuv.org/"
|
||||
DOWNLOAD="http://dist.libuv.org/dist/v1.7.3/libuv-v1.7.3.tar.gz"
|
||||
MD5SUM="2c52d96a6eec124005e569e87353256e"
|
||||
DOWNLOAD="http://dist.libuv.org/dist/v1.8.0/libuv-v1.8.0.tar.gz"
|
||||
MD5SUM="f4229c4360625e973ae933cb92e1faf7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue