summaryrefslogtreecommitdiffstats
path: root/slackpkg.SlackBuild
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackware.com>2021-02-02 22:40:20 -0600
committerRobby Workman <rworkman@slackware.com>2021-02-04 19:52:35 -0600
commitbb6e763eb71f4404c9b760ecac63468e895c843b (patch)
tree794d0f2de21c3317fc8cae25ead8a6fbeabfbd96 /slackpkg.SlackBuild
parent1f96b540f06370466d0eb4912dd532a222791e7d (diff)
downloadslackpkg-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
Diffstat (limited to 'slackpkg.SlackBuild')
-rwxr-xr-xslackpkg.SlackBuild4
1 files changed, 2 insertions, 2 deletions
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}