File accept-libzt-tarball.patch of Package devilutionx
diff -Nur devilutionX-1.4.0/3rdParty/libzt/CMakeLists.txt new/3rdParty/libzt/CMakeLists.txt
--- devilutionX-1.4.0/3rdParty/libzt/CMakeLists.txt 2022-04-13 23:33:49.000000000 +0200
+++ new/3rdParty/libzt/CMakeLists.txt 2022-05-22 12:35:35.007999594 +0200
@@ -4,8 +4,9 @@
include(FetchContent)
FetchContent_Declare(libzt
- GIT_REPOSITORY https://github.com/diasurgical/libzt.git
- GIT_TAG a34ba7f1cc2e41b05badd25d1b01fdc5fd2f4e02)
+ URL https://github.com/diasurgical/libzt/archive/a34ba7f.tar.gz
+ URL_HASH MD5=1c88c07e4cade2ba859922a7da233389
+)
FetchContent_MakeAvailableExcludeFromAll(libzt)
if(NOT ANDROID)