diff mbox series

[1/2] package/spice-protocol: bump to version 0.14.3

Message ID 20201006194335.484399-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/2] package/spice-protocol: bump to version 0.14.3 | expand

Commit Message

Fabrice Fontaine Oct. 6, 2020, 7:43 p.m. UTC
- Add link to upstream sha256
- Switch to meson-package
- Update indentation in hash file

https://github.com/freedesktop/spice-protocol/blob/v0.14.3/CHANGELOG.md

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/spice-protocol/spice-protocol.hash | 6 +++---
 package/spice-protocol/spice-protocol.mk   | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

Comments

Thomas Petazzoni Oct. 14, 2020, 9:35 p.m. UTC | #1
On Tue,  6 Oct 2020 21:43:34 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> - Add link to upstream sha256
> - Switch to meson-package
> - Update indentation in hash file
> 
> https://github.com/freedesktop/spice-protocol/blob/v0.14.3/CHANGELOG.md
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/spice-protocol/spice-protocol.hash | 6 +++---
>  package/spice-protocol/spice-protocol.mk   | 6 +++---
>  2 files changed, 6 insertions(+), 6 deletions(-)

Both applied. Thanks!

Thomas
diff mbox series

Patch

diff --git a/package/spice-protocol/spice-protocol.hash b/package/spice-protocol/spice-protocol.hash
index c23135141a..f02cf7f0e2 100644
--- a/package/spice-protocol/spice-protocol.hash
+++ b/package/spice-protocol/spice-protocol.hash
@@ -1,5 +1,5 @@ 
-# Locally calculated after checking pgp signature
-sha256	b6a4aa1ca32668790b45a494bbd000e9d05797b391d5a5d4b91adf1118216eac	spice-protocol-0.14.0.tar.bz2
+# From https://www.spice-space.org/download/releases/spice-protocol-0.14.3.tar.xz.sha256sum
+sha256  f986e5bc2a1598532c4897f889afb0df9257ac21c160c083703ae7c8de99487a  spice-protocol-0.14.3.tar.xz
 
 # Hash for license file
-sha256	eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92	COPYING
+sha256  eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92  COPYING
diff --git a/package/spice-protocol/spice-protocol.mk b/package/spice-protocol/spice-protocol.mk
index f8c55c7b01..172d45687d 100644
--- a/package/spice-protocol/spice-protocol.mk
+++ b/package/spice-protocol/spice-protocol.mk
@@ -4,11 +4,11 @@ 
 #
 ################################################################################
 
-SPICE_PROTOCOL_VERSION = 0.14.0
-SPICE_PROTOCOL_SOURCE = spice-protocol-$(SPICE_PROTOCOL_VERSION).tar.bz2
+SPICE_PROTOCOL_VERSION = 0.14.3
+SPICE_PROTOCOL_SOURCE = spice-protocol-$(SPICE_PROTOCOL_VERSION).tar.xz
 SPICE_PROTOCOL_SITE = http://www.spice-space.org/download/releases
 SPICE_PROTOCOL_LICENSE = BSD-3-Clause
 SPICE_PROTOCOL_LICENSE_FILES = COPYING
 SPICE_PROTOCOL_INSTALL_STAGING = YES
 
-$(eval $(autotools-package))
+$(eval $(meson-package))