Skip to content

Commit

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

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

Closes conan-io#25929

* fix

---------

Co-authored-by: Luis Caro Campos <[email protected]>
  • Loading branch information
2 people authored and OMGtechy committed Dec 31, 2024
1 parent 93cb2dc commit 5acbf4c
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 5acbf4c

Please sign in to comment.