Browse Source
network/x11spice: Updated for version 20200608_f4593d3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/182/head
Matteo Bernardini
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
network/x11spice/x11spice.SlackBuild
-
network/x11spice/x11spice.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for x11spice |
|
|
|
|
|
|
|
# Copyright 2018-2019 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy |
|
|
|
# Copyright 2018-2021 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=x11spice |
|
|
|
VERSION=${VERSION:-20190820_51d2a8b} |
|
|
|
VERSION=${VERSION:-20200608_f4593d3} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="x11spice" |
|
|
|
VERSION="20190820_51d2a8b" |
|
|
|
VERSION="20200608_f4593d3" |
|
|
|
HOMEPAGE="https://gitlab.freedesktop.org/spice/x11spice" |
|
|
|
DOWNLOAD="http://ponce.cc/slackware/sources/repo/x11spice-20190820_51d2a8b.tar.xz" |
|
|
|
MD5SUM="ad1d8aea83a15a1e9130f347186fd4ef" |
|
|
|
DOWNLOAD="http://ponce.cc/slackware/sources/repo/x11spice-20200608_f4593d3.tar.xz" |
|
|
|
MD5SUM="7171235457cb6692b90af73e770457dc" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="spice" |
|
|
|