diff options
author | Antonio Leal <antonio.leal@yahoo.com> | 2025-01-18 15:53:02 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-01-20 17:03:45 +0700 |
commit | a949a7292005a816bcc989b11b76df54cf49dc09 (patch) | |
tree | 91a0814544205eb7fffc6b74a8a4803ba3e4ccad | |
parent | 83d11bbb54d6c6c4d00aa9bd5acf0c66af377de8 (diff) |
system/B-em: Updated for version 20250116_2b5fe8e
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/B-em/B-em.SlackBuild | 6 | ||||
-rw-r--r-- | system/B-em/B-em.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/B-em/B-em.SlackBuild b/system/B-em/B-em.SlackBuild index 3f76d22ec8..68318ca568 100644 --- a/system/B-em/B-em.SlackBuild +++ b/system/B-em/B-em.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for B-em -# Copyright 2023 Antonio Leal, Porto Salvo, Oeiras, Portugal +# Copyright 2023-2025 Antonio Leal, Porto Salvo, Oeiras, Portugal # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,11 +25,11 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=B-em -VERSION=${VERSION:-20250101_8c0c1e4} +VERSION=${VERSION:-20250116_2b5fe8e} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -COMMIT=${COMMIT:-8c0c1e44fb1d5a981b560995b3c7a38971eb064c} +COMMIT=${COMMIT:-2b5fe8eedad473ea7288ffe97e060c07f54feeab} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/system/B-em/B-em.info b/system/B-em/B-em.info index a91403f456..59341dc3c1 100644 --- a/system/B-em/B-em.info +++ b/system/B-em/B-em.info @@ -1,8 +1,8 @@ PRGNAM="B-em" -VERSION="20250101_8c0c1e4" +VERSION="20250116_2b5fe8e" HOMEPAGE="https://github.com/stardot/b-em" -DOWNLOAD="https://github.com/stardot/b-em/archive/8c0c1e44fb1d5a981b560995b3c7a38971eb064c/b-em-8c0c1e44fb1d5a981b560995b3c7a38971eb064c.tar.gz" -MD5SUM="da8f01bef971209b2c9280fe9c3563ca" +DOWNLOAD="https://github.com/stardot/b-em/archive/2b5fe8eedad473ea7288ffe97e060c07f54feeab/b-em-2b5fe8eedad473ea7288ffe97e060c07f54feeab.tar.gz" +MD5SUM="ecb1630a4f3edd6e2cc647e1862ac8bb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="allegro" |