summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-10-20 13:29:28 -0400
committerAndrew Sun2019-10-20 13:29:28 -0400
commit1a1e1304728cc89b1c14fe136d3fd98aa76db13f (patch)
tree6252ece9752fbc91733b724921e1a04f33c87bae
parent086c8814ccf570a4b06d011dfadb70859ba07d27 (diff)
downloadaur-1a1e1304728cc89b1c14fe136d3fd98aa76db13f.tar.gz
1.33.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 608414177f36..2383771d613f 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.33.0
+ pkgver = 1.33.1
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.33.0/libuv-1.33.0.tar.gz
- sha512sums = 0b0767d9743931060fe9347ca239d8fb3192a2e0182101dc8f55ab3c9a7440967eda062cc2b3b8b1aede4bdda690e5c20e55ad258c273a1518412e08bf8b8707
+ source = https://github.com/libuv/libuv/archive/v1.33.1/libuv-1.33.1.tar.gz
+ sha512sums = 0200aae2d38c26f537658955479cbc54fb69d5d8cbbccf3016cea319b2c46b1f311ca7a8fc289f14532acbbf2905cf96b17353b8b92bf09802424c372701d1d5
pkgname = mingw-w64-libuv
diff --git a/PKGBUILD b/PKGBUILD
index 5eb992a3ca20..947dfdc38af8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-libuv
_pkgname=libuv
-pkgver=1.33.0
+pkgver=1.33.1
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=('0b0767d9743931060fe9347ca239d8fb3192a2e0182101dc8f55ab3c9a7440967eda062cc2b3b8b1aede4bdda690e5c20e55ad258c273a1518412e08bf8b8707')
+sha512sums=('0200aae2d38c26f537658955479cbc54fb69d5d8cbbccf3016cea319b2c46b1f311ca7a8fc289f14532acbbf2905cf96b17353b8b92bf09802424c372701d1d5')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"