mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libuv: Updated for version 1.40.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
83aeaf83b1
commit
0bbff74597
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.39.0}
|
||||
VERSION=${VERSION:-1.40.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libuv"
|
||||
VERSION="1.39.0"
|
||||
VERSION="1.40.0"
|
||||
HOMEPAGE="http://libuv.org/"
|
||||
DOWNLOAD="https://dist.libuv.org/dist/v1.39.0/libuv-v1.39.0.tar.gz"
|
||||
MD5SUM="66bf6355e35a36fbe32729f8edc22648"
|
||||
DOWNLOAD="https://dist.libuv.org/dist/v1.40.0/libuv-v1.40.0.tar.gz"
|
||||
MD5SUM="7cb2fdadb61a76fc55cbbe928e322862"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue