summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-11-27 19:39:46 +0000
committer Eric Hameleers <alien@slackware.com>2019-11-28 08:59:51 +0100
commit69ed33abedf322f92f538656f2ab2ceaa26ec0e4 (patch)
treea7159b23f3c5131a57bcce9f194df2e0edf0c878 /source
parentdcb09037c6d84f27932186ec03741d52d60862e5 (diff)
downloadcurrent-69ed33abedf322f92f538656f2ab2ceaa26ec0e4.tar.gz
current-69ed33abedf322f92f538656f2ab2ceaa26ec0e4.tar.xz
Wed Nov 27 19:39:46 UTC 201920191127193946
ap/tmux-3.0-x86_64-1.txz: Upgraded. d/python-setuptools-42.0.1-x86_64-1.txz: Upgraded. l/dbus-python-1.2.14-x86_64-1.txz: Upgraded. l/gtk+3-3.24.13-x86_64-1.txz: Upgraded. l/imagemagick-7.0.9_6-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rw-r--r--source/ap/tmux/slack-desc2
-rwxr-xr-xsource/ap/tmux/tmux.SlackBuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/source/ap/tmux/slack-desc b/source/ap/tmux/slack-desc
index 59b5405c5..b05e15458 100644
--- a/source/ap/tmux/slack-desc
+++ b/source/ap/tmux/slack-desc
@@ -13,7 +13,7 @@ tmux: (or windows) to be accessed and controlled from a single terminal.
tmux: tmux is intended to be a simple, modern, BSD-licensed alternative to
tmux: programs such as GNU screen.
tmux:
-tmux: Homepage: http://tmux.github.io/
+tmux: Homepage: https://github.com/tmux/tmux/wiki
tmux:
tmux:
tmux:
diff --git a/source/ap/tmux/tmux.SlackBuild b/source/ap/tmux/tmux.SlackBuild
index 1d6f18d4f..d3b77a643 100755
--- a/source/ap/tmux/tmux.SlackBuild
+++ b/source/ap/tmux/tmux.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2013, 2016, 2017, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2013, 2016, 2017, 2018, 2019 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=tmux
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then