libuv: update to 1.26.0 (#4963)

This commit is contained in:
Andrew Sun
2019-02-11 02:26:34 -05:00
committed by Алексей
parent 2eb0d0706e
commit c8d0afe3e2

View File

@@ -4,7 +4,7 @@
_realname=libuv
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.25.0
pkgver=1.26.0
pkgrel=1
pkgdesc="Cross-platform asychronous I/O (mingw-w64)"
arch=('any')
@@ -14,7 +14,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc")
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
options=('staticlibs' 'strip')
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/libuv/libuv/archive/v${pkgver}.tar.gz")
sha256sums=('ce3036d444c3fb4f9a9e2994bec1f4fa07872b01456998b422ce918fdc55c254')
sha256sums=('e414cf74615b7dae768f0f5667092f1d4975f5067c087bcbe0641e241ebe4693')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"