mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/libuv: Updated for version 1.30.0.
This commit is contained in:
parent
5b23add5b1
commit
36c3651c45
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.29.1}
|
||||
VERSION=${VERSION:-1.30.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libuv"
|
||||
VERSION="1.29.1"
|
||||
VERSION="1.30.0"
|
||||
HOMEPAGE="http://libuv.org/"
|
||||
DOWNLOAD="https://dist.libuv.org/dist/v1.29.1/libuv-v1.29.1.tar.gz"
|
||||
MD5SUM="e3202bd420e0740d6809df042cccd9f9"
|
||||
DOWNLOAD="https://dist.libuv.org/dist/v1.30.0/libuv-v1.30.0.tar.gz"
|
||||
MD5SUM="5a75ce1b4dbb22b265a407a6b5753cd2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue