libzim, bump version (#9136)

This commit is contained in:
Schrijvers Luc
2023-08-03 05:42:13 +00:00
committed by GitHub
parent e1f89a0121
commit 14304aa2d8
2 changed files with 7 additions and 7 deletions

View File

@@ -3,11 +3,11 @@ DESCRIPTION="The Libzim is the reference implementation for the ZIM file format.
It's a software library to read and write ZIM files on many systems and architectures.
More information about the ZIM format and the openZIM project at https://openzim.org/."
HOMEPAGE="https://github.com/openzim/libzim"
COPYRIGHT="2016-2022 openZIM and contributors"
COPYRIGHT="2016-2023 openZIM and contributors"
LICENSE="GNU GPL v2"
REVISION="4"
REVISION="1"
SOURCE_URI="$HOMEPAGE/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="5cce7a572a06c55f0c651553426fc51e579cd2078a85a00cb2f377390b420eac"
CHECKSUM_SHA256="b8296644b04b02c04d2ff1458fed829df39b54e8fd1bcd23c10440e160819f13"
SOURCE_URI_2="https://github.com/openzim/zim-testing-suite/archive/refs/tags/v0.4.tar.gz"
CHECKSUM_SHA256_2="7a4f0c773e65be6fe49d3b2159bd9c0f051e8319932ebd3474db0f77f7ea9b27"
PATCHES="libzim-$portVersion.patchset"

View File

@@ -1,7 +1,7 @@
From aad157df88c450203cd2ca6ca803dba6a11590d8 Mon Sep 17 00:00:00 2001
From: begasus <begasus@gmail.com>
Date: Sat, 26 Nov 2022 16:39:47 +0100
Subject: Fix build for Haiku
From 18376baa88c140926deb8d02fbc5e3a415bedf19 Mon Sep 17 00:00:00 2001
From: Begasus <begasus@gmail.com>
Date: Thu, 3 Aug 2023 07:36:34 +0000
Subject: Haiku build fixes
diff --git a/src/file_reader.cpp b/src/file_reader.cpp