summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-03-17 08:57:36 -0400
committerAndrew Sun2019-03-17 08:57:36 -0400
commit1ce5a6ceaeb43755b5112841d84d744b73ef90a8 (patch)
treec061a82f0e18e33456c0d9154fb9ed89b80600cc
parent335551bffcc015a9c6dc9f4ef130799ed84850ac (diff)
downloadaur-1ce5a6ceaeb43755b5112841d84d744b73ef90a8.tar.gz
mingw-w64-libuv: update to 1.27.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0717f7f17f8e..4047dd663341 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libuv
pkgdesc = Multi-platform support library with a focus on asynchronous I/O (mingw-w64)
- pkgver = 1.26.0
+ pkgver = 1.27.0
pkgrel = 1
url = https://github.com/libuv/libuv
arch = any
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-libuv
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/libuv/libuv/archive/v1.26.0/libuv-1.26.0.tar.gz
- sha512sums = c38e36d4d700090f48f9d997302968d9fe2382d21695b2d5b30776149f1739f66cd03458937a11309efe326bdad8c12abe8bf0f0e210d30cc2de4d9ab651d1e3
+ source = https://github.com/libuv/libuv/archive/v1.27.0/libuv-1.27.0.tar.gz
+ sha512sums = 42dfb7bee21f3f875ae5e6e4531aff52cff59d4c000f9cee1bde1b12c127beb7adefd6d6a11c6f0180868ee5ef15351a21a36c10b1be0aa7bedc15f0c50f87e0
pkgname = mingw-w64-libuv
diff --git a/PKGBUILD b/PKGBUILD
index 66e2fb0cb5c5..d5c0d41c6af8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-libuv
_pkgname=libuv
-pkgver=1.26.0
+pkgver=1.27.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=('c38e36d4d700090f48f9d997302968d9fe2382d21695b2d5b30776149f1739f66cd03458937a11309efe326bdad8c12abe8bf0f0e210d30cc2de4d9ab651d1e3')
+sha512sums=('42dfb7bee21f3f875ae5e6e4531aff52cff59d4c000f9cee1bde1b12c127beb7adefd6d6a11c6f0180868ee5ef15351a21a36c10b1be0aa7bedc15f0c50f87e0')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"