libuv: Update to 1.33.1
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
pkgbase=libuv
|
||||
pkgname=("${pkgbase}" "${pkgbase}-devel")
|
||||
pkgver=1.32.0
|
||||
pkgver=1.33.1
|
||||
pkgrel=1
|
||||
pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
|
||||
arch=('i686' 'x86_64')
|
||||
@@ -11,7 +11,7 @@ license=('custom')
|
||||
makedepends=('gcc')
|
||||
depends=('gcc-libs')
|
||||
source=("https://github.com/libuv/libuv/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||
sha512sums=('3e043a56fd09fdaf3c89f81b3dff70a385ba8a59ec065447c95199a0e45da323b8545fb13b50139c557541357450103a88297fdc921832de661f3e2700173b96')
|
||||
sha512sums=('0200aae2d38c26f537658955479cbc54fb69d5d8cbbccf3016cea319b2c46b1f311ca7a8fc289f14532acbbf2905cf96b17353b8b92bf09802424c372701d1d5')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}"/${pkgname}-${pkgver}
|
||||
|
||||
Reference in New Issue
Block a user