update LuaJIT from 2.0.3 to 2.0.4

This commit is contained in:
Boris Nagaev 2015-05-14 22:19:50 +03:00
parent c7526852f0
commit ba827251f5
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
PKG := luajit
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.0.3
$(PKG)_CHECKSUM := 2db39e7d1264918c2266b0436c313fbd12da4ceb
$(PKG)_VERSION := 2.0.4
$(PKG)_CHECKSUM := 6e533675180300e85d12c4bbeea2d0e41ad21172
$(PKG)_SUBDIR := LuaJIT-$($(PKG)_VERSION)
$(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz
$(PKG)_URL := http://luajit.org/download/$($(PKG)_FILE)