Skip to content

Commit

Permalink
freeimage: substitute whitespace in URL with urlencoded equivalent (#…
Browse files Browse the repository at this point in the history
…25934)

* freeimage: substitute whitespace in URL with '+' char

Closes #25929

* fix

---------

Co-authored-by: Luis Caro Campos <[email protected]>
  • Loading branch information
luzpaz and jcar87 authored Nov 13, 2024
1 parent c38ee2a commit a13772c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/freeimage/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sources:
"3.18.0":
url: "http://downloads.sourceforge.net/project/freeimage/Source Distribution/3.18.0/FreeImage3180.zip"
url: "http://downloads.sourceforge.net/project/freeimage/Source%20Distribution/3.18.0/FreeImage3180.zip"
sha256: "f41379682f9ada94ea7b34fe86bf9ee00935a3147be41b6569c9605a53e438fd"
patches:
"3.18.0":
Expand Down

0 comments on commit a13772c

Please sign in to comment.