[arch-commits] Commit in luajit/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Sat May 6 14:34:17 UTC 2017


    Date: Saturday, May 6, 2017 @ 14:34:16
  Author: lfleischer
Revision: 227192

upgpkg: luajit 2.0.5-1

Upstream update.

Modified:
  luajit/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-06 14:32:56 UTC (rev 227191)
+++ PKGBUILD	2017-05-06 14:34:16 UTC (rev 227192)
@@ -5,8 +5,8 @@
 # Contributor: Anders Bergh <anders1 at gmail.com>
 
 pkgname=luajit
-pkgver=2.0.4
-pkgrel=2
+pkgver=2.0.5
+pkgrel=1
 pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
 arch=('i686' 'x86_64')
 url='http://luajit.org/'
@@ -13,7 +13,7 @@
 license=('MIT')
 depends=('gcc-libs')
 source=("https://luajit.org/download/LuaJIT-$pkgver.tar.gz")
-md5sums=('dd9c38307f2223a504cbfb96e477eca0')
+md5sums=('48353202cbcacab84ee41a5a70ea0a2c')
 
 build() {
   cd "LuaJIT-$pkgver"



More information about the arch-commits mailing list