desktop/picom: Updated for version 10.2.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2023-06-26 20:25:08 +02:00 committed by Willy Sudiarto Raharjo
parent 959ca8b390
commit ee751f254e
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for picom
# Copyright 2020-2022 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# Copyright 2020-2023 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=picom
VERSION=${VERSION:-10.1}
VERSION=${VERSION:-10.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="picom"
VERSION="10.1"
VERSION="10.2"
HOMEPAGE="https://github.com/yshui/picom/"
DOWNLOAD="https://github.com/yshui/picom/archive/v10.1/picom-10.1.tar.gz"
MD5SUM="0b69c5606c74eab8b055c52e382c93ec"
DOWNLOAD="https://github.com/yshui/picom/archive/v10.2/picom-10.2.tar.gz"
MD5SUM="cd750778ab98f8167a62da8d79be7e54"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libconfig libev setconf uthash"