diff --git a/pkg.info b/pkg.info index efcdabe..73f7167 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: lua description: A powerful, efficient, lightweight, embeddable scripting language -version: 5.4.8 -revision: 2 +version: 5.5.0 +revision: 1 url: https://www.lua.org/ license: MIT architecture: any @@ -12,4 +12,4 @@ downloads: - url: https://www.lua.org/ftp/lua-${BPM_PKG_VERSION}.tar.gz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: 4f18ddae154e793e46eeab727c59ef1c0c0c2b744e7b94219710d76f530629ae + checksum: 57ccc32bbbd005cab75bcc52444052535af691789dba2b9016d5c50640d68b3d diff --git a/source.sh b/source.sh index 7958dc6..7442e15 100644 --- a/source.sh +++ b/source.sh @@ -34,7 +34,7 @@ package() { # Install documentation install -d "$BPM_OUTPUT"/usr/share/doc/lua - install -m644 doc/*.{gif,png,css,html} "$BPM_OUTPUT"/usr/share/doc/lua + install -m644 doc/*.{png,css,html} "$BPM_OUTPUT"/usr/share/doc/lua # Install license install -Dm644 "$BPM_SOURCE"/doc/readme.html "$BPM_OUTPUT"/usr/share/licenses/lua/readme.html