Update package version to 5.5.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: lua
|
name: lua
|
||||||
description: A powerful, efficient, lightweight, embeddable scripting language
|
description: A powerful, efficient, lightweight, embeddable scripting language
|
||||||
version: 5.4.8
|
version: 5.5.0
|
||||||
revision: 2
|
revision: 1
|
||||||
url: https://www.lua.org/
|
url: https://www.lua.org/
|
||||||
license: MIT
|
license: MIT
|
||||||
architecture: any
|
architecture: any
|
||||||
@@ -12,4 +12,4 @@ downloads:
|
|||||||
- url: https://www.lua.org/ftp/lua-${BPM_PKG_VERSION}.tar.gz
|
- url: https://www.lua.org/ftp/lua-${BPM_PKG_VERSION}.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: 4f18ddae154e793e46eeab727c59ef1c0c0c2b744e7b94219710d76f530629ae
|
checksum: 57ccc32bbbd005cab75bcc52444052535af691789dba2b9016d5c50640d68b3d
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ package() {
|
|||||||
|
|
||||||
# Install documentation
|
# Install documentation
|
||||||
install -d "$BPM_OUTPUT"/usr/share/doc/lua
|
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 license
|
||||||
install -Dm644 "$BPM_SOURCE"/doc/readme.html "$BPM_OUTPUT"/usr/share/licenses/lua/readme.html
|
install -Dm644 "$BPM_SOURCE"/doc/readme.html "$BPM_OUTPUT"/usr/share/licenses/lua/readme.html
|
||||||
|
|||||||
Reference in New Issue
Block a user