Date: Monday, December 1, 2014 @ 12:18:45 Author: mtorromeo Revision: 123323
upgpkg: libuv 1.0.1-1 Updated to 1.0.1 Modified: libuv/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-12-01 11:01:02 UTC (rev 123322) +++ PKGBUILD 2014-12-01 11:18:45 UTC (rev 123323) @@ -2,14 +2,14 @@ # Maintainer: Massimiliano Torromeo <[email protected]> pkgname=libuv -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=1 pkgdesc="A new platform layer for Node.JS" arch=('i686' 'x86_64') -url="https://github.com/joyent/libuv" +url="https://github.com/libuv/libuv" license=('custom') depends=('glibc') -source=("https://github.com/joyent/libuv/archive/v$pkgver.tar.gz") +source=("https://github.com/libuv/libuv/archive/v$pkgver.tar.gz") build() { cd "$srcdir"/$pkgname-$pkgver @@ -38,4 +38,4 @@ "$pkgdir"/usr/share/doc/$pkgname/ChangeLog } -sha256sums=('c8e6a31044fc9e19015a2ef78e6be814a7f7ef146788a613c1e10bb158175fd4') +sha256sums=('9e4852f5fb430ce66a9b23d1bbf2e65ac2cd63873742f18edbc59e213260e1b0')
