summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-11-27 09:26:11 -0500
committerAndrew Sun2020-11-27 09:26:11 -0500
commit3ed374d262b1502b4f83996f9e24948cc0d9cbe6 (patch)
tree04c3388206de3c397c5da69c9c034d6fccf9b9be
parenta4fb7a2d7d2f5b47e3650121f0c6828161be602d (diff)
downloadaur-3ed374d262b1502b4f83996f9e24948cc0d9cbe6.tar.gz
1.40.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac740d8159ea..486c97ee4d26 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.37.0
+ pkgver = 1.40.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.37.0/libuv-1.37.0.tar.gz
- sha512sums = ae0d864f5455696507b3a7680170d26e0e333aaeeb74dc2647fc9774a89912ba8ac2be056dbd5cd2b0224ec36ef7bb223fbc851a77302be82c531f8ea01545e0
+ source = https://github.com/libuv/libuv/archive/v1.40.0/libuv-1.40.0.tar.gz
+ sha512sums = 14a6880e636e9d046e1f4c86061d7ca5fe0cdae0efb0c6fec6b6ad03b17c626da479d6cc1ae84da281ec04a75e0d56fa99ef25164432cdb246cf59f0964a7e8b
pkgname = mingw-w64-libuv
diff --git a/PKGBUILD b/PKGBUILD
index ea153f267098..b1c39a577568 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-libuv
_pkgname=libuv
-pkgver=1.37.0
+pkgver=1.40.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=('ae0d864f5455696507b3a7680170d26e0e333aaeeb74dc2647fc9774a89912ba8ac2be056dbd5cd2b0224ec36ef7bb223fbc851a77302be82c531f8ea01545e0')
+sha512sums=('14a6880e636e9d046e1f4c86061d7ca5fe0cdae0efb0c6fec6b6ad03b17c626da479d6cc1ae84da281ec04a75e0d56fa99ef25164432cdb246cf59f0964a7e8b')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"