diff --git a/src/etc/sbopkg/repos.d/40-sbo.repo b/src/etc/sbopkg/repos.d/40-sbo.repo index 1bb6f94..a0bbb1f 100644 --- a/src/etc/sbopkg/repos.d/40-sbo.repo +++ b/src/etc/sbopkg/repos.d/40-sbo.repo @@ -1,5 +1,6 @@ # DO NOT EDIT THIS FILE. CHANGES WILL BE OVERWRITTEN. See the README. # Repo Branch Description Tag Tool Link CheckGPG +SBo 14.0 "SBo repository for Slackware 14.0" _SBo rsync slackbuilds.org::slackbuilds/14.0 GPG SBo 13.37 "SBo repository for Slackware 13.37" _SBo rsync slackbuilds.org::slackbuilds/13.37 GPG SBo 13.1 "SBo repository for Slackware 13.1" _SBo rsync slackbuilds.org::slackbuilds/13.1 GPG SBo 13.0 "SBo repository for Slackware 13.0" _SBo rsync slackbuilds.org::slackbuilds/13.0 GPG diff --git a/src/etc/sbopkg/sbopkg.conf b/src/etc/sbopkg/sbopkg.conf index 847127b..0d4c6a9 100644 --- a/src/etc/sbopkg/sbopkg.conf +++ b/src/etc/sbopkg/sbopkg.conf @@ -31,7 +31,7 @@ DEBUG_UPDATES=${DEBUG_UPDATES:-0} KEEPLOG=${KEEPLOG:-YES} MKDIR_PROMPT=${MKDIR_PROMPT:-YES} NICE=${NICE:-10} -REPO_BRANCH=${REPO_BRANCH:-13.37} +REPO_BRANCH=${REPO_BRANCH:-14.0} REPO_NAME=${REPO_NAME:-SBo} # The following variable determines if multiple instances of sbopkg can diff --git a/src/usr/doc/NEWS b/src/usr/doc/NEWS index 63c4a03..e25e0cd 100644 --- a/src/usr/doc/NEWS +++ b/src/usr/doc/NEWS @@ -1,9 +1,11 @@ SBOPKG NEWS -sbopkg xxxVERSIONxxx (xxxDATExxx) +sbopkg 0.36.0 (2012-10-04 03:05 UTC) FEATURES + * This release of sbopkg is Slackware 14.0-ready. (Congrats to + all involved in the Slackware release.) * Sbopkg now has a -d flag which can download without building or installing, in addition to -b (download, build) and -i (download, build, install). Thanks to Kristoffer Karlsson for diff --git a/tools/sbopkg.SlackBuild b/tools/sbopkg.SlackBuild index d52b6e6..f026f28 100644 --- a/tools/sbopkg.SlackBuild +++ b/tools/sbopkg.SlackBuild @@ -8,7 +8,7 @@ # Based on the SlackBuilds.org template. PRGNAM=sbopkg -VERSION=${VERSION:-0.35.0} +VERSION=${VERSION:-0.36.0} ARCH=${ARCH:-noarch} BUILD=${BUILD:-1} TAG=${TAG:-_cng}