Commit 141b917f authored by Casey Strouse's avatar Casey Strouse

Update libuv from 1.14.1 to 1.15.0

This is a bugfix and maintenance release.

Tested as working on Samsung Chromebook Plus (ARMv8).
parent 26529c2e
...@@ -3,9 +3,9 @@ require 'package' ...@@ -3,9 +3,9 @@ require 'package'
class Libuv < Package class Libuv < Package
description 'libuv is a multi-platform support library with a focus on asynchronous I/O.' description 'libuv is a multi-platform support library with a focus on asynchronous I/O.'
homepage 'http://libuv.org/' homepage 'http://libuv.org/'
version '1.14.1' version '1.15.0'
source_url 'https://dist.libuv.org/dist/v1.14.1/libuv-v1.14.1.tar.gz' source_url 'https://dist.libuv.org/dist/v1.15.0/libuv-v1.15.0.tar.gz'
source_sha256 'f32243d2ad8eb7604cdfff8f719353bbcc4ebbc41def78930569372d7f257d22' source_sha256 '28b1b334ae79fdbb025c7a4dacf3cb14738f9d336998bc42bbdbe72b8799fe85'
binary_url ({ binary_url ({
}) })
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment