diff options
author | Robby Workman <rworkman@slackware.com> | 2021-02-02 22:40:20 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2021-02-04 19:52:35 -0600 |
commit | bb6e763eb71f4404c9b760ecac63468e895c843b (patch) | |
tree | 794d0f2de21c3317fc8cae25ead8a6fbeabfbd96 | |
parent | 1f96b540f06370466d0eb4912dd532a222791e7d (diff) | |
download | slackpkg-bb6e763eb71f4404c9b760ecac63468e895c843b.tar.xz |
Release slackpkg-15.0
We decided to jump from 2.83.x straight to 15.0 to match the
version of Slackware for which it's intended: 15.0
That's not to imply that this version of slackpkg won't work
just fine with earlier Slackware releases: it should; however,
you definitely want this version of slackpkg for Slackware 15.0
-rw-r--r-- | files/ChangeLog | 3 | ||||
-rwxr-xr-x | slackpkg.SlackBuild | 4 |
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} |