summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-04-25 13:40:55 -0400
committerAndrew Sun2020-04-25 13:40:55 -0400
commita4fb7a2d7d2f5b47e3650121f0c6828161be602d (patch)
tree844e17ab26c3d5393318a4db63e29c83d0e7675e
parentf51f7a1584d80df45a1175d3eaf3c9eb7afa1fbe (diff)
downloadaur-a4fb7a2d7d2f5b47e3650121f0c6828161be602d.tar.gz
1.37.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50b05e67a7fb..ac740d8159ea 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.35.0
+ pkgver = 1.37.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.35.0/libuv-1.35.0.tar.gz
- sha512sums = a05bfd7cab6ae74022e7120a48772a6594522fb5bc467c8c05eb4809d7c78b68fa4843d86e2e34a68d439767a27dbc49f3b1dcbc8df85bec64471c1b459989c3
+ source = https://github.com/libuv/libuv/archive/v1.37.0/libuv-1.37.0.tar.gz
+ sha512sums = ae0d864f5455696507b3a7680170d26e0e333aaeeb74dc2647fc9774a89912ba8ac2be056dbd5cd2b0224ec36ef7bb223fbc851a77302be82c531f8ea01545e0
pkgname = mingw-w64-libuv
diff --git a/PKGBUILD b/PKGBUILD
index df41de6038c8..ea153f267098 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-libuv
_pkgname=libuv
-pkgver=1.35.0
+pkgver=1.37.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=('a05bfd7cab6ae74022e7120a48772a6594522fb5bc467c8c05eb4809d7c78b68fa4843d86e2e34a68d439767a27dbc49f3b1dcbc8df85bec64471c1b459989c3')
+sha512sums=('ae0d864f5455696507b3a7680170d26e0e333aaeeb74dc2647fc9774a89912ba8ac2be056dbd5cd2b0224ec36ef7bb223fbc851a77302be82c531f8ea01545e0')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"