mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
libraries/libuv: Updated for version 1.29.0.
This commit is contained in:
parent
4dfc97e5cf
commit
b4b78df793
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.28.0}
|
||||
VERSION=${VERSION:-1.29.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libuv"
|
||||
VERSION="1.28.0"
|
||||
VERSION="1.29.0"
|
||||
HOMEPAGE="http://libuv.org/"
|
||||
DOWNLOAD="https://dist.libuv.org/dist/v1.28.0/libuv-v1.28.0.tar.gz"
|
||||
MD5SUM="25f9836089d329867a488201f2c217d4"
|
||||
DOWNLOAD="https://dist.libuv.org/dist/v1.29.0/libuv-v1.29.0.tar.gz"
|
||||
MD5SUM="60dd1d88b8a3d68db9b7c401327503fb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue