summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-04-16 20:46:50 -0400
committerAndrew Sun2019-04-16 20:46:50 -0400
commite0ac05131cc19534c5fd84f5c03572fc687f5ba9 (patch)
tree4b0898019cce7291cc2ce14cfc1cac1a754a663b
parent1ce5a6ceaeb43755b5112841d84d744b73ef90a8 (diff)
downloadaur-e0ac05131cc19534c5fd84f5c03572fc687f5ba9.tar.gz
mingw-w64-libuv: update to 1.28.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4047dd663341..9677032fd8a1 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.27.0
+ pkgver = 1.28.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.27.0/libuv-1.27.0.tar.gz
- sha512sums = 42dfb7bee21f3f875ae5e6e4531aff52cff59d4c000f9cee1bde1b12c127beb7adefd6d6a11c6f0180868ee5ef15351a21a36c10b1be0aa7bedc15f0c50f87e0
+ source = https://github.com/libuv/libuv/archive/v1.28.0/libuv-1.28.0.tar.gz
+ sha512sums = 5f49b980b69011897bbb7a00d779fe0e71528d106626bc13fc130cd09afb7c8188007f354cd6320b1eba67f77c938ae3e83f3bd4a3ef5b9ea65a3adf51f66a53
pkgname = mingw-w64-libuv
diff --git a/PKGBUILD b/PKGBUILD
index d5c0d41c6af8..a88f67b22eb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-libuv
_pkgname=libuv
-pkgver=1.27.0
+pkgver=1.28.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=('42dfb7bee21f3f875ae5e6e4531aff52cff59d4c000f9cee1bde1b12c127beb7adefd6d6a11c6f0180868ee5ef15351a21a36c10b1be0aa7bedc15f0c50f87e0')
+sha512sums=('5f49b980b69011897bbb7a00d779fe0e71528d106626bc13fc130cd09afb7c8188007f354cd6320b1eba67f77c938ae3e83f3bd4a3ef5b9ea65a3adf51f66a53')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"