diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-09-19 20:38:47 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-09-19 20:38:47 +0200 |
commit | 787e98e731caf76506ce93215b6e5ffe77bdc10b (patch) | |
tree | 52c6c0a2a539f34397ea680c2e648e5f59d85892 /slackbuild | |
parent | 70b81dc727819d57ffba01b9e55ac9e6197a4b4f (diff) | |
download | sbotools-787e98e731caf76506ce93215b6e5ffe77bdc10b.tar.xz |
slackbuild/* Update version in slackbuild script too
Diffstat (limited to 'slackbuild')
-rw-r--r-- | slackbuild/sbotools/sbotools.SlackBuild | 2 | ||||
-rw-r--r-- | slackbuild/sbotools/sbotools.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/slackbuild/sbotools/sbotools.SlackBuild b/slackbuild/sbotools/sbotools.SlackBuild index 2470157..d151953 100644 --- 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.0} +VERSION=${VERSION:-2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/slackbuild/sbotools/sbotools.info b/slackbuild/sbotools/sbotools.info index 320da32..1b22f7c 100644 --- a/slackbuild/sbotools/sbotools.info +++ b/slackbuild/sbotools/sbotools.info @@ -1,5 +1,5 @@ PRGNAM="sbotools" -VERSION="2.0" +VERSION="2.1" HOMEPAGE="http://pink-mist.github.io/sbotools/" DOWNLOAD="http://pink-mist.github.io/sbotools/downloads/@FILENAME@" MD5SUM="@MD5@" |