Skip to content

Commit

Permalink
Updated formula (automatically)
Browse files Browse the repository at this point in the history
Updated formulas at Fri Oct 11 00:23:12 UTC 2024. The following files
have been changed: Formula/basher.rb Formula/git-hg.rb Formula/pydl.rb Formula/sphinx.rb
  • Loading branch information
github-actions[bot] committed Oct 11, 2024
1 parent 57adbe6 commit 7c33a1b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Formula/basher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Basher < Formula
homepage "https://github.com/basherpm/basher"
url "https://github.com/basherpm/basher.git",
revision: "686f436722dadbf33d4603e7cc0733796001db7e"
version "2024.10.10"
version "2024.10.11"

depends_on "homebrew/core/bash"
depends_on "homebrew/core/coreutils"
Expand Down
2 changes: 1 addition & 1 deletion Formula/git-hg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class GitHg < Formula
homepage "https://github.com/cosmin/git-hg"
url "https://github.com/cosmin/git-hg.git",
revision: "16b573ed0567e89348ba1d066e6afe5bb48b916c"
version "2024.10.10"
version "2024.10.11"

depends_on "homebrew/core/mercurial"
depends_on "homebrew/core/python@2"
Expand Down
2 changes: 1 addition & 1 deletion Formula/pydl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Pydl < Formula
desc "Video downloader powered by jarryshaw.me"
homepage "https://jarryshaw.me"
url "https://github.com/JarryShaw/pydl.git"
version "2024.10.10"
version "2024.10.11"

depends_on "homebrew/core/aria2"
depends_on "homebrew/core/[email protected]"
Expand Down
8 changes: 4 additions & 4 deletions Formula/sphinx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class Sphinx < Formula

desc "Tool to create intelligent and beautiful documentation"
homepage "https://www.sphinx-doc.org/"
url "https://github.com/sphinx-doc/sphinx/archive/v8.0.2.tar.gz"
sha256 "fd9d2e1893ab1f1d3c654056b802862487063b5301bf2b8bec90f8a023ed30a0"
url "https://github.com/sphinx-doc/sphinx/archive/v8.1.0.tar.gz"
sha256 "293b91a8f788b13facb3d3a30421d4de8e508f95f74cc20049a5dd208519508f"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "816de3b456310b6fff675f598ac99fe1ebc0eee6c437807ce2039579527e4acf"
Expand Down Expand Up @@ -112,8 +112,8 @@ class Sphinx < Formula
end

resource "Sphinx" do
url "https://files.pythonhosted.org/packages/25/a7/3cc3d6dcad70aba2e32a3ae8de5a90026a0a2fdaaa0756925e3a120249b6/sphinx-8.0.2.tar.gz"
sha256 "0cce1ddcc4fd3532cf1dd283bc7d886758362c5c1de6598696579ce96d8ffa5b"
url "https://files.pythonhosted.org/packages/9d/f3/e3c6fb6d015d6b0c5215d1a6e45276aa89b6685fc63a1b7ac230bcebcb4f/sphinx-8.1.0.tar.gz"
sha256 "109454425dbf4c78ecfdd481e56f078376d077edbda29804dba05c5161c8de06"
end

resource "sphinx-autobuild" do
Expand Down

0 comments on commit 7c33a1b

Please sign in to comment.