mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
desktop/spectrwm: update 3.5.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a2c52e07cc
commit
6db84db950
2 changed files with 5 additions and 5 deletions
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue