summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2022-11-23 17:52:38 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-03 11:46:52 +0700
commit339f81343142b90e9f6762eda3ff5f796d22f3fc (patch)
treeed6fcb9933646e66cd868f83f1c2f20e89299832
parent4858a5e01db2ee76005200347e452d27c819d28b (diff)
downloadslackbuilds-339f81343142b90e9f6762eda3ff5f796d22f3fc.tar.gz
slackbuilds-339f81343142b90e9f6762eda3ff5f796d22f3fc.tar.xz
desktop/picom: Updated for version 10.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--desktop/picom/picom.SlackBuild6
-rw-r--r--desktop/picom/picom.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/desktop/picom/picom.SlackBuild b/desktop/picom/picom.SlackBuild
index 0d8a9076ba..4aa0a2387b 100644
--- a/desktop/picom/picom.SlackBuild
+++ b/desktop/picom/picom.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for picom
-# Copyright 2020 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2020-2022 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=picom
-VERSION=${VERSION:-9}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-10.1}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/desktop/picom/picom.info b/desktop/picom/picom.info
index 593cefc91a..f3fcfc47fd 100644
--- a/desktop/picom/picom.info
+++ b/desktop/picom/picom.info
@@ -1,8 +1,8 @@
PRGNAM="picom"
-VERSION="9"
+VERSION="10.1"
HOMEPAGE="https://github.com/yshui/picom/"
-DOWNLOAD="https://github.com/yshui/picom/archive/v9/picom-9.tar.gz"
-MD5SUM="3112211ee02bacb3b96104a96b47b6d0"
+DOWNLOAD="https://github.com/yshui/picom/archive/v10.1/picom-10.1.tar.gz"
+MD5SUM="0b69c5606c74eab8b055c52e382c93ec"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libconfig libev setconf uthash"