mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-23 12:33:10 -04:00
Update subproject version.
This commit is contained in:
parent
170ba5e3b1
commit
47b00fe5dc
@ -291,6 +291,7 @@ class ZimTools(Dependency):
|
||||
class Source(GitClone):
|
||||
git_remote = "https://github.com/openzim/zim-tools.git"
|
||||
git_dir = "zim-tools"
|
||||
release_git_ref = "0.0.1"
|
||||
|
||||
class Builder(MesonBuilder):
|
||||
@property
|
||||
@ -341,7 +342,7 @@ class Kiwixlib(Dependency):
|
||||
class Source(GitClone):
|
||||
git_remote = "https://github.com/kiwix/kiwix-lib.git"
|
||||
git_dir = "kiwix-lib"
|
||||
release_git_ref = "1.0.1"
|
||||
release_git_ref = "1.0.2"
|
||||
|
||||
class Builder(MesonBuilder):
|
||||
@property
|
||||
|
Loading…
x
Reference in New Issue
Block a user