diff options
-rw-r--r-- | system/lxrandr/lxrandr.SlackBuild | 8 | ||||
-rw-r--r-- | system/lxrandr/lxrandr.info | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/system/lxrandr/lxrandr.SlackBuild b/system/lxrandr/lxrandr.SlackBuild index d97837c321..bf12dd2e67 100644 --- a/system/lxrandr/lxrandr.SlackBuild +++ b/system/lxrandr/lxrandr.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # $Id: lxrandr.SlackBuild,v 1.2 2009/09/11 10:27:05 root Exp root $ # Copyright (c) 2008-2009 Eric Hameleers, Eindhoven, NL -# Copyright 2010-2024 Matteo Bernardini <ponce@slackbuilds.org, Pisa, Italy +# Copyright 2010-2025 Matteo Bernardini <ponce@slackbuilds.org, Pisa, Italy # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -49,6 +49,8 @@ # * update. # 0.3.2-2 24/apr/2024 by Matteo Bernardini <ponce@slackbuilds.org> # * Switch to gtk+3. +# 0.3.3-1 29/apr/2025 by Matteo Bernardini <ponce@slackbuilds.org> +# * update. # # Run 'sh lxrandr.SlackBuild' to build a Slackware package. # The package is created in /tmp . @@ -59,8 +61,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=lxrandr -VERSION=${VERSION:-0.3.2} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.3.3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/lxrandr/lxrandr.info b/system/lxrandr/lxrandr.info index 4f3f496f8a..1d0bb19e6a 100644 --- a/system/lxrandr/lxrandr.info +++ b/system/lxrandr/lxrandr.info @@ -1,8 +1,8 @@ PRGNAM="lxrandr" -VERSION="0.3.2" +VERSION="0.3.3" HOMEPAGE="https://wiki.lxde.org/en/LXRandr" -DOWNLOAD="https://downloads.sf.net/lxde/lxrandr-0.3.2.tar.xz" -MD5SUM="5101ab29d87fb2b56a5ec5bc8bc3f258" +DOWNLOAD="https://github.com/lxde/releases/raw/refs/heads/master/releases/lxrandr-0.3.3.tar.xz" +MD5SUM="d12a79a9bba376791ac3d0824e5de21f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |