diff options
| author | Eugen Wissner <belka@caraus.de> | 2021-04-02 08:10:48 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2021-04-02 08:11:05 +0200 |
| commit | 7949c74d9afa7c79025f56aa08a5a75939818b40 (patch) | |
| tree | 55cf6b70b1cffc7e79d66edd57bc6c4bc2346bcb /Rakefile | |
| parent | 960927954168dd5d7e63ce619b4df20efd82390a (diff) | |
| download | slackbuilder-7949c74d9afa7c79025f56aa08a5a75939818b40.tar.gz | |
Move branch constant into configuration
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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, |
