summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--files/ChangeLog6
-rwxr-xr-xslackpkg.SlackBuild2
2 files changed, 7 insertions, 1 deletions
diff --git a/files/ChangeLog b/files/ChangeLog
index b16c020..0c0354a 100644
--- a/files/ChangeLog
+++ b/files/ChangeLog
@@ -1,5 +1,11 @@
---------------
+ - Avoid matching txz/tgz etc extension when blacklisting (dive)
+ - Use https for all slackpkg homepage links
+ - Update mirror files (14.2 -> 15.0)
+ - Add blacklist to search option
+ - Move applyblacklist to end of makelist()
+ - Clarify how to blacklist duplicate packages
- Fix new-config dialog
- Reduce false positives in DOUBLEFILES detection
- Remove spaces in awk.
diff --git a/slackpkg.SlackBuild b/slackpkg.SlackBuild
index 117fd31..e410e48 100755
--- a/slackpkg.SlackBuild
+++ b/slackpkg.SlackBuild
@@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=slackpkg
-VERSION=${VERSION:-15.0.1_testD}
+VERSION=${VERSION:-15.0.1}
ARCH="noarch"
BUILD=${BUILD:-1}