mirror of
https://github.com/rworkman/slackpkg
synced 2024-11-17 07:48:12 +01:00
Release 2.84.0_beta11
This commit is contained in:
parent
23640d912d
commit
f601660353
2 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,10 @@
|
|||
|
||||
Tue Jan 5 05:13:50 UTC 2021
|
||||
---------------
|
||||
|
||||
- 2.84.0_beta11
|
||||
- add show-changelog option and update manpage (Peter Hyman)
|
||||
- backwards-incompatibility warning: check-updates will now return
|
||||
1 if there are updates available - this will make it easier to
|
||||
use this feature with cron (Peter Hyman)
|
||||
- document issues with filenames having spaces (Eric Pozharski)
|
||||
|
||||
Fri Nov 27 21:14:26 UTC 2020
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PKGNAM=slackpkg
|
||||
VERSION=${VERSION:-2.84.0_beta10}
|
||||
VERSION=${VERSION:-2.84.0_beta11}
|
||||
ARCH="noarch"
|
||||
BUILD=${BUILD:-1}
|
||||
|
||||
|
|
Loading…
Reference in a new issue