Skip to content

Commit

Permalink
libuv: Update to 1.14.0 (msys2#2800)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka authored and Alexpux committed Aug 19, 2017
1 parent b57aa2c commit 35bfc3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-libuv/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
_realname=libuv
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.13.1
pkgver=1.14.0
pkgrel=1
pkgdesc="Cross-platform asychronous I/O (mingw-w64)"
arch=('any')
Expand All @@ -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=('6a4976887594ec9f4e8521c95598dbbc478c59733056a5cf46354e93a1bc8400')
sha256sums=('96088804334a70f84d64f45e4db926fc1dfa42d4a9d22b1812cf47bc0d9b6947')

prepare() {
cd "${srcdir}/${_realname}-${pkgver}"
Expand Down

0 comments on commit 35bfc3d

Please sign in to comment.