diff options
author | B. Watson <urchlay@slackware.uk> | 2024-11-09 15:28:47 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-16 16:41:20 +0700 |
commit | a2078be2341d8f6e70e06fb74fa78918000f79c6 (patch) | |
tree | 8fde621c913be44eb419ef2425545813bb8932a3 | |
parent | faefc0ec6cada28f2206eef8e044b48a42848895 (diff) |
games/solarus: 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/solarus.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/solarus/solarus.SlackBuild b/games/solarus/solarus.SlackBuild index 8db923eba30f..dfb805f04be1 100644 --- a/games/solarus/solarus.SlackBuild +++ b/games/solarus/solarus.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=3: +# - Bump BUILD for luajit-2.1.x + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=solarus VERSION=${VERSION:-1.6.4} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |