libuv: Update to 1.29.1

This commit is contained in:
Alexey Pavlov 2019-05-23 12:12:55 +03:00
parent 9c6a186798
commit e73a2227e3

View File

@ -2,7 +2,7 @@
pkgbase=libuv
pkgname=("${pkgbase}" "${pkgbase}-devel")
pkgver=1.28.0
pkgver=1.29.1
pkgrel=1
pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
arch=('i686' 'x86_64')
@ -11,7 +11,7 @@ license=('custom')
makedepends=('gcc')
depends=('gcc-libs')
source=("https://github.com/libuv/libuv/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha512sums=('5f49b980b69011897bbb7a00d779fe0e71528d106626bc13fc130cd09afb7c8188007f354cd6320b1eba67f77c938ae3e83f3bd4a3ef5b9ea65a3adf51f66a53')
sha512sums=('7e1ed1bc500bfaab44858b3ff4685ec3d2abce412718ad144d642f7526f6dbcba643ea9a623bb129d545599570be64ed9a498d85485c1716c4c365bb7ab61898')
prepare() {
cd "${srcdir}"/${pkgname}-${pkgver}