summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--files/ChangeLog6
-rwxr-xr-xslackpkg.SlackBuild2
2 files changed, 6 insertions, 2 deletions
diff --git a/files/ChangeLog b/files/ChangeLog
index 6ef30b2..1b7172f 100644
--- a/files/ChangeLog
+++ b/files/ChangeLog
@@ -1,8 +1,12 @@
+Mon May 3 23:53:57 UTC 2021
+---------------
+ - Release 15.0.3
+ - Fix 'continue' error message (dive)
Tue Apr 20 19:44:02 UTC 2021
---------------
- Release 15.0.2
- - Fix package duplicate bug
+ - Fix package duplicate bug (PiterPUNK)
Tue Apr 13 06:48:40 UTC 2021
---------------
diff --git a/slackpkg.SlackBuild b/slackpkg.SlackBuild
index cff9f57..eae23f8 100755
--- a/slackpkg.SlackBuild
+++ b/slackpkg.SlackBuild
@@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=slackpkg
-VERSION=${VERSION:-15.0.2}
+VERSION=${VERSION:-15.0.3}
ARCH="noarch"
BUILD=${BUILD:-1}