diff options
author | Gene Carlson <kvngncrlsn@gmail.com> | 2025-03-26 20:18:41 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-03-26 21:24:29 +0700 |
commit | 5b1ab71128ca646358f9529ce2ae5a6c9a0778d5 (patch) | |
tree | d96eff30b4ccfb96325e4366a38739aad7947afe | |
parent | 20c0aceaf73d6ccddae8bd9264d1d95334a90365 (diff) |
system/sbotools: Updated for version 3.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/sbotools/README | 4 | ||||
-rw-r--r-- | system/sbotools/sbotools.SlackBuild | 4 | ||||
-rw-r--r-- | system/sbotools/sbotools.info | 6 | ||||
-rw-r--r-- | system/sbotools/slack-desc | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/system/sbotools/README b/system/sbotools/README index e8d752d74b..727983ff57 100644 --- a/system/sbotools/README +++ b/system/sbotools/README @@ -3,8 +3,8 @@ sbotools (ports-like interface to SlackBuilds.org) sbotools is a set of Perl scripts providing a ports-like automation interface to SlackBuilds.org. Features include dependency handling, using a custom git branch, generating 32-bit and compat32 builds on -multilib systems, reverse dependency search and rebuild, gpg -verification and more. +multilib systems, reverse dependency search and rebuild, dry run and +batch modes, gpg verification and more. There is a man page for each included command. For 'executive summaries' and online man pages, see the project's home page. The diff --git a/system/sbotools/sbotools.SlackBuild b/system/sbotools/sbotools.SlackBuild index 4b18ba615c..67b333ce09 100644 --- a/system/sbotools/sbotools.SlackBuild +++ b/system/sbotools/sbotools.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sbotools -VERSION=${VERSION:-3.4.2} +VERSION=${VERSION:-3.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -73,7 +73,7 @@ find -L . \ ) SCRIPTS="check clean config find hints install remove upgrade" -ANYONE="check config find hints" +ANYONE="check config find hints install upgrade" MANS="man1 man3 man5" mkdir -p $PKG/usr/sbin \ diff --git a/system/sbotools/sbotools.info b/system/sbotools/sbotools.info index 10cb8caa79..89cb24b6df 100644 --- a/system/sbotools/sbotools.info +++ b/system/sbotools/sbotools.info @@ -1,8 +1,8 @@ PRGNAM="sbotools" -VERSION="3.4.2" +VERSION="3.5" HOMEPAGE="https://pghvlaans.github.io/sbotools/" -DOWNLOAD="https://pghvlaans.github.io/sbotools/downloads/sbotools-3.4.2.tar.gz" -MD5SUM="740ecb1b2a7ebef1bc2ce7cdf0f1c6ab" +DOWNLOAD="https://pghvlaans.github.io/sbotools/downloads/sbotools-3.5.tar.gz" +MD5SUM="b0091302da3415fd2545987268f02c3f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/system/sbotools/slack-desc b/system/sbotools/slack-desc index c068a35ff5..f3f443a660 100644 --- a/system/sbotools/slack-desc +++ b/system/sbotools/slack-desc @@ -11,7 +11,7 @@ sbotools: sbotools: sbotools is a set of Perl scripts providing a ports-like automation sbotools: interface to SlackBuilds.org. Features include dependency handling, sbotools: using a custom git branch, generating 32-bit and compat32 builds on -sbotools: multilib systems, gpg verification and more. +sbotools: multilib systems, batch mode, gpg verification and more. sbotools: sbotools: Homepage: https://pghvlaans.github.io/sbotools/ sbotools: Original Author: Jacob Pipkin |