aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2023-06-09 13:13:55 +0300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-10 14:01:25 +0700
commitbe51eb17da23338d90399a593616ff07003195f5 (patch)
treef49ac40d1b5c91ce31a7a531e533825eecf604f1 /system
parent3e4f7af7dbe0006cad825329d93faa8e3d011802 (diff)
system/sbo-create: Updated for version 2.0.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/sbo-create/README7
-rw-r--r--system/sbo-create/sbo-create.SlackBuild2
-rw-r--r--system/sbo-create/sbo-create.info6
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"