We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673af3c commit f8046cdCopy full SHA for f8046cd
CMakeLists.txt
@@ -52,7 +52,7 @@ else()
52
function(import_zsync2)
53
FetchContent_Declare(zsync2
54
GIT_REPOSITORY https://github.com/AppImageCommunity/zsync2
55
- GIT_TAG 2.0.0-alpha-1-20241016
+ GIT_TAG 2.0.0-alpha-1-20250925
56
)
57
FetchContent_MakeAvailable(zsync2)
58
endfunction()
@@ -68,7 +68,7 @@ else()
68
function(import_libappimage)
69
FetchContent_Declare(libappimage
70
GIT_REPOSITORY https://github.com/AppImageCommunity/libappimage
71
- GIT_TAG a0967b29d671e9647ef128b74364defc2153e3ed
+ GIT_TAG d326d15c8a9299d3f135be8282f6545b32805996
72
73
FetchContent_MakeAvailable(libappimage)
74
0 commit comments