Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
updated hg-evolve to 11.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lmkra committed Feb 8, 2024
1 parent e2e0e05 commit dc8cbbf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Formula/hg-evolve.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ class HgEvolve < Formula
revision 1

stable do

Check failure on line 10 in Formula/hg-evolve.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/ComponentsRedundancy: `stable do` should not be present with only url/sha256/mirror/version
url "https://files.pythonhosted.org/packages/b2/ec/986120fab219b21158aeed208a7e60122a59b12ef8151d2c3d44520b64a1/hg-evolve-11.1.0.tar.gz"
sha256 "b0cbc7bc7c0bb8c4f42da1f65c50de3ee78f6f00978ef97ae9019d11147493a8"
url "https://files.pythonhosted.org/packages/b9/d0/03b4019d3e554a47efaeb43171a15a0cde8e117e73cbf8cbd7e5ce06b130/hg-evolve-11.1.1.tar.gz"
sha256 "1c564dfc92503e5541e7bc5c514c725ebac3e04a8f83dbd809101ae0f0101e8c"
end

livecheck do
Expand Down
12 changes: 6 additions & 6 deletions Formula/hg-git.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ class HgGit < Formula
revision 1

stable do

Check failure on line 10 in Formula/hg-git.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/ComponentsRedundancy: `stable do` should not be present with only url/sha256/mirror/version
url "https://files.pythonhosted.org/packages/41/9a/e8d24706580160636df8380763f81852a635a438a4a2f053d59ace54d3ca/hg-git-1.0.3.tar.gz"
sha256 "1ee170456fd2b86af3317f5bb6d76aced151075f5d659345e58f3e7bd800416c"
url "https://files.pythonhosted.org/packages/7f/90/258c9e55c78ab7c8c2b0937e4741c6536f67e23b8a3105ceab8c20e81c15/hg-git-1.1.0.tar.gz"
sha256 "6ed11a9862ea082e4f4628311db7b8f7f6e724d5469ba0b37fce7625a01d077f"
end

livecheck do
Expand All @@ -25,13 +25,13 @@ class HgGit < Formula
depends_on "[email protected]"

resource "dulwich" do
url "https://files.pythonhosted.org/packages/57/e0/1b5f95c2651284a5d4fdfb2cc5ecad57fb694084cce59d9d4acb7ac30ecf/dulwich-0.21.6.tar.gz"
sha256 "30fbe87e8b51f3813c131e2841c86d007434d160bd16db586b40d47f31dd05b0"
url "https://files.pythonhosted.org/packages/2b/e2/788910715b4910d08725d480278f625e315c3c011eb74b093213363042e0/dulwich-0.21.7.tar.gz"
sha256 "a9e9c66833cea580c3ac12927e4b9711985d76afca98da971405d414de60e968"
end

resource "urllib3" do
url "https://files.pythonhosted.org/packages/31/ab/46bec149bbd71a4467a3063ac22f4486ecd2ceb70ae8c70d5d8e4c2a7946/urllib3-2.0.4.tar.gz"
sha256 "8d22f86aae8ef5e410d4f539fde9ce6b2113a001bb4d189e0aed70642d602b11"
url "https://files.pythonhosted.org/packages/e2/cc/abf6746cc90bc52df4ba730f301b89b3b844d6dc133cb89a01cfe2511eb9/urllib3-2.2.0.tar.gz"
sha256 "051d961ad0c62a94e50ecf1af379c3aba230c66c710493493560c0c223c49f20"
end

def install
Expand Down

0 comments on commit dc8cbbf

Please sign in to comment.