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