Skip to content

Commit

Permalink
Updated formula (automatically)
Browse files Browse the repository at this point in the history
Updated formulas at Tue Aug 27 00:21:56 UTC 2024. The following files
have been changed: Formula/bandit.rb Formula/basher.rb Formula/git-hg.rb Formula/pydl.rb
  • Loading branch information
github-actions[bot] committed Aug 27, 2024
1 parent 74be271 commit b9ecaec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Formula/bandit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ class Bandit < Formula
end

resource "rich" do
url "https://files.pythonhosted.org/packages/b3/01/c954e134dc440ab5f96952fe52b4fdc64225530320a910473c1fe270d9aa/rich-13.7.1.tar.gz"
sha256 "9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432"
url "https://files.pythonhosted.org/packages/cf/60/5959113cae0ce512cf246a6871c623117330105a0d5f59b4e26138f2c9cc/rich-13.8.0.tar.gz"
sha256 "a5ac1f1cd448ade0d59cc3356f7db7a7ccda2c8cbae9c7a90c28ff463d3e91f4"
end

resource "stevedore" do
Expand Down
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.8.26"
version "2024.8.27"

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.8.26"
version "2024.8.27"

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.8.26"
version "2024.8.27"

depends_on "homebrew/core/aria2"
depends_on "homebrew/core/[email protected]"
Expand Down

0 comments on commit b9ecaec

Please sign in to comment.