Skip to content

Commit

Permalink
Merge pull request #192667 from Homebrew/bump-gptscript-0.9.5
Browse files Browse the repository at this point in the history
gptscript 0.9.5
  • Loading branch information
BrewTestBot authored Oct 2, 2024
2 parents 354436a + d6ed59b commit 9860293
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/g/gptscript.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
class Gptscript < Formula
desc "Develop LLM Apps in Natural Language"
homepage "https://gptscript.ai"
url "https://github.com/gptscript-ai/gptscript/archive/refs/tags/v0.9.4.tar.gz"
sha256 "3dc7df2707f6655cdedda3c5fa3d5367e312a82aca681a2afe99cbd962d770ce"
url "https://github.com/gptscript-ai/gptscript/archive/refs/tags/v0.9.5.tar.gz"
sha256 "48cc2e6ec6425c030e9d10a81135a5e20ab15ec8eee0a49d35a83eda06c5cc92"
license "Apache-2.0"
head "https://github.com/gptscript-ai/gptscript.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fbcce658d24835a336d8af6a430b78353978dc5ea4eaaa5aa1c44fb304fc37ae"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3696a7cfcb92041d12725de49de8f5824c775cac622edb770b613d45019fcd73"
sha256 cellar: :any_skip_relocation, arm64_ventura: "beba6f395c3a6ae1209c2a2ff5d27e64b33f813a40603ab33acc5a45a20bc113"
sha256 cellar: :any_skip_relocation, arm64_monterey: "173bf764713beca537c6081b69cae596331c639077a51fb7e576f22e50f7ee6d"
sha256 cellar: :any_skip_relocation, sonoma: "07b491fd29e4a3a51c61ccd662a227feb88c7efa33a6fd0f63c8f9feed7fa7ab"
sha256 cellar: :any_skip_relocation, ventura: "b8d10ff67c37f4d3a45ead8ede7bb0a10906d87f8b07dd2a48cec215cb29448d"
sha256 cellar: :any_skip_relocation, monterey: "3f0b718458dd9ff27356b12097d7069398b16706d4682e1c81d64fd6a6442218"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9735c3554ef023fc788eac87e210552b4c951113b2ac0f4c410e5fad8289cd2f"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fc050c14ef0a51596c4273df592c16c5d400d3e14b9094990f46029e227967b6"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fc050c14ef0a51596c4273df592c16c5d400d3e14b9094990f46029e227967b6"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fc050c14ef0a51596c4273df592c16c5d400d3e14b9094990f46029e227967b6"
sha256 cellar: :any_skip_relocation, sonoma: "0ca84273cc3c87fe0ae551ac4cd981b60400e4a8205c6748484ccd3944c3bad9"
sha256 cellar: :any_skip_relocation, ventura: "0ca84273cc3c87fe0ae551ac4cd981b60400e4a8205c6748484ccd3944c3bad9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "bf7dcf27cef7f521453a62a5db71d452ceb23236d17679e4ae1682914df6a50d"
end

depends_on "go" => :build
Expand Down

0 comments on commit 9860293

Please sign in to comment.