Skip to content

Commit

Permalink
gptline: migrate to [email protected]
Browse files Browse the repository at this point in the history
gptline: update deps

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
branchvincent authored and chenrui333 committed Oct 15, 2024
1 parent d606446 commit 5c196b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/g/gptline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Gptline < Formula
depends_on "jpeg-turbo"
depends_on "libyaml"
depends_on "pillow"
depends_on "python@3.12"
depends_on "python@3.13"

uses_from_macos "libxml2", since: :ventura
uses_from_macos "libxslt"
Expand Down Expand Up @@ -155,8 +155,8 @@ class Gptline < Formula
end

resource "pydantic-core" do
url "https://files.pythonhosted.org/packages/02/d0/622cdfe12fb138d035636f854eb9dc414f7e19340be395799de87c1de6f6/pydantic_core-2.18.4.tar.gz"
sha256 "ec3beeada09ff865c344ff3bc2f427f5e6c26401cc6113d77e372c3fdac73864"
url "https://files.pythonhosted.org/packages/e2/aa/6b6a9b9f8537b872f552ddd46dd3da230367754b6f707b8e1e963f515ea3/pydantic_core-2.23.4.tar.gz"
sha256 "2584f7cf844ac4d970fba483a717dbe10c1c1c96a969bf65d61ffe94df1b2863"
end

resource "pygments" do
Expand All @@ -170,8 +170,8 @@ class Gptline < Formula
end

resource "pyyaml" do
url "https://files.pythonhosted.org/packages/cd/e5/af35f7ea75cf72f2cd079c95ee16797de7cd71f29ea7c68ae5ce7be1eda0/PyYAML-6.0.1.tar.gz"
sha256 "bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"
url "https://files.pythonhosted.org/packages/54/ed/79a089b6be93607fa5cdaedf301d7dfb23af5f25c398d5ead2525b063e17/pyyaml-6.0.2.tar.gz"
sha256 "d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e"
end

resource "regex" do
Expand Down

0 comments on commit 5c196b9

Please sign in to comment.