diff mbox series

[next,1/1] package/tinycompress: bump to version 1.2.13

Message ID 20241114204701.40561-1-ju.o@free.fr
State Accepted
Headers show
Series [next,1/1] package/tinycompress: bump to version 1.2.13 | expand

Commit Message

Julien Olivain Nov. 14, 2024, 8:47 p.m. UTC
For commit log, see:
https://github.com/alsa-project/tinycompress/commits/v1.2.13/

This commit also adds in the hash file a commit with the pgp signature
source and key id used for the verification.

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
 package/tinycompress/tinycompress.hash | 4 +++-
 package/tinycompress/tinycompress.mk   | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard Dec. 13, 2024, 1:45 p.m. UTC | #1
>>>>> "Julien" == Julien Olivain <ju.o@free.fr> writes:

 > For commit log, see:
 > https://github.com/alsa-project/tinycompress/commits/v1.2.13/

 > This commit also adds in the hash file a commit with the pgp signature
 > source and key id used for the verification.

 > Signed-off-by: Julien Olivain <ju.o@free.fr>

Committed, thanks.
diff mbox series

Patch

diff --git a/package/tinycompress/tinycompress.hash b/package/tinycompress/tinycompress.hash
index f86b75f346..1a2b2c0203 100644
--- a/package/tinycompress/tinycompress.hash
+++ b/package/tinycompress/tinycompress.hash
@@ -1,5 +1,7 @@ 
 # Locally calculated after checking pgp signature
-sha256  ebbe788c28328e7cca245aaf9194a5ad0dc91e9e0dc883c2cf9feb6d42c9f3fc  tinycompress-1.2.11.tar.bz2
+# from https://www.alsa-project.org/files/pub/tinycompress/tinycompress-1.2.13.tar.bz2.sig
+# with key F04DF50737AC1A884C4B3D718380596DA6E59C91
+sha256  0efe6cbd7bff31983e0d416df0436767665cc4cd70d278c06ce0e83e0eeab5db  tinycompress-1.2.13.tar.bz2
 
 # Locally calculated
 sha256  912ea37a4435594a3b3c35f04efa4b5b7af2e68a05f5319c16c881711a31e4b7  COPYING
diff --git a/package/tinycompress/tinycompress.mk b/package/tinycompress/tinycompress.mk
index fabd5884b2..b5764ea293 100644
--- a/package/tinycompress/tinycompress.mk
+++ b/package/tinycompress/tinycompress.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-TINYCOMPRESS_VERSION = 1.2.11
+TINYCOMPRESS_VERSION = 1.2.13
 TINYCOMPRESS_SOURCE = tinycompress-$(TINYCOMPRESS_VERSION).tar.bz2
 TINYCOMPRESS_SITE = https://www.alsa-project.org/files/pub/tinycompress
 TINYCOMPRESS_LICENSE = BSD-3-Clause and LGPL-2.1