Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2711 from chef/bump_git
Browse files Browse the repository at this point in the history
Bump git to 2.24.1
  • Loading branch information
tas50 authored Jan 17, 2020
2 parents 8878b6e + bafd203 commit 0442d49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions omnibus/config/software/git-custom-bindir.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2014-2019 Chef Software, Inc.
# Copyright 2014-2020 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.23.0"
default_version "2.24.1"

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

relative_path "git-#{version}"

version("2.23.0") { source sha256: "e3396c90888111a01bf607346db09b0fbf49a95bc83faf9506b61195936f0cfe" }
version("2.24.1") { source sha256: "ad5334956301c86841eb1e5b1bb20884a6bad89a10a6762c958220c7cf64da02" }

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

Expand Down

0 comments on commit 0442d49

Please sign in to comment.