Skip to content

Commit bb8a443

Browse files
committed
gptme 0.28.3
1 parent 5166479 commit bb8a443

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

Formula/g/gptme.rb

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class Gptme < Formula
33

44
desc "AI assistant in your terminal"
55
homepage "https://gptme.org/docs/"
6-
url "https://files.pythonhosted.org/packages/47/9b/adf6a6eecf1fe9b702043b6e016367fda35dd34a232c6f6b95965cea4393/gptme-0.28.2.tar.gz"
7-
sha256 "28b589c43dcfff46bb0f3d2a2b9699dc2fb8a9173d9569110f6150984d4c86fb"
6+
url "https://files.pythonhosted.org/packages/9c/ac/a6e6db289f591fb6da0468f3efe542cef8c89b1b9611830e33649bfc0a4f/gptme-0.28.3.tar.gz"
7+
sha256 "a8779fb70b5c5291f85a66461bad8961ed670d9df8c5cca97658b1d7ca61c93f"
88
license "MIT"
99
head "https://github.com/ErikBjare/gptme.git", branch: "master"
1010

@@ -236,6 +236,11 @@ class Gptme < Formula
236236
sha256 "636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887"
237237
end
238238

239+
resource "python-dateutil" do
240+
url "https://files.pythonhosted.org/packages/66/c0/0c8b6ad9f17a802ee498c46e004a0eb49bc148f2fd230864601a86dcf6db/python-dateutil-2.9.0.post0.tar.gz"
241+
sha256 "37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3"
242+
end
243+
239244
resource "python-dotenv" do
240245
url "https://files.pythonhosted.org/packages/f6/b0/4bc07ccd3572a2f9df7e6782f52b0c6c90dcbb803ac4a167702d7d0dfe1e/python_dotenv-1.1.1.tar.gz"
241246
sha256 "a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab"
@@ -276,6 +281,11 @@ class Gptme < Formula
276281
sha256 "26a1c73171d10b7acccbded82bf6a586ab8203601e565badc74bbbf8bc5a10f8"
277282
end
278283

284+
resource "six" do
285+
url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz"
286+
sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"
287+
end
288+
279289
resource "sniffio" do
280290
url "https://files.pythonhosted.org/packages/a2/87/a6771e1546d97e7e041b6ae58d80074f81b7d5121207425c964ddf5cfdbd/sniffio-1.3.1.tar.gz"
281291
sha256 "f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc"
@@ -327,8 +337,8 @@ class Gptme < Formula
327337
end
328338

329339
resource "typing-inspection" do
330-
url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz"
331-
sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28"
340+
url "https://files.pythonhosted.org/packages/55/e3/70399cb7dd41c10ac53367ae42139cf4b1ca5f36bb3dc6c9d33acdb43655/typing_inspection-0.4.2.tar.gz"
341+
sha256 "ba561c48a67c5958007083d386c3295464928b01faa735ab8547c5692e87f464"
332342
end
333343

334344
resource "urllib3" do

0 commit comments

Comments
 (0)