mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-13 00:16:45 +02:00
18 lines
500 B
Diff
18 lines
500 B
Diff
Upstream: no
|
|
Reason: use local source instead of cmake fetching from git
|
|
|
|
--- a/cmake/par2-turbo.cmake
|
|
+++ b/cmake/par2-turbo.cmake
|
|
@@ -42,11 +42,7 @@ endif()
|
|
ExternalProject_add(
|
|
par2-turbo
|
|
PREFIX par2-turbo
|
|
- GIT_REPOSITORY https://github.com/nzbgetcom/par2cmdline-turbo.git
|
|
- GIT_TAG v1.2.0-nzbget-20250213
|
|
- TLS_VERIFY TRUE
|
|
- GIT_SHALLOW TRUE
|
|
- GIT_PROGRESS TRUE
|
|
+ URL ${PAR2_TURBO_URL}
|
|
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
|
|
BUILD_BYPRODUCTS ${PAR2_LIBS}
|
|
CMAKE_ARGS ${CMAKE_ARGS}
|