mirror of
https://github.com/rworkman/slackpkg
synced 2025-01-13 20:03:38 +01:00
2.82.3beta5
This commit is contained in:
parent
9cea505db9
commit
f59af2b4d7
2 changed files with 17 additions and 2 deletions
|
@ -1,5 +1,20 @@
|
||||||
Fri Jan 5 03:24:31 UTC 2018
|
|
||||||
|
|
||||||
|
Sat Jan 6 23:54:27 UTC 2018
|
||||||
|
---------------
|
||||||
|
- 2.82.3beta5
|
||||||
|
- minor tweaks to slack-desc
|
||||||
|
- check for existence of /etc/lilo.conf too before offering
|
||||||
|
to run lilo after kernel upgrades
|
||||||
|
- make sure user actually wants to run lilo (fix answer
|
||||||
|
handling)
|
||||||
|
- warn user and require confirmation the first time a -current
|
||||||
|
mirror is selected (thanks to Didier Spaier)
|
||||||
|
- improve handling of SOURCE from /etc/slackpkg/mirrors; e.g.
|
||||||
|
don't fail if trailing slash is accidentally omitted
|
||||||
|
(thanks to Didier Spaier)
|
||||||
|
|
||||||
|
Fri Jan 5 03:24:31 UTC 2018
|
||||||
|
---------------
|
||||||
- 2.82.3beta4
|
- 2.82.3beta4
|
||||||
- Abort if system date is near epoch (needed on ARM)
|
- Abort if system date is near epoch (needed on ARM)
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
|
|
||||||
PKGNAM=slackpkg
|
PKGNAM=slackpkg
|
||||||
VERSION=${VERSION:-2.82.3beta4}
|
VERSION=${VERSION:-2.82.3beta5}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
|
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
|
|
Loading…
Reference in a new issue