genode/repos/libports/ports/lua.port
Emery Hemingway 72cb71c827 Replace SHA1 hashes of port downloads with SHA256
Now SHA256 has been shown to be an adequate replacement for SHA1, use
SHA256 for verifying all port downloads.

Ref #2767
2018-05-30 13:36:22 +02:00

12 lines
376 B
Plaintext

LICENSE := MIT
VERSION := 5.1.5
DOWNLOADS := lua.archive
URL(lua) := http://www.lua.org/ftp/lua-$(VERSION).tar.gz
SHA(lua) := 2640fc56a795f29d28ef15e13c34a47e223960b0240e8cb0a82d9b0738695333
DIR(lua) := src/lib/lua
DIRS := include/lua
DIR_CONTENT(include/lua) := $(addprefix src/lib/lua/src/,\
lua.h lauxlib.h luaconf.h lualib.h)