mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/libuv: Updated for version 1.0.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
ec78dc40ed
commit
b95be09608
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libuv
|
||||
VERSION=${VERSION:-0.11.29}
|
||||
VERSION=${VERSION:-1.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libuv"
|
||||
VERSION="0.11.29"
|
||||
VERSION="1.0.0"
|
||||
HOMEPAGE="http://libuv.org/"
|
||||
DOWNLOAD="http://libuv.org/dist/v0.11.29/libuv-v0.11.29.tar.gz"
|
||||
MD5SUM="04fec3327ef3281804cd606e51b050b5"
|
||||
DOWNLOAD="http://libuv.org/dist/v1.0.0/libuv-v1.0.0.tar.gz"
|
||||
MD5SUM="4641b696a53f892357a111a5980ebf07"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue