Skip to content

Commit

Permalink
Merge pull request #195171 from Homebrew/subversion-perl-5.40.0
Browse files Browse the repository at this point in the history
subversion, git-svn: revision bump (perl 5.40.0)
  • Loading branch information
BrewTestBot authored Oct 22, 2024
2 parents acdbb72 + 6e58a91 commit cd0d54c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
13 changes: 7 additions & 6 deletions Formula/g/git-svn.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@ class GitSvn < Formula
url "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.47.0.tar.xz"
sha256 "1ce114da88704271b43e027c51e04d9399f8c88e9ef7542dae7aebae7d87bc4e"
license "GPL-2.0-only"
revision 1
head "https://github.com/git/git.git", branch: "master"

livecheck do
formula "git"
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fd65bda4427e47fde40e1229a9431b681cb09cf76ed1c35c504b701012ab6e5c"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fd65bda4427e47fde40e1229a9431b681cb09cf76ed1c35c504b701012ab6e5c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "bfc65ca45bed1028465e6d7af7e2bfeaab26771776f802125a7dd3c59d542e95"
sha256 cellar: :any_skip_relocation, sonoma: "fd65bda4427e47fde40e1229a9431b681cb09cf76ed1c35c504b701012ab6e5c"
sha256 cellar: :any_skip_relocation, ventura: "bfc65ca45bed1028465e6d7af7e2bfeaab26771776f802125a7dd3c59d542e95"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f82f3ee3f9186baaa5229a63a7970e6269d3f92778f849a4505f74dbf99bb120"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "017b7d9a97446224f44c0be02e93d8d7716e3d23a8b475e6db54e0d31a5a9615"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "017b7d9a97446224f44c0be02e93d8d7716e3d23a8b475e6db54e0d31a5a9615"
sha256 cellar: :any_skip_relocation, arm64_ventura: "dd55e3ea4758a20fc8d7ed8ec35bf52ed750361e567ba540b6b00dfaefc6b7ab"
sha256 cellar: :any_skip_relocation, sonoma: "017b7d9a97446224f44c0be02e93d8d7716e3d23a8b475e6db54e0d31a5a9615"
sha256 cellar: :any_skip_relocation, ventura: "dd55e3ea4758a20fc8d7ed8ec35bf52ed750361e567ba540b6b00dfaefc6b7ab"
sha256 cellar: :any_skip_relocation, x86_64_linux: "510c822204b3fdcbf35ea5fe0536d0fe8b6a3de8b02ac3fa3773990c8bd7af66"
end

depends_on "git"
Expand Down
13 changes: 7 additions & 6 deletions Formula/s/subversion.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ class Subversion < Formula
desc "Version control system designed to be a better CVS"
homepage "https://subversion.apache.org/"
license "Apache-2.0"
revision 1

stable do
url "https://www.apache.org/dyn/closer.lua?path=subversion/subversion-1.14.4.tar.bz2"
Expand All @@ -16,12 +17,12 @@ class Subversion < Formula
end

bottle do
sha256 arm64_sequoia: "b5ee51fc359b00683fdc3ab0832a54162591974f39d57bff2d2126ce18799e83"
sha256 arm64_sonoma: "c632a21696b5c276101d816521079f369ef509edb9ef8fc61ac50e8114d602af"
sha256 arm64_ventura: "d001086b2e739b5297d6f60c5110432a543b3afffa989a055d1ff45f6c0921bd"
sha256 sonoma: "36212320f74a821399a0341fe5a0807b5af4722845b29a7ee3963713d77fa84a"
sha256 ventura: "8a8874c52aeafc429d7b1f0afe6c27285e23e7290bab6c63ba9209e895c81a1c"
sha256 x86_64_linux: "be92c9fe84bb90f6f6c3ed859dd9050b9e17ea8e1beb572107a9903f2a982994"
sha256 arm64_sequoia: "219dbd8e67c43d5cd3f4a4d42d8671a71887c16b77bbdf9464295ac4e806bc61"
sha256 arm64_sonoma: "9712ef30bf9739ffafceb6885c31750f8027170cc69cbd05ae77d715289e64e8"
sha256 arm64_ventura: "951d415bbac5ccef7497f905a28d0f73f1c188e543de74d8f8b98473fd05c72e"
sha256 sonoma: "7c992a6ae16dd52952c48d16cca55c31c7bb7f05be10342cb4cdebd1005a4db6"
sha256 ventura: "eba166d764e2cafce718a4a179314e97eaf408c03d938055bffb306136338065"
sha256 x86_64_linux: "d8266abb05fe974ed383b243abed2a2371441a9f420eb78ae9b607ce0304f2d6"
end

head do
Expand Down

0 comments on commit cd0d54c

Please sign in to comment.