Commit fad4f2d0d5e6d9a7c6f416d7d23617717bcda968
1 parent
d6e20d8d
Exists in
master
and in
17 other branches
Mention Git version only once
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
config/software/git.rb
... | ... | @@ -5,10 +5,10 @@ dependency "zlib" |
5 | 5 | dependency "openssl" |
6 | 6 | dependency "curl" |
7 | 7 | |
8 | -source :url => "https://git-core.googlecode.com/files/git-1.8.5.3.tar.gz", | |
8 | +source :url => "https://git-core.googlecode.com/files/git-#{version}.tar.gz", | |
9 | 9 | :md5 => "57b966065882f83ef5879620a1e329ca" |
10 | 10 | |
11 | -relative_path 'git-1.8.5.3' | |
11 | +relative_path 'git-#{version}' | |
12 | 12 | |
13 | 13 | env = { |
14 | 14 | "LDFLAGS" => "-L#{install_dir}/embedded/lib -I#{install_dir}/embedded/include", | ... | ... |