mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/icewm: Updated for version 3.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1123d32d09
commit
4f47fc53d7
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=icewm
|
||||
VERSION=${VERSION:-3.4.7}
|
||||
VERSION=${VERSION:-3.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="icewm"
|
||||
VERSION="3.4.7"
|
||||
VERSION="3.5.0"
|
||||
HOMEPAGE="https://ice-wm.org/"
|
||||
DOWNLOAD="https://github.com/ice-wm/icewm/releases/download/3.4.7/icewm-3.4.7.tar.lz"
|
||||
MD5SUM="bbac75194d5d78c5948730c794c90d6b"
|
||||
DOWNLOAD="https://github.com/ice-wm/icewm/releases/download/3.5.0/icewm-3.5.0.tar.lz"
|
||||
MD5SUM="a8d687aa56e56335f8d52fe2bf8fe0d6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="imlib2"
|
||||
|
|
Loading…
Reference in a new issue