sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 33720829aca03ba0abd3756ac447d25f71cc27e1
parent 473b683c1d84273859ed020c214d32057a0f0e14
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Sun, 15 Jan 2017 00:53:03 +0100

Update version to 2.2

Diffstat:
MREADME.md | 2++
MSBO-Lib/Changes | 2++
MSBO-Lib/README | 2+-
MSBO-Lib/lib/SBO/Lib.pm | 2+-
MSBO-Lib/lib/SBO/Lib/Build.pm | 2+-
MSBO-Lib/lib/SBO/Lib/Download.pm | 2+-
MSBO-Lib/lib/SBO/Lib/Info.pm | 2+-
MSBO-Lib/lib/SBO/Lib/Pkgs.pm | 2+-
MSBO-Lib/lib/SBO/Lib/Readme.pm | 2+-
MSBO-Lib/lib/SBO/Lib/Repo.pm | 2+-
MSBO-Lib/lib/SBO/Lib/Tree.pm | 2+-
MSBO-Lib/lib/SBO/Lib/Util.pm | 2+-
Mslackbuild/sbotools/sbotools.SlackBuild | 2+-
Mslackbuild/sbotools/sbotools.info | 2+-
14 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md @@ -3,6 +3,8 @@ **[sbotools](https://pink-mist.github.io/sbotools/)** provides a ports-like interface to [slackbuilds.org](http://www.slackbuilds.org/). ## Changes +* 2.2 - Unreleased + * 2.1 - 2017-01-14 * Internals: - Adding internal documentation diff --git a/SBO-Lib/Changes b/SBO-Lib/Changes @@ -1,3 +1,5 @@ +2.2 - Unreleased + 2.1 - 2017-01-14 * Internals: - Adding internal documentation diff --git a/SBO-Lib/README b/SBO-Lib/README @@ -1,4 +1,4 @@ -SBO-Lib version 2.1 +SBO-Lib version 2.2 =================== SBO::Lib is a library for the sbotools scripts. diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm @@ -15,7 +15,7 @@ use strict; use warnings FATAL => 'all'; package SBO::Lib; -our $VERSION = '2.1'; +our $VERSION = '2.2'; =pod diff --git a/SBO-Lib/lib/SBO/Lib/Build.pm b/SBO-Lib/lib/SBO/Lib/Build.pm @@ -4,7 +4,7 @@ use 5.016; use strict; use warnings; -our $VERSION = '2.1'; +our $VERSION = '2.2'; use SBO::Lib::Util qw/ :const prompt script_error get_sbo_from_loc get_arch check_multilib uniq %config in /; use SBO::Lib::Tree qw/ get_sbo_location /; diff --git a/SBO-Lib/lib/SBO/Lib/Download.pm b/SBO-Lib/lib/SBO/Lib/Download.pm @@ -4,7 +4,7 @@ use 5.016; use strict; use warnings; -our $VERSION = '2.1'; +our $VERSION = '2.2'; use SBO::Lib::Util qw/ :const script_error get_sbo_from_loc open_read get_arch /; use SBO::Lib::Repo qw/ $distfiles /; diff --git a/SBO-Lib/lib/SBO/Lib/Info.pm b/SBO-Lib/lib/SBO/Lib/Info.pm @@ -4,7 +4,7 @@ use 5.016; use strict; use warnings; -our $VERSION = '2.1'; +our $VERSION = '2.2'; use SBO::Lib::Util qw/ get_arch get_sbo_from_loc open_read script_error slurp usage_error /; use SBO::Lib::Tree qw/ get_orig_location get_sbo_location is_local /; diff --git a/SBO-Lib/lib/SBO/Lib/Pkgs.pm b/SBO-Lib/lib/SBO/Lib/Pkgs.pm @@ -4,7 +4,7 @@ use 5.016; use strict; use warnings; -our $VERSION = '2.1'; +our $VERSION = '2.2'; use SBO::Lib::Util qw/ %config script_error open_read version_cmp /; use SBO::Lib::Tree qw/ get_sbo_location get_sbo_locations is_local /; diff --git a/SBO-Lib/lib/SBO/Lib/Readme.pm b/SBO-Lib/lib/SBO/Lib/Readme.pm @@ -4,7 +4,7 @@ use 5.016; use strict; use warnings; -our $VERSION = '2.1'; +our $VERSION = '2.2'; use SBO::Lib::Util qw/ prompt script_error slurp open_read _ERR_OPENFH usage_error /; use SBO::Lib::Tree qw/ is_local /; diff --git a/SBO-Lib/lib/SBO/Lib/Repo.pm b/SBO-Lib/lib/SBO/Lib/Repo.pm @@ -4,7 +4,7 @@ use 5.016; use strict; use warnings; -our $VERSION = '2.1'; +our $VERSION = '2.2'; use SBO::Lib::Util qw/ %config prompt usage_error get_slack_version script_error open_fh open_read in /; diff --git a/SBO-Lib/lib/SBO/Lib/Tree.pm b/SBO-Lib/lib/SBO/Lib/Tree.pm @@ -4,7 +4,7 @@ use 5.016; use strict; use warnings; -our $VERSION = '2.1'; +our $VERSION = '2.2'; use SBO::Lib::Util qw/ script_error open_read idx %config /; use SBO::Lib::Repo qw/ $repo_path $slackbuilds_txt /; diff --git a/SBO-Lib/lib/SBO/Lib/Util.pm b/SBO-Lib/lib/SBO/Lib/Util.pm @@ -4,7 +4,7 @@ use 5.016; use strict; use warnings; -our $VERSION = '2.1'; +our $VERSION = '2.2'; use Exporter 'import'; use Sort::Versions; diff --git a/slackbuild/sbotools/sbotools.SlackBuild b/slackbuild/sbotools/sbotools.SlackBuild @@ -5,7 +5,7 @@ # Licensed under the WTFPL <http://sam.zoy.org/wtfpl/COPYING> PRGNAM=sbotools -VERSION=${VERSION:-2.1} +VERSION=${VERSION:-2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/slackbuild/sbotools/sbotools.info b/slackbuild/sbotools/sbotools.info @@ -1,5 +1,5 @@ PRGNAM="sbotools" -VERSION="2.1" +VERSION="2.2" HOMEPAGE="http://pink-mist.github.io/sbotools/" DOWNLOAD="http://pink-mist.github.io/sbotools/downloads/@FILENAME@" MD5SUM="@MD5@"