diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-12-24 10:43:30 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-12-24 10:43:30 +0100 |
commit | b258bd9ad2f1a92321843a3456bddee2dc541ca5 (patch) | |
tree | e543da08b516bf55fc641b2e2fe688a95f7885ac /main/lua-penlight | |
parent | fdd9e254b8d7fad65deb8d94ab91d8e87ff7ef20 (diff) | |
download | aports-b258bd9ad2f1a92321843a3456bddee2dc541ca5.tar.bz2 aports-b258bd9ad2f1a92321843a3456bddee2dc541ca5.tar.xz |
main/lua-penlight: upgrade to 1.0.3a
Diffstat (limited to 'main/lua-penlight')
-rw-r--r-- | main/lua-penlight/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/lua-penlight/APKBUILD b/main/lua-penlight/APKBUILD index f08fb6f1bf..8fbe461f90 100644 --- a/main/lua-penlight/APKBUILD +++ b/main/lua-penlight/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lua-penlight -pkgver=0.9.8 +pkgver=1.0.3a pkgrel=0 pkgdesc="Lua libraries for extended operations on tables, lists and strings" url="http://penlight.luaforge.net/" @@ -10,9 +10,9 @@ depends="lua-filesystem" makedepends="wget" install= subpackages="$pkgname-doc" -source="http://stevedonovan.github.com/files/penlight-$pkgver-src.zip" +source="https://github.com/stevedonovan/penlight/archive/$pkgver.tar.gz" -_builddir="$srcdir"/penlight-$pkgver +_builddir="$srcdir"/Penlight-$pkgver build() { return 0 @@ -27,4 +27,4 @@ package() { cp -r examples "$pkgdir"/usr/share/doc/$pkgname/ } -md5sums="c9c8143787c9a32b6cd20369b41b3e9f penlight-0.9.8-src.zip" +md5sums="5de8e66b18b915b0afe58fe464466daa 1.0.3a.tar.gz" |