mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
libraries/libuv: Updated for version 1.16.1.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
6793093098
commit
6537e42e32
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.16.0}
|
||||
VERSION=${VERSION:-1.16.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libuv"
|
||||
VERSION="1.16.0"
|
||||
VERSION="1.16.1"
|
||||
HOMEPAGE="http://libuv.org/"
|
||||
DOWNLOAD="http://dist.libuv.org/dist/v1.16.0/libuv-v1.16.0.tar.gz"
|
||||
MD5SUM="4d5dab15216be51ef76b854ec682dac9"
|
||||
DOWNLOAD="http://dist.libuv.org/dist/v1.16.1/libuv-v1.16.1.tar.gz"
|
||||
MD5SUM="f8a148de529d5da78c8f8ac8c51cf911"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue