Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/libzim/cross-builds.diff
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
diff --git a/meson.build b/meson.build
index 7fd9253..5e5053f 100644
index 39fb782..f460ebe 100644
--- a/meson.build
+++ b/meson.build
@@ -1,9 +1,9 @@
project('libzim', ['c', 'cpp'],
version : '9.5.1',
version : '9.6.0',
license : 'GPL2',
- default_options : ['c_std=c11', 'cpp_std=c++17', 'werror=true'])
+ default_options : ['c_std=c11', 'cpp_std=c++17'])
Expand Down
2 changes: 1 addition & 1 deletion ports/libzim/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO openzim/libzim
REF "${VERSION}"
SHA512 a585764718fd7535d091ae8c444014f0bf30376df7765f8ca0fc238b4a1c304bd57320efbd111385fac1bfb3258779c4e49a3dd81b083f5373610034a7d6fc67
SHA512 28d81076ff4ffed0a417240c86b70cfb003cac1ab10d38b34392c0b3c55b61d4c893a1eade06efbd9ca4e24da53612f83ef53d5af1861e104635623b1229a707
HEAD_REF main
PATCHES
cross-builds.diff
Expand Down
2 changes: 1 addition & 1 deletion ports/libzim/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libzim",
"version": "9.5.1",
"version": "9.6.0",
"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",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5989,7 +5989,7 @@
"port-version": 0
},
"libzim": {
"baseline": "9.5.1",
"baseline": "9.6.0",
"port-version": 0
},
"libzip": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libzim.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4a719e8149928a4f490c6922e5abb1443e1dba39",
"version": "9.6.0",
"port-version": 0
},
{
"git-tree": "a51b3836f4d38974d6186c7cb6b787ce574a2b09",
"version": "9.5.1",
Expand Down