From a8fe1ae585ac6d794a99e1e32b2a33ca6d3cd55e Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 21 Aug 2012 07:03:28 +0000 Subject: main/lua-uuid: upgrade to 2012.05 --- main/lua-uuid/APKBUILD | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'main/lua-uuid') diff --git a/main/lua-uuid/APKBUILD b/main/lua-uuid/APKBUILD index 5d7495f1e4..ce9f68d7db 100644 --- a/main/lua-uuid/APKBUILD +++ b/main/lua-uuid/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa pkgname=lua-uuid -pkgver=2010.11 +pkgver=2012.05 pkgrel=1 pkgdesc="Lua library generating universally unique identifiers based on libuuid" url="http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#luuid" @@ -10,10 +10,15 @@ depends= makedepends="lua-dev util-linux-dev" install= subpackages= -source="http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.1/luuid.tar.gz" # seems like they just update the upstream source package. Version is found in # luuid.c +# For date and checksum see: +# http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/release.txt + +source="http://dev.alpinelinux.org/archive/lua-uuid/luuid-$pkgver.tar.gz" +#source="http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.1/luuid.tar.gz" + _builddir="$srcdir"/uuid @@ -31,4 +36,4 @@ package() { install -Dm755 uuid.so "$pkgdir"/usr/lib/lua/5.1/uuid.so } -md5sums="d479786745a71398c3b1e0dfd75a4e03 luuid.tar.gz" +md5sums="28273187c1f8176e98f959889d6abdbc luuid-2012.05.tar.gz" -- cgit v1.2.3