libzip.wrap: add fallback url (#1116)
Co-authored-by: Florian Märkl <info@florianmaerkl.de>
This commit is contained in:
parent
d5a27f9705
commit
2c436e1a42
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
[wrap-file]
|
||||
directory = libzip-1.7.3
|
||||
source_url = https://libzip.org/download/libzip-1.7.3.tar.gz
|
||||
source_fallback_url = https://github.com/nih-at/libzip/releases/download/v1.7.3/libzip-1.7.3.tar.gz
|
||||
source_filename = libzip-1.7.3.tar.gz
|
||||
source_hash = 0e2276c550c5a310d4ebf3a2c3dfc43fb3b4602a072ff625842ad4f3238cb9cc
|
||||
patch_directory = libzip-1.7.3
|
||||
Loading…
Reference in a new issue