Release 15.0.9

This commit is contained in:
Robby Workman 2021-12-12 18:28:03 -06:00
parent a9664cecf4
commit 0ea2cf2f56
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Mon Dec 13 00:27:34 UTC 2021
---------------
- Release 15.0.9
- files/mirrors-x86*: Remove bad mirrors from list (Emmet Ford)
- Automatically rebuild package lists if missing (Piter PUNK)
Sun Oct 24 19:44:21 CDT 2021 Sun Oct 24 19:44:21 CDT 2021
--------------- ---------------
- Release 15.0.8 - Release 15.0.8

View file

@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=slackpkg PKGNAM=slackpkg
VERSION=${VERSION:-15.0.8} VERSION=${VERSION:-15.0.9}
ARCH="noarch" ARCH="noarch"
BUILD=${BUILD:-1} BUILD=${BUILD:-1}