diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2020-03-18 10:13:01 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2020-03-20 17:27:13 +0800 |
commit | d977f631369ca04f23cdd062b7fd7d7bd4aaf945 (patch) | |
tree | 779c4787adfc088a4d1ec3ba56d022a7c328c6ec /libs/spice/Makefile | |
parent | 1f00e4a327d1f583f20d37585ddc86ae1b7415ac (diff) |
spice: bump to version 0.14.3
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'libs/spice/Makefile')
-rw-r--r-- | libs/spice/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/spice/Makefile b/libs/spice/Makefile index 37ef01faf..e2e3d4977 100644 --- a/libs/spice/Makefile +++ b/libs/spice/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=spice -PKG_VERSION:=0.14.2 -PKG_RELEASE:=4 +PKG_VERSION:=0.14.3 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://www.spice-space.org/download/releases/spice-server -PKG_HASH:=b203b3882e06f4c7249a3150d90c84e1a90490d41ead255a3d2cede46f4a29a7 +PKG_HASH:=551d4be4a07667cf0543f3c895beb6da8a93ef5a9829f2ae47817be5e616a114 PKG_LICENSE:=LGPL-2.1-only PKG_LICENSE_FILES:=COPYING PKG_INSTALL:=1 |