Skip to content

Commit

Permalink
spice-protocol: upgraded to 0.12.15
Browse files Browse the repository at this point in the history
  • Loading branch information
conraid committed Jan 24, 2019
1 parent 998b977 commit 2ddd97f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
16 changes: 12 additions & 4 deletions spice-protocol/spice-protocol.SlackBuild
@@ -1,8 +1,8 @@
#!/bin/sh
#!/bin/bash
#
# Slackware build script for spice-protocol
#
# Copyright 2017-2018 Corrado Franco (http://conraid.net)
# Copyright 2017-2019 Corrado Franco (http://conraid.net)
# All rights reserved.
#
# This program is free software: you can redistribute it and/or modify
Expand All @@ -27,10 +27,10 @@

set -eu

CWD=$(pwd)
cd $(dirname $0) ; CWD=$(pwd)

PKGNAM=spice-protocol
VERSION=0.12.14
VERSION=0.12.15
BUILD=${BUILD:-1}
TAG=${TAG:-cf}
TMP=${TMP:-/tmp/pkg}
Expand All @@ -47,6 +47,14 @@ if [ -z ${ARCH:=""} ]; then
esac
fi

# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME:-""}" ]; then
echo "$PKGNAM-$VERSION-$ARCH-${BUILD}${TAG}.txz"
exit 0
fi

if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
Expand Down
12 changes: 6 additions & 6 deletions spice-protocol/spice-protocol.info
@@ -1,11 +1,11 @@
PRGNAM="spice-protocol"
VERSION="0.12.14"
VERSION="0.12.15"
HOMEPAGE="https://www.spice-space.org/"
DOWNLOAD="https://www.spice-space.org/download/releases/spice-protocol-0.12.14.tar.bz2"
FILENAME="spice-protocol-0.12.14.tar.bz2"
MD5SUM="50a1d951d1fa96d1478ff0cc7f3b1442"
SHASUM="df1eab603490ccc3275718dccc7c68a7732a4524"
SHA256SUM="89ee11b202d2268e061788e6ace114e1ff18c7620ae64d1ca3aba252ee7c9933"
DOWNLOAD="https://www.spice-space.org/download/releases/spice-protocol-0.12.15.tar.bz2"
FILENAME="spice-protocol-0.12.15.tar.bz2"
MD5SUM="e1db63e3ff0cb1f1c98277283356dc51"
SHASUM="362f630ff5bccb6621e345c41f43a079d1fd4fd6"
SHA256SUM="8b4db23baa4b1337a50d049d9bf43f932331dd95f204836c0ce46c4962306419"
REQUIRES=""
MAINTAINER="Corrado Franco"
EMAIL="conraid (at) linux (dot) it"

0 comments on commit 2ddd97f

Please sign in to comment.