diff options
author | B. Watson <urchlay@slackware.uk> | 2024-11-09 15:28:48 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-16 16:41:20 +0700 |
commit | 05e13136b1b4e2eb5fd2f6eda85af6a9e687aa2a (patch) | |
tree | e5e84f12fc2c35a42289f7d8a34e9bd5f34fb93f | |
parent | a2078be2341d8f6e70e06fb74fa78918000f79c6 (diff) |
games/solarus-quest-editor: Bump BUILD for new luajit.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/solarus-quest-editor/solarus-quest-editor.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/solarus-quest-editor/solarus-quest-editor.SlackBuild b/games/solarus-quest-editor/solarus-quest-editor.SlackBuild index 0b70e6112914a..ee8235eca3b6e 100644 --- a/games/solarus-quest-editor/solarus-quest-editor.SlackBuild +++ b/games/solarus-quest-editor/solarus-quest-editor.SlackBuild @@ -22,11 +22,14 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20241009 bkw: Modified by SlackBuilds.org, BUILD=2: +# - Bump BUILD for luajit-2.1.x + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=solarus-quest-editor VERSION=${VERSION:-1.6.4} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |