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 --- slackpkg.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'slackpkg.SlackBuild') 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