Skip to content

Commit

Permalink
Merge pull request #493 from chef/bump_git
Browse files Browse the repository at this point in the history
Update git for non-Windows platforms to 2.23.0
  • Loading branch information
tas50 authored Sep 16, 2019
2 parents e216f0e + 12e1968 commit 9d8816f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions omnibus/config/software/git-custom-bindir.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2014-2018, Chef Software Inc.
# Copyright 2014-2019 Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -23,7 +23,7 @@
# TODO - when deleting this, also delete omnibus/config/templates/git-custom-bindir

name "git-custom-bindir"
default_version "2.14.1"
default_version "2.23.0"

license "LGPL-2.1"
license_file "LGPL-2.1"
Expand All @@ -37,9 +37,7 @@

relative_path "git-#{version}"

version "2.14.1" do
source md5: "b767f0b21aa41d10268b2075078d334e"
end
version("2.23.0") { source sha256: "e3396c90888111a01bf607346db09b0fbf49a95bc83faf9506b61195936f0cfe" }

source url: "https://www.kernel.org/pub/software/scm/git/git-#{version}.tar.gz"

Expand Down

0 comments on commit 9d8816f

Please sign in to comment.