summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-01-19 07:41:37 +0100
committerEugen Wissner <belka@caraus.de>2021-01-19 07:41:37 +0100
commit37e8a329eac342d4184f32116247197b805fe54b (patch)
tree7545a4d09dda7f09f18afaaf11e1abe8233888fb /Rakefile
parentc246444f8d1a93b1c055159ad32911e8240cda80 (diff)
downloadslackbuilder-37e8a329eac342d4184f32116247197b805fe54b.tar.gz
postfix-pgsql: Updated for version 3.5.9
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',