diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/sbo-create/README | 7 | ||||
-rw-r--r-- | system/sbo-create/sbo-create.SlackBuild | 2 | ||||
-rw-r--r-- | system/sbo-create/sbo-create.info | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/system/sbo-create/README b/system/sbo-create/README index d80af0b80e15..2751ec3d80e3 100644 --- a/system/sbo-create/README +++ b/system/sbo-create/README @@ -8,8 +8,9 @@ Features distribution. - Autocorrect the quote marks for the .info file. - Auto-importing the SlackBuild script name. -- Auto-importing the description project from the slack-desc file. +- Auto-importing the text from the slack-desc file into the README. - Auto-importing the maintainer data to the .SlackBuild script. - Auto-importing the version to the .SlackBuild script. -- Auto-importing and checking the checksum signature to the .info file. - +- Auto-importing and checking the checksum signature to the .info + file. +- Auto-create all the necessary files for your SlackBuild package. diff --git a/system/sbo-create/sbo-create.SlackBuild b/system/sbo-create/sbo-create.SlackBuild index 48a9e9b4d705..b70b9e00c3fb 100644 --- a/system/sbo-create/sbo-create.SlackBuild +++ b/system/sbo-create/sbo-create.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sbo-create -VERSION=${VERSION:-2.0.4} +VERSION=${VERSION:-2.0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/sbo-create/sbo-create.info b/system/sbo-create/sbo-create.info index 2d01d3fb3107..dab7926b9001 100644 --- a/system/sbo-create/sbo-create.info +++ b/system/sbo-create/sbo-create.info @@ -1,8 +1,8 @@ PRGNAM="sbo-create" -VERSION="2.0.4" +VERSION="2.0.6" HOMEPAGE="https://gitlab.com/dslackw/sbo-create" -DOWNLOAD="https://gitlab.com/dslackw/sbo-create/-/archive/2.0.4/sbo-create-2.0.4.tar.gz" -MD5SUM="faf08dcbde72e42b19687bdcbd1096c8" +DOWNLOAD="https://gitlab.com/dslackw/sbo-create/-/archive/2.0.6/sbo-create-2.0.6.tar.gz" +MD5SUM="5a9ebd265d7d15c02eaad4cfb2fc944e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-pythondialog" |