Commit 8ce63fbb645dbfb37decc709b025a9cf836d97ab
Exists in
master
and in
17 other branches
Merge branch 'git_dry' into 'master'
Git DRY
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", | ... | ... |