mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/libuv: Updated for version 1.24.0.
This commit is contained in:
parent
52a20c6c69
commit
34b4f11956
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.23.2}
|
||||
VERSION=${VERSION:-1.24.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libuv"
|
||||
VERSION="1.23.2"
|
||||
VERSION="1.24.0"
|
||||
HOMEPAGE="http://libuv.org/"
|
||||
DOWNLOAD="https://dist.libuv.org/dist/v1.23.2/libuv-v1.23.2.tar.gz"
|
||||
MD5SUM="cda910306306f997e569c8a0adee44ce"
|
||||
DOWNLOAD="https://dist.libuv.org/dist/v1.24.0/libuv-v1.24.0.tar.gz"
|
||||
MD5SUM="90320330757253b07404d2a97f59c66b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue