summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-04-02 08:10:48 +0200
committerEugen Wissner <belka@caraus.de>2021-04-02 08:11:05 +0200
commit7949c74d9afa7c79025f56aa08a5a75939818b40 (patch)
tree55cf6b70b1cffc7e79d66edd57bc6c4bc2346bcb /Rakefile
parent960927954168dd5d7e63ce619b4df20efd82390a (diff)
downloadslackbuilder-7949c74d9afa7c79025f56aa08a5a75939818b40.tar.gz
Move branch constant into configuration
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index 4ff446c..f94ba83 100644
--- a/Rakefile
+++ b/Rakefile
@@ -11,8 +11,8 @@ require_relative 'lib/package'
require_relative 'lib/download'
task :dmd do
- version = '2.095.1'
- dub_version = '1.24.1'
+ version = '2.096.0'
+ dub_version = '1.25.0'
dscanner_version = '0.11.0'
dcd_version = '0.13.1'
tarball_name = "dmd.#{version}.linux.tar.xz"
@@ -80,7 +80,7 @@ task :dmd do
end
task :composer do
- version = '2.0.8'
+ version = '2.0.11'
package = Package.new 'development/composer',
version: version,