misc/sbo-templates: Updated for version 1.3.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
064654f339
commit
767ee670ec
|
@ -1,2 +1 @@
|
|||
sbo-templates it's a tool that creates easy, fast and safe templates
|
||||
SlackBuilds files scripts.
|
||||
sbo-templates it's a tool that creates easy, fast and safe SlackBuilds files scripts.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for sbo-templates
|
||||
|
||||
# Copyright 2015-2020 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2015-2022 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=sbo-templates
|
||||
VERSION=${VERSION:-1.3.2}
|
||||
VERSION=${VERSION:-1.3.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sbo-templates"
|
||||
VERSION="1.3.2"
|
||||
VERSION="1.3.3"
|
||||
HOMEPAGE="https://gitlab.com/dslackw/sbo-templates"
|
||||
DOWNLOAD="https://gitlab.com/dslackw/sbo-templates/-/archive/1.3.2/sbo-templates-1.3.2.tar.gz"
|
||||
MD5SUM="bd0ed994ad6e73b8c698777fa12a6104"
|
||||
DOWNLOAD="https://gitlab.com/dslackw/sbo-templates/-/archive/1.3.3/sbo-templates-1.3.3.tar.gz"
|
||||
MD5SUM="56bd0c97e7971a2ae8499c85fec26052"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-pythondialog"
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
sbo-templates: sbo-templates (SBo templates managing)
|
||||
sbo-templates:
|
||||
sbo-templates: sbo-templates it's a tool that creates easy, fast and safe templates
|
||||
sbo-templates: SlackBuild files scripts.
|
||||
sbo-templates: sbo-templates it's a tool that creates easy, fast and safe
|
||||
sbo-templates: SlackBuilds files scripts.
|
||||
sbo-templates:
|
||||
sbo-templates: Homepage: https://gitlab.com/dslackw/sbo-templates
|
||||
sbo-templates:
|
||||
|
|
Loading…
Reference in New Issue