mirror of
https://github.com/rworkman/slackpkg
synced 2024-12-25 21:58:42 +01:00
Release 15.0.8
This commit is contained in:
parent
13c79b1eb2
commit
25aac7e027
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Sun Oct 24 19:44:21 CDT 2021
|
||||||
|
---------------
|
||||||
|
- Release 15.0.8
|
||||||
|
- New exit status for different situations (Piter PUNK)
|
||||||
|
|
||||||
Mon Aug 16 02:14:02 UTC 2021
|
Mon Aug 16 02:14:02 UTC 2021
|
||||||
---------------
|
---------------
|
||||||
- Release 15.0.7
|
- Release 15.0.7
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PKGNAM=slackpkg
|
PKGNAM=slackpkg
|
||||||
VERSION=${VERSION:-15.0.7}
|
VERSION=${VERSION:-15.0.8}
|
||||||
ARCH="noarch"
|
ARCH="noarch"
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue