summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-05-15 15:01:51 -0400
committerAndrew Sun2019-05-15 15:01:51 -0400
commit756bbf5fff1b189dd0b85af66a9bce8f33f6db37 (patch)
tree154c95df4514508d3721fc24773719765271bc55
parente0ac05131cc19534c5fd84f5c03572fc687f5ba9 (diff)
downloadaur-756bbf5fff1b189dd0b85af66a9bce8f33f6db37.tar.gz
mingw-w64-libuv: update to 1.29.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9677032fd8a1..8d3b019b9945 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.28.0
+ pkgver = 1.29.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.28.0/libuv-1.28.0.tar.gz
- sha512sums = 5f49b980b69011897bbb7a00d779fe0e71528d106626bc13fc130cd09afb7c8188007f354cd6320b1eba67f77c938ae3e83f3bd4a3ef5b9ea65a3adf51f66a53
+ source = https://github.com/libuv/libuv/archive/v1.29.0/libuv-1.29.0.tar.gz
+ sha512sums = 19f1f25ffdb287a755f773488e3da5fd5b5b43c333e3dfb019bbac430ccd77456da96dbf60c38b97c87880f90f08438366e29bbcc8d81a28f777f39fca8af529
pkgname = mingw-w64-libuv
diff --git a/PKGBUILD b/PKGBUILD
index a88f67b22eb3..358654114d7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-libuv
_pkgname=libuv
-pkgver=1.28.0
+pkgver=1.29.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=('5f49b980b69011897bbb7a00d779fe0e71528d106626bc13fc130cd09afb7c8188007f354cd6320b1eba67f77c938ae3e83f3bd4a3ef5b9ea65a3adf51f66a53')
+sha512sums=('19f1f25ffdb287a755f773488e3da5fd5b5b43c333e3dfb019bbac430ccd77456da96dbf60c38b97c87880f90f08438366e29bbcc8d81a28f777f39fca8af529')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"