[arch-commits] Commit in libuv/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Oct 23 13:37:09 UTC 2019
Date: Wednesday, October 23, 2019 @ 13:37:09
Author: felixonmars
Revision: 365386
upgpkg: libuv 1.33.1-1
Modified:
libuv/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-23 12:12:44 UTC (rev 365385)
+++ PKGBUILD 2019-10-23 13:37:09 UTC (rev 365386)
@@ -1,7 +1,7 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
pkgname=libuv
-pkgver=1.33.0
+pkgver=1.33.1
pkgrel=1
pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
arch=('x86_64')
@@ -10,7 +10,7 @@
depends=('glibc' 'libnsl')
makedepends=('python-sphinx')
source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('0b0767d9743931060fe9347ca239d8fb3192a2e0182101dc8f55ab3c9a7440967eda062cc2b3b8b1aede4bdda690e5c20e55ad258c273a1518412e08bf8b8707')
+sha512sums=('0200aae2d38c26f537658955479cbc54fb69d5d8cbbccf3016cea319b2c46b1f311ca7a8fc289f14532acbbf2905cf96b17353b8b92bf09802424c372701d1d5')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list