summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 8036c4b..01adb4a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -19,7 +19,7 @@ task :dmd do
uri = URI "http://downloads.dlang.org/releases/2.x/#{version}/#{tarball_name}"
checksum = {
- dmd: download(uri, "slackbuilds/development/dmd/#{tarball_name}").hexdigest,
+ dmd: download(uri, "slackbuilds/development/dmd/#{tarball_name}").hexdigest
}
package = Package.new 'development/dmd',