Skip to content

Commit

Permalink
Merge pull request #198435 from Homebrew/bump-git-lfs-3.6.0
Browse files Browse the repository at this point in the history
git-lfs 3.6.0
  • Loading branch information
BrewTestBot authored Nov 21, 2024
2 parents 1dc443f + 4da3e27 commit b9c3ee9
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions Formula/g/git-lfs.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class GitLfs < Formula
desc "Git extension for versioning large files"
homepage "https://git-lfs.github.com/"
url "https://github.com/git-lfs/git-lfs/releases/download/v3.5.1/git-lfs-v3.5.1.tar.gz"
sha256 "fc19c7316e80a6ef674aa4e1863561c1263cd4ce0588b9989e4be9461664d752"
url "https://github.com/git-lfs/git-lfs/releases/download/v3.6.0/git-lfs-v3.6.0.tar.gz"
sha256 "9a5d2a598b4096f0fdde5b2ead6038996c657acafe5a89d22b8c2f1b56aeaf36"
license "MIT"

# Upstream creates releases that are sometimes not the latest stable version,
Expand All @@ -13,13 +13,12 @@ class GitLfs < Formula
end

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6ae42cee04c1e4c25cfe7c2cfbde067060b1b96ac1ec80da9d63c5a4b4e0c909"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6ae42cee04c1e4c25cfe7c2cfbde067060b1b96ac1ec80da9d63c5a4b4e0c909"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6ae42cee04c1e4c25cfe7c2cfbde067060b1b96ac1ec80da9d63c5a4b4e0c909"
sha256 cellar: :any_skip_relocation, sonoma: "63e2c1dbdc3df326ddea622cd7d134935a9545ab14f5bc871b23739b82792c67"
sha256 cellar: :any_skip_relocation, ventura: "63e2c1dbdc3df326ddea622cd7d134935a9545ab14f5bc871b23739b82792c67"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1f8525605ee1028c3a5e2dd762270b3a89da7e3b1355ee701bc791a5272ad843"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "89ebf5b724d04b05d8bfbb30f3f7def31b858f907dbea09f8fb45be8971aa3a4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "89ebf5b724d04b05d8bfbb30f3f7def31b858f907dbea09f8fb45be8971aa3a4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "89ebf5b724d04b05d8bfbb30f3f7def31b858f907dbea09f8fb45be8971aa3a4"
sha256 cellar: :any_skip_relocation, sonoma: "e9843027dbca6884d5e4f6894534dbc4c52d59ae33580c4fff4fb29c0b8f7a7f"
sha256 cellar: :any_skip_relocation, ventura: "e9843027dbca6884d5e4f6894534dbc4c52d59ae33580c4fff4fb29c0b8f7a7f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c40bb62ad209374aec8b93c4ec19724fc4b99c15bd2e7429a473ecfdf3105dd1"
end

depends_on "asciidoctor" => :build
Expand Down

0 comments on commit b9c3ee9

Please sign in to comment.