diff options
author | Robby Workman <rworkman@slackware.com> | 2020-12-13 23:21:05 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:59:50 -0500 |
commit | 76e7b1f50f62cc073edbeca31edb29156ae3abaa (patch) | |
tree | 454883c7b8bc4f9b0ff76ea159f9aed975fd51e1 /network/spice | |
parent | 31293a61f17301376a8937d315e4a560916d9691 (diff) |
network/spice: Updated for version 0.14.3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/spice')
-rw-r--r-- | network/spice/spice.SlackBuild | 4 | ||||
-rw-r--r-- | network/spice/spice.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/spice/spice.SlackBuild b/network/spice/spice.SlackBuild index e887c96ddf3d..1d0c0bfdccbd 100644 --- a/network/spice/spice.SlackBuild +++ b/network/spice/spice.SlackBuild @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=spice -VERSION=${VERSION:-0.14.1} +VERSION=${VERSION:-0.14.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,7 +53,7 @@ else LIBDIRSUFFIX="" fi -DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README" +DOCS="AUTHORS CHANGELOG.md COPYING README" # check if libcacard is there if pkg-config --exists libcacard ; then diff --git a/network/spice/spice.info b/network/spice/spice.info index 04a4e89706db..83d4a77c5984 100644 --- a/network/spice/spice.info +++ b/network/spice/spice.info @@ -1,8 +1,8 @@ PRGNAM="spice" -VERSION="0.14.1" +VERSION="0.14.3" HOMEPAGE="https://www.spice-space.org" -DOWNLOAD="https://www.spice-space.org/download/releases/spice-server/spice-0.14.1.tar.bz2" -MD5SUM="1e2442b08605a5a17430d1aaa0912c24" +DOWNLOAD="https://www.spice-space.org/download/releases/spice-server/spice-0.14.3.tar.bz2" +MD5SUM="a776650f7c4dc22681d76308475a9190" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="opus pyparsing six spice-protocol" |