Commit 5287761f098b1e4f9bc90f4b3402afa26b0faedc
1 parent
9029835e
Exists in
master
and in
9 other branches
Update Git to version 2.0.0
Showing
2 changed files
with
4 additions
and
3 deletions
Show diff stats
CHANGELOG
@@ -16,6 +16,7 @@ omnibus-gitlab repository. | @@ -16,6 +16,7 @@ omnibus-gitlab repository. | ||
16 | - Create the authorized-keys.lock file for gitlab-shell 1.9.4 | 16 | - Create the authorized-keys.lock file for gitlab-shell 1.9.4 |
17 | - Include Python and docutils for reStructuredText support | 17 | - Include Python and docutils for reStructuredText support |
18 | - Update Ruby to version 2.1.1 | 18 | - Update Ruby to version 2.1.1 |
19 | +- Update Git to version 2.0.0 | ||
19 | 20 | ||
20 | 6.9.2 | 21 | 6.9.2 |
21 | - Create the authorized-keys.lock file for gitlab-shell 1.9.4 | 22 | - Create the authorized-keys.lock file for gitlab-shell 1.9.4 |
config/software/git.rb
@@ -17,14 +17,14 @@ | @@ -17,14 +17,14 @@ | ||
17 | # | 17 | # |
18 | 18 | ||
19 | name "git" | 19 | name "git" |
20 | -default_version "1.8.5.3" | 20 | +default_version "2.0.0" |
21 | 21 | ||
22 | dependency "zlib" | 22 | dependency "zlib" |
23 | dependency "openssl" | 23 | dependency "openssl" |
24 | dependency "curl" | 24 | dependency "curl" |
25 | 25 | ||
26 | -source :url => "https://git-core.googlecode.com/files/git-#{version}.tar.gz", | ||
27 | - :md5 => "57b966065882f83ef5879620a1e329ca" | 26 | +source :url => "https://www.kernel.org/pub/software/scm/git/git-#{version}.tar.gz", |
27 | + :md5 => "a461ea86f5d655e449a3356ac7eb71ec" | ||
28 | 28 | ||
29 | relative_path "git-#{version}" | 29 | relative_path "git-#{version}" |
30 | 30 |