From 111b18e76114f1a46a23a979a7872e7fda412601 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 21 Feb 2013 00:03:57 -0800 Subject: Thu Feb 21 00:03:56 PST 2013 --- community/luajit/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'community/luajit/PKGBUILD') diff --git a/community/luajit/PKGBUILD b/community/luajit/PKGBUILD index d523e7815..2f0c2b350 100644 --- a/community/luajit/PKGBUILD +++ b/community/luajit/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 81293 2012-12-16 11:27:38Z bpiotrowski $ +# $Id: PKGBUILD 84574 2013-02-20 04:52:41Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: Chris Brannon # Contributor: Paulo Matias # Contributor: Anders Bergh pkgname=luajit -pkgver=2.0.0 -pkgrel=3 -pkgdesc='Just-in-time compiler and replacement for Lua 5.1' +pkgver=2.0.1 +pkgrel=1 +pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1' arch=('i686' 'x86_64') url='http://luajit.org/' license=('MIT') depends=('gcc-libs') source=(http://luajit.org/download/LuaJIT-${pkgver/rc/-rc}.tar.gz) -md5sums=('97a2b87cc0490784f54b64cfb3b8f5ad') +sha256sums=('2371cceb53453d8a7b36451e6a0ccdb66236924545d6042ddd4c34e9668990c0') build() { cd $srcdir/LuaJIT-$pkgver -- cgit v1.2.3-54-g00ecf