From fd5185bec1de9704ff8f12503b2e648555e7226e Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Thu, 20 Jun 2013 22:24:37 +1000 Subject: [PATCH] new app: curl. ability to specify download filename in manifest, in case the download URL isn't obvious --- curl.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 curl.json diff --git a/curl.json b/curl.json new file mode 100644 index 0000000000..c1489d5758 --- /dev/null +++ b/curl.json @@ -0,0 +1,7 @@ +{ + "homepage": "http://curl.haxx.se/", + "version": "7.30.0", + "licence": "MIT", + "url": "http://curl.haxx.se/gknw.net/7.30.0/dist-w32/curl-7.30.0-rtmp-ssh2-ssl-sspi-zlib-idn-static-bin-w32.zip", + "bin": "curl-7.30.0-rtmp-ssh2-ssl-sspi-zlib-idn-static-bin-w32\\curl.exe" +} \ No newline at end of file