Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update git for non-Windows platforms to 2.23.0 #493

Merged
merged 1 commit into from
Sep 16, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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