From bb6e763eb71f4404c9b760ecac63468e895c843b Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Tue, 2 Feb 2021 22:40:20 -0600 Subject: 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 --- files/ChangeLog | 3 ++- 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} -- cgit v1.2.3