summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--files/ChangeLog3
-rwxr-xr-xslackpkg.SlackBuild4
2 files changed, 4 insertions, 3 deletions
diff --git a/files/ChangeLog b/files/ChangeLog
index 93f3b98..f4b43ea 100644
--- a/files/ChangeLog
+++ b/files/ChangeLog
@@ -1,5 +1,6 @@
-
+Wed Feb 3 04:40:10 UTC 2021
---------------
+ - Release slackpkg-15.0 (yes, jump from 2.84_beta12 to 15.0)
- add aaa_glibc-solibs and aaa_libraries to the early routine
- add 'download' to options in usage() ; remove dupes from manpage
(Peter Hyman)
diff --git a/slackpkg.SlackBuild b/slackpkg.SlackBuild
index dfaf5af..db37743 100755
--- a/slackpkg.SlackBuild
+++ b/slackpkg.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2016, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2016, 2018, 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=slackpkg
-VERSION=${VERSION:-2.84.0_beta12}
+VERSION=${VERSION:-15.0}
ARCH="noarch"
BUILD=${BUILD:-1}