mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/xvfb-run updated to version 21.1.10.
The existing 21.1.7 version source url is now 404'd. Updating this to the latest version which has an available source download. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
88ddb2758b
commit
d121e624c0
2 changed files with 5 additions and 4 deletions
|
@ -24,11 +24,12 @@
|
|||
#
|
||||
# 20-05-2023: Updated to version 21.1.7 and cleaned up to adhere to
|
||||
# sbopkglint standards. - Bob Funk
|
||||
# 20-12-2023: Updated to version 21.1.10
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=xvfb-run
|
||||
VERSION=${VERSION:-21.1.7}
|
||||
VERSION=${VERSION:-21.1.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xvfb-run"
|
||||
VERSION="21.1.7"
|
||||
VERSION="21.1.10"
|
||||
HOMEPAGE="https://packages.gentoo.org/packages/x11-misc/xvfb-run"
|
||||
DOWNLOAD="http://ftp.us.debian.org/debian/pool/main/x/xorg-server/xvfb_21.1.7-3_i386.deb"
|
||||
MD5SUM="46fd06fe5604f2f3aee2f14c2a14ed4d"
|
||||
DOWNLOAD="http://ftp.us.debian.org/debian/pool/main/x/xorg-server/xvfb_21.1.10-1_i386.deb"
|
||||
MD5SUM="81f77030d0408eb1cea534b171161649"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue