Release slackpkg-15.0.1

This commit is contained in:
Robby Workman 2021-03-12 21:30:55 -06:00
parent c0a4ea8dbe
commit eb897955e9
4 changed files with 9 additions and 5 deletions

View file

@ -1,5 +1,10 @@
Sat Mar 13 03:30:01 UTC 2021
---------------
- Release slackpkg-15.0.1
- Tweak default blacklist file's help text (thanks, dive)
- Fix display of blacklisted packages
- Tweaks to slack-desc
- Note that kernel-headers should not be blacklisted
- Added Lithuania mirrors (Totoro-kun on LQ)
- Fix exit code for pending updates (dive)
- Avoid matching txz/tgz etc extension when blacklisting (dive)

View file

@ -1,4 +1,4 @@
.TH SLACKPKG 8 "March 22, 2018" slackpkg-2.82.2 ""
.TH SLACKPKG 8 "March 12, 2021" slackpkg-15.0.1 ""
.SH NAME
.B slackpkg
\- Automated tool for managing Slackware Linux packages

View file

@ -1,4 +1,4 @@
.TH SLACKPKG.CONF 5 "Oct 2017" slackpkg-2.82.2 ""
.TH SLACKPKG.CONF 5 "March 2021" slackpkg-15.0.1 ""
.SH NAME
.B slackpkg.conf
\- Configuration data for slackpkg

View file

@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=slackpkg
VERSION=${VERSION:-15.0.1_beta1}
VERSION=${VERSION:-15.0.1}
ARCH="noarch"
BUILD=${BUILD:-1}
@ -119,4 +119,3 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $TMP/$PKGNAM-$VERSION-$ARCH-$BUILD.txz