mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-09 19:50:25 +03:00
RELEASE: 0.38.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@sbopkg.org>
This commit is contained in:
parent
7b3870b431
commit
ae4f59c867
@ -1,5 +1,16 @@
|
||||
SBOPKG NEWS
|
||||
|
||||
sbopkg 0.38.1 (2016-09-01 13:42 UTC)
|
||||
FEATURES
|
||||
* Added option to download from third party source repository
|
||||
in case the one mentioned in .info failed or having bad checksums.
|
||||
* Added new option in sbopkg.conf: SRC_REPO
|
||||
This is used to define third party source repository
|
||||
sbopkg: Added option to download from third party source.
|
||||
|
||||
MODIFICATIONS
|
||||
* Do not use wildcard for GPG checking (Fix #19)
|
||||
|
||||
sbopkg 0.38.0 (2016-07-01 17:12 UTC)
|
||||
|
||||
FEATURES
|
||||
|
@ -4527,7 +4527,7 @@ SBOPKG_REPOS_D=${SBOPKG_REPOS_D:-/etc/sbopkg/repos.d}
|
||||
EDITOR=${EDITOR:-vi}
|
||||
PAGER=${PAGER:-more}
|
||||
CWD=$(pwd)
|
||||
SBOVER=0.38.0
|
||||
SBOVER=0.38.1
|
||||
DIAG=1
|
||||
ON_ERROR=ask
|
||||
REPOS_FIELDS=7
|
||||
|
@ -1,6 +1,6 @@
|
||||
SBOPKG NEWS
|
||||
|
||||
sbopkg-dev (2016-08-30 22:19:30 UTC)
|
||||
sbopkg 0.38.1 (2016-09-01 13:42 UTC)
|
||||
FEATURES
|
||||
* Added option to download from third party source repository
|
||||
in case the one mentioned in .info failed or having bad checksums.
|
||||
|
@ -1 +1 @@
|
||||
https://github.com/sbopkg/sbopkg/releases/download/0.38.0/sbopkg-0.38.0-noarch-1_wsr.tgz
|
||||
https://github.com/sbopkg/sbopkg/releases/download/0.38.1/sbopkg-0.38.1-noarch-1_wsr.tgz
|
||||
|
@ -1 +1 @@
|
||||
sbopkg-0.38.0-noarch-1_wsr.tgz
|
||||
sbopkg-0.38.1-noarch-1_wsr.tgz
|
||||
|
@ -1 +1 @@
|
||||
sbopkg-0.38.0.tar.gz
|
||||
sbopkg-0.38.1.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
0.38.0
|
||||
0.38.1
|
||||
|
@ -3,7 +3,7 @@ Content-type: text/html
|
||||
<HTML><HEAD><TITLE>Manpage of SBOPKG.CONF</TITLE>
|
||||
</HEAD><BODY>
|
||||
<H1>SBOPKG.CONF</H1>
|
||||
Section: (5)<BR>Updated: July 2016<BR><A HREF="#index">Index</A>
|
||||
Section: (5)<BR>Updated: September 2016<BR><A HREF="#index">Index</A>
|
||||
<A HREF="http://localhost/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
||||
|
||||
|
||||
@ -824,7 +824,7 @@ slakmagik
|
||||
|
||||
<B><A HREF="http://localhost/cgi-bin/man/man2html?1+wget">wget</A></B>(1),
|
||||
|
||||
<I>/usr/doc/sbopkg-0.38.0/*</I>
|
||||
<I>/usr/doc/sbopkg-0.38.1/*</I>
|
||||
|
||||
|
||||
<P>
|
||||
@ -847,6 +847,6 @@ slakmagik
|
||||
This document was created by
|
||||
<A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
|
||||
using the manual pages.<BR>
|
||||
Time: 17:13:15 GMT, July 01, 2016
|
||||
Time: 13:42:15 GMT, September 01, 2016
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
@ -1,4 +1,4 @@
|
||||
sbopkg 0.38.0
|
||||
sbopkg 0.38.1
|
||||
Usage: sbopkg [OPTIONS] <packagename(s)>
|
||||
Options are:
|
||||
-b pkg/queue(s) Build the specified package(s). If one or more queuefiles
|
||||
|
@ -9,7 +9,7 @@
|
||||
# Based on the SlackBuilds.org template.
|
||||
|
||||
PRGNAM=sbopkg
|
||||
VERSION=${VERSION:-0.38.0}
|
||||
VERSION=${VERSION:-0.38.1}
|
||||
ARCH=${ARCH:-noarch}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_wsr}
|
||||
|
@ -3,7 +3,7 @@ Content-type: text/html
|
||||
<HTML><HEAD><TITLE>Manpage of SBOPKG</TITLE>
|
||||
</HEAD><BODY>
|
||||
<H1>SBOPKG</H1>
|
||||
Section: (8)<BR>Updated: July 2016<BR><A HREF="#index">Index</A>
|
||||
Section: (8)<BR>Updated: September 2016<BR><A HREF="#index">Index</A>
|
||||
<A HREF="http://localhost/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
||||
|
||||
|
||||
@ -730,7 +730,7 @@ slakmagik
|
||||
|
||||
<B><A HREF="http://localhost/cgi-bin/man/man2html?1+vi">vi</A></B>(1),
|
||||
|
||||
<I>/usr/doc/sbopkg-0.38.0/*</I>
|
||||
<I>/usr/doc/sbopkg-0.38.1/*</I>
|
||||
|
||||
|
||||
<P>
|
||||
@ -753,6 +753,6 @@ slakmagik
|
||||
This document was created by
|
||||
<A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
|
||||
using the manual pages.<BR>
|
||||
Time: 17:13:15 GMT, July 01, 2016
|
||||
Time: 13:42:15 GMT, September 01, 2016
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
Loading…
Reference in New Issue
Block a user