summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2019-02-10 19:52:21 -0500
committerAndrew Sun2019-02-10 19:52:21 -0500
commit335551bffcc015a9c6dc9f4ef130799ed84850ac (patch)
treef4ef230773dd29516efd6c4a85822590b1f9d001 /PKGBUILD
parenta45d0c9f92a4e5ee523a5ed1583ca4c042075b45 (diff)
downloadaur-335551bffcc015a9c6dc9f4ef130799ed84850ac.tar.gz
mingw-w64-libuv: update to 1.26.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 331976c17873..66e2fb0cb5c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-libuv
_pkgname=libuv
-pkgver=1.25.0
+pkgver=1.26.0
pkgrel=1
pkgdesc="Multi-platform support library with a focus on asynchronous I/O (mingw-w64)"
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('mingw-w64-configure')
depends=('mingw-w64-crt')
options=('!strip' '!buildflags' 'staticlibs')
source=("https://github.com/libuv/libuv/archive/v${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-sha512sums=('d1024f9193e2ad69cc670441b74ff7c63ca7d295e9a7a43c90da6781a39352687465bfe7e852d6e9085c21821bf8d11c10139c7229759fdce567d809c605acfd')
+sha512sums=('c38e36d4d700090f48f9d997302968d9fe2382d21695b2d5b30776149f1739f66cd03458937a11309efe326bdad8c12abe8bf0f0e210d30cc2de4d9ab651d1e3')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"