Skip to content

Commit

Permalink
Merge pull request #154214 from cho-m/git-cola-py312
Browse files Browse the repository at this point in the history
git-cola: migrate to `[email protected]`
  • Loading branch information
BrewTestBot authored Nov 14, 2023
2 parents 69d19f6 + 663310b commit 1c51361
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions Formula/g/git-cola.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,20 @@ class GitCola < Formula
head "https://github.com/git-cola/git-cola.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c13a3a27c8bf59c1ad006aef9aacf049ebc243fe6a6d3e22b60712e19ba1b931"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c533af93332981c1c1f0d8c24f41a84c25871e92eac5029394b8e7fe2dc28343"
sha256 cellar: :any_skip_relocation, arm64_monterey: "43cb88f7ec9e0cae41ea4097c8274c960743181f253beb873509048be5349e01"
sha256 cellar: :any_skip_relocation, sonoma: "233bf66b237800758f713fdb5c13b97bd1dd6f74cc64702b1ebb33b8becb4cc7"
sha256 cellar: :any_skip_relocation, ventura: "dc229b347257b31b75496d7a314bbbb80db85bd605bc95a73a1010171cd40ade"
sha256 cellar: :any_skip_relocation, monterey: "adc716bb030c73c093eac0dfe9fb08d009aa12e1cc786cd7fe743860ac56e227"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0f92f14ce1fd5f51241b5c3c3830cd53a8250ddb6d77e5df961ba87a9e991d61"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9d01686e407e23c0c4e08721cd908146004e46b4fbb6c61073ba994134e169d9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a953570a96371128eb75e7950ee2ed4a1cebcdb820ef9da68e7866cdf0438f6c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "bec562daf700424c7d07932ea110ceb15c21218be3acafbcf8cf729eb930c3ef"
sha256 cellar: :any_skip_relocation, sonoma: "bca7bf5a146b1779aab329b1c6bc085b2e0e9cef03b40f839e4c45d10def49fb"
sha256 cellar: :any_skip_relocation, ventura: "456e610578b361ee22409b3ef2ede6609c9db7531633722830c63f8b5a2eabdd"
sha256 cellar: :any_skip_relocation, monterey: "3c653e57bfbc801724d869e8336aa8a509e693f43618a887e1497a9126868671"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f4e6cf1c81a71828dc64111d825eebd81331ddd8a42522fddbc116362a61cd61"
end

depends_on "pyqt@5"
depends_on "python-packaging"
depends_on "python-pyparsing"
depends_on "python@3.11"
depends_on "python@3.12"

resource "qtpy" do
url "https://files.pythonhosted.org/packages/eb/9a/7ce646daefb2f85bf5b9c8ac461508b58fa5dcad6d40db476187fafd0148/QtPy-2.4.1.tar.gz"
Expand Down

0 comments on commit 1c51361

Please sign in to comment.