commit dbd9fd0588a91fabc845b903da46cf9f30b21897
parent 0fa1662e035a585b38e72cb6a7173e86ed8a5b18
Author: J Pipkin <j@dawnrazor.net>
Date: Sat, 30 Mar 2013 12:39:35 -0500
version 1.5 -> 1.6
Diffstat:
12 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm
@@ -14,7 +14,7 @@ use strict;
use warnings FATAL => 'all';
package SBO::Lib;
-our $VERSION = '1.5';
+our $VERSION = '1.6';
require Exporter;
our @ISA = qw(Exporter);
diff --git a/man1/sbocheck.1 b/man1/sbocheck.1
@@ -1,4 +1,4 @@
-.TH sbocheck 1 "Prickle-Prickle, Discord 16, 3179 YOLD" "sbotools 1.5" dawnrazor.net
+.TH sbocheck 1 "Prickle-Prickle, Discord 16, 3179 YOLD" "sbotools 1.6" dawnrazor.net
.SH NAME
.P
sbocheck - update a local slackbuilds.org tree and check for updates.
diff --git a/man1/sboclean.1 b/man1/sboclean.1
@@ -1,4 +1,4 @@
-.TH sboclean 1 "Prickle-Prickle, Discord 16, 3179 YOLD" "sbotools 1.5" dawnrazor.net
+.TH sboclean 1 "Prickle-Prickle, Discord 16, 3179 YOLD" "sbotools 1.6" dawnrazor.net
.SH NAME
.P
sboclean - clean files left around by sbotools.
diff --git a/man1/sboconfig.1 b/man1/sboconfig.1
@@ -1,4 +1,4 @@
-.TH sboconfig 1 "Prickle-Prickle, Discord 16, 3179 YOLD" "sbotools 1.5" dawnrazor.net
+.TH sboconfig 1 "Prickle-Prickle, Discord 16, 3179 YOLD" "sbotools 1.6" dawnrazor.net
.SH NAME
.P
sboconfig - set sbotools configuration options.
diff --git a/man1/sbofind.1 b/man1/sbofind.1
@@ -1,4 +1,4 @@
-.TH sbofind 1 "Prickle-Prickle, Discord 16, 3179 YOLD" "sbotools 1.5" dawnrazor.net
+.TH sbofind 1 "Prickle-Prickle, Discord 16, 3179 YOLD" "sbotools 1.6" dawnrazor.net
.SH NAME
.P
sbofind - search slackbuilds.org tree for a given name
diff --git a/man1/sboinstall.1 b/man1/sboinstall.1
@@ -1,4 +1,4 @@
-.TH sboinstall 1 "Prickle-Prickle, Discord 16, 3179 YOLD" "sbotools 1.5" dawnrazor.net
+.TH sboinstall 1 "Prickle-Prickle, Discord 16, 3179 YOLD" "sbotools 1.6" dawnrazor.net
.SH NAME
.P
sboinstall - install slackbuilds
diff --git a/man1/sboremove.1 b/man1/sboremove.1
@@ -1,4 +1,4 @@
-.TH sboremove 1 "Prickle-Prickle, Discord 16, 3179 YOLD" "sbotools 1.5" dawnrazor.net
+.TH sboremove 1 "Prickle-Prickle, Discord 16, 3179 YOLD" "sbotools 1.6" dawnrazor.net
.SH NAME
.P
sboremove - remove packages installed from slackbuilds
diff --git a/man1/sbosnap.1 b/man1/sbosnap.1
@@ -1,4 +1,4 @@
-.TH sbosnap 1 "Prickle-Prickle, Discord 16, 3179 YOLD" "sbotools 1.5" dawnrazor.net
+.TH sbosnap 1 "Prickle-Prickle, Discord 16, 3179 YOLD" "sbotools 1.6" dawnrazor.net
.SH NAME
.P
sbosnap - slackbuilds.org tree fetch and update command.
diff --git a/man1/sboupgrade.1 b/man1/sboupgrade.1
@@ -1,4 +1,4 @@
-.TH sboupgrade 1 "Prickle-Prickle, Discord 16, 3179 YOLD" "sbotools 1.5" dawnrazor.net
+.TH sboupgrade 1 "Prickle-Prickle, Discord 16, 3179 YOLD" "sbotools 1.6" dawnrazor.net
.SH NAME
.P
sboupgrade - install or upgrade slackbuilds
diff --git a/man5/sbotools.conf.5 b/man5/sbotools.conf.5
@@ -1,4 +1,4 @@
-.TH sbotools.conf 5 "Prickle-Prickle, Discord 16, 3179 YOLD" "sbotools 1.5" dawnrazor.net
+.TH sbotools.conf 5 "Prickle-Prickle, Discord 16, 3179 YOLD" "sbotools 1.6" dawnrazor.net
.SH NAME
.P
sbotools.conf - configuration file for sbotools commands.
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:-1.4}
+VERSION=${VERSION:-1.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/slackbuild/sbotools/sbotools.info b/slackbuild/sbotools/sbotools.info
@@ -1,8 +1,8 @@
PRGNAM="sbotools"
-VERSION="1.5"
+VERSION="1.6"
HOMEPAGE="http://dawnrazor.net/sbotools/"
DOWNLOAD="http://dawnrazor.net/wp-content/uploads/2013/01/sbotools-1.5.tar.gz"
-MD5SUM="67e7d6991b5f5cdc85ba8c3583ab21fe"
+MD5SUM=""
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Sort-Versions"