Skip to content

Commit

Permalink
thirdparty/dropbear: Change URL to Debian mirror (#1087)
Browse files Browse the repository at this point in the history
Fixes <#1086>.
  • Loading branch information
Frenzie committed Apr 23, 2020
1 parent 68db669 commit 09d22ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/dropbear/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ include(ExternalProject)
set(DROPBEAR_VER "2018.76")
ExternalProject_Add(
${PROJECT_NAME}
URL http://gentoo.osuosl.org/distfiles/dropbear-${DROPBEAR_VER}.tar.bz2
URL http://deb.debian.org/debian/pool/main/d/dropbear/dropbear_${DROPBEAR_VER}.orig.tar.bz2
URL_MD5 c3912f7fcdcc57c99937e4a79480d2c2
DOWNLOAD_DIR ${KO_DOWNLOAD_DIR}
PATCH_COMMAND COMMAND ${PATCH_CMD1} COMMAND ${PATCH_CMD2} COMMAND
Expand Down

0 comments on commit 09d22ad

Please sign in to comment.