diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2019-11-04 03:37:19 +0000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2019-11-04 04:54:43 +0000 |
commit | 274269fdbe1a4ee8ef57c18830fa81015ace0485 (patch) | |
tree | 72240919fd742116b20cbed5944ec6055ae1d85c /libs | |
parent | 2c672fc625a631c8717f26a6392eb60fefc2d7e8 (diff) |
spice: bump to version 0.14.2
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/spice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/spice/Makefile b/libs/spice/Makefile index 5145882bf..5e4906a36 100644 --- a/libs/spice/Makefile +++ b/libs/spice/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=spice -PKG_VERSION:=0.14.1 +PKG_VERSION:=0.14.2 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:=1ead5de63d06eededed4017db37240f07bef0abffbaf621899647e7e685a1519 +PKG_HASH:=b203b3882e06f4c7249a3150d90c84e1a90490d41ead255a3d2cede46f4a29a7 PKG_LICENSE:=LGPL-2.1-only PKG_LICENSE_FILES:=COPYING PKG_INSTALL:=1 |