mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
desktop/compton-conf: Updated for version 0.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ec7c118a19
commit
c16b12f42f
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for compton-conf.
|
||||
#
|
||||
# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2015-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM="compton-conf"
|
||||
VERSION=${VERSION:-0.2.1}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="compton-conf"
|
||||
VERSION="0.2.1"
|
||||
VERSION="0.3.0"
|
||||
HOMEPAGE="https://github.com/lxde/compton-conf"
|
||||
DOWNLOAD="https://github.com/lxde/compton-conf/archive/0.2.1/compton-conf-0.2.1.tar.gz"
|
||||
MD5SUM="3ef109bcbac681917edf427fcdd52d41"
|
||||
DOWNLOAD="https://github.com/lxde/compton-conf/archive/0.3.0/compton-conf-0.3.0.tar.gz"
|
||||
MD5SUM="a417d589b272a34c60aa9fafbf6571ef"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="compton lxqt-build-tools"
|
||||
|
|
Loading…
Reference in a new issue