Skip to content

Commit

Permalink
Merge pull request #1447 from chef/git2.33.0
Browse files Browse the repository at this point in the history
Update git to 2.33.0
  • Loading branch information
tduffield authored Sep 17, 2021
2 parents 28c2fc3 + 882960b commit b8cfccd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/software/git.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

name "git"
default_version "2.31.1"
default_version "2.33.0"

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

# version_list: url=https://www.kernel.org/pub/software/scm/git/ filter=*.tar.gz

version("2.33.0") { source sha256: "02d909d0bba560d3a1008bd00dd577621ffb57401b09175fab2bf6da0e9704ae" }
version("2.31.1") { source sha256: "46d37c229e9d786510e0c53b60065704ce92d5aedc16f2c5111e3ed35093bfa7" }
version("2.30.2") { source sha256: "9ddea08fc7c38f1823a54a014ae2e9ecd45e1b4a06e919025f4c41f2c6a8061b" }
version("2.29.3") { source sha256: "dfaa7608c67fa84483c09fdbea1367848d56b050ed200e541a9829701d45ccad" }
Expand Down

0 comments on commit b8cfccd

Please sign in to comment.