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/spice.SlackBuild | |
parent | 31293a61f17301376a8937d315e4a560916d9691 (diff) |
network/spice: Updated for version 0.14.3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/spice/spice.SlackBuild')
-rw-r--r-- | network/spice/spice.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/spice/spice.SlackBuild b/network/spice/spice.SlackBuild index e887c96ddf3d9..1d0c0bfdccbdc 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 |