We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc12a0 commit 9896c49Copy full SHA for 9896c49
Formula/g/git-sync.rb
@@ -1,8 +1,8 @@
1
class GitSync < Formula
2
desc "Clones a git repository and keeps it synchronized with the upstream"
3
homepage "https://github.com/kubernetes/git-sync"
4
- url "https://github.com/kubernetes/git-sync/archive/refs/tags/v4.4.2.tar.gz"
5
- sha256 "62878584e4766b4cc94a9a7d49fe9c8c24dfcee69b4c83ece1bb1e1790b7f450"
+ url "https://github.com/kubernetes/git-sync/archive/refs/tags/v4.4.3.tar.gz"
+ sha256 "38c7dfef256d5321e57e46ea94a245aadc963e50f0e3231b3ce710095b81d7ed"
6
license "Apache-2.0"
7
head "https://github.com/kubernetes/git-sync.git", branch: "master"
8
0 commit comments