diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2012-09-30 13:44:48 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-30 20:02:08 -0500 |
commit | 8caf0dc3001e7de1ee2ce988f3745dd2517716cd (patch) | |
tree | 7b5bf251d34adfe4fa020b2f43044a0e0ff928ee /development | |
parent | 2681198befd5d2e2d1fedaa040a5ac2766ab4987 (diff) | |
download | slackbuilds-8caf0dc3001e7de1ee2ce988f3745dd2517716cd.tar.gz |
development/sublime_text: Fixed download links.
Properly URL encode the links.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/sublime_text/sublime_text.info | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/sublime_text/sublime_text.info b/development/sublime_text/sublime_text.info index c619251af4..909ab4e36c 100644 --- a/development/sublime_text/sublime_text.info +++ b/development/sublime_text/sublime_text.info @@ -1,9 +1,9 @@ PRGNAM="sublime_text" VERSION="2.0.1" HOMEPAGE="http://www.sublimetext.com" -DOWNLOAD="http://c758482.r82.cf2.rackcdn.com/Sublime Text 2.0.1.tar.bz2" +DOWNLOAD="http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.1.tar.bz2" MD5SUM="0965d9b66d8973d65708b460f7657ef0" -DOWNLOAD_x86_64="http://c758482.r82.cf2.rackcdn.com/Sublime Text 2.0.1 x64.tar.bz2" +DOWNLOAD_x86_64="http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.1%20x64.tar.bz2" MD5SUM_x86_64="bd816d93239a0af9ade257b2a9dcf8d2" REQUIRES="" MAINTAINER="Luke Williams" |