mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
libraries/libuv: Updated for version 1.19.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
22dd847998
commit
243bd46e71
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.18.0}
|
||||
VERSION=${VERSION:-1.19.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libuv"
|
||||
VERSION="1.18.0"
|
||||
VERSION="1.19.0"
|
||||
HOMEPAGE="http://libuv.org/"
|
||||
DOWNLOAD="https://dist.libuv.org/dist/v1.18.0/libuv-v1.18.0.tar.gz"
|
||||
MD5SUM="dc51c45ac5baab37e1abc87906ac7af1"
|
||||
DOWNLOAD="https://dist.libuv.org/dist/v1.19.0/libuv-v1.19.0.tar.gz"
|
||||
MD5SUM="98d8ae8b9987bc169664eca0bf83c366"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue