Browse Source
desktop/spectrwm: update 3.5.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/223/head
afhpayne
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
desktop/spectrwm/spectrwm.SlackBuild
-
desktop/spectrwm/spectrwm.info
|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
# Copyright 2020 Andrew Payne <phalange@komputermatrix.com> |
|
|
|
# Copyright 2020-2024 Andrew Payne <phalange@komputermatrix.com> |
|
|
|
# Copyright (c) 2011-2015 LEVAI Daniel |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
@ -24,7 +24,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=spectrwm |
|
|
|
VERSION=${VERSION:-3.4.1} |
|
|
|
VERSION=${VERSION:-3.5.1} |
|
|
|
SRCNAM=SPECTRWM_${VERSION//./_} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="spectrwm" |
|
|
|
VERSION="3.4.1" |
|
|
|
VERSION="3.5.1" |
|
|
|
HOMEPAGE="https://github.com/conformal/spectrwm/" |
|
|
|
DOWNLOAD="https://github.com/conformal/spectrwm/archive/SPECTRWM_3_4_1/spectrwm-SPECTRWM_3_4_1.tar.gz" |
|
|
|
MD5SUM="4eba6fb1e888a3df4918c181b66bdbde" |
|
|
|
DOWNLOAD="https://github.com/conformal/spectrwm/archive/refs/tags/SPECTRWM_3_5_1.tar.gz" |
|
|
|
MD5SUM="611604a6c4a9c7848d64ea98a0d1db16" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|