Commit 190ef5ba authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

cjson: fix download URL



Downloads.sourceforge.net doesn't like the double '/'.

Reported-by: default avatarViallard Anthony <viallard@syscom-instruments.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
Acked-by: Danomi Manchego <danomimanchego123 at gmail.com>
parent 62b13aea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
#############################################################
CJSON_VERSION         = undefined
CJSON_SOURCE          = cJSONFiles.zip
CJSON_SITE            = http://downloads.sourceforge.net/project/cjson/
CJSON_SITE            = http://downloads.sourceforge.net/project/cjson
CJSON_INSTALL_STAGING = YES
CJSON_LICENSE         = MIT