Skip to content

Commit

Permalink
Merge pull request #176305 from Homebrew/bump-gptscript-0.9.2
Browse files Browse the repository at this point in the history
gptscript 0.9.2
  • Loading branch information
BrewTestBot authored Jul 3, 2024
2 parents a0254a6 + 6d6ebde commit 14aa7f9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/g/gptscript.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
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.1.tar.gz"
sha256 "6b8250dbc5887585aadc8762d39d23af1cc15bae77a56863117e14d7bd869026"
url "https://github.com/gptscript-ai/gptscript/archive/refs/tags/v0.9.2.tar.gz"
sha256 "d0eafd87b503a193e47fc0b2fbe926b27fbaa871455ac318da67079f28ffc852"
license "Apache-2.0"
head "https://github.com/gptscript-ai/gptscript.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "878c8cf44d50c5cd317ff255127100a4594599fcf4c89ab0801a428681400ea6"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b929943fb1c847074244aab67ea771959585b9d6e2fcf1427a2c3040a70cf9ae"
sha256 cellar: :any_skip_relocation, arm64_monterey: "efb80000215d7ee9f090a8399bb5f7e9c8ddc474c8be1af4c229f5c00d6b12f0"
sha256 cellar: :any_skip_relocation, sonoma: "ff7e324da31af794ea34c40ab28ec3bfeca21b619ea9ac28f00fb690409fab1e"
sha256 cellar: :any_skip_relocation, ventura: "24e3e8b2e917277f003c1733b0d45f967c13c8553641274d9acc13ddf4ef315f"
sha256 cellar: :any_skip_relocation, monterey: "b395dc03a197ccf23824f24c11dccd8af18fbef1c5e628dbed609a4ac9baa056"
sha256 cellar: :any_skip_relocation, x86_64_linux: "62d9a122ff0acda4d9337960fc296f9097765317de112b53ef010b7e4cc40213"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f20814619925f3d18bd3038f0491f777932e31d10b2d4c9bc1697b02b1b64832"
sha256 cellar: :any_skip_relocation, arm64_ventura: "209c6b5102aaf4a3dcd4457d8b4f4f1b80fab1a2cf68a6bffaa5e81b6d71546f"
sha256 cellar: :any_skip_relocation, arm64_monterey: "6b61d360e999106875012f79b7723d8382526548be912ff4049950ee4d99e115"
sha256 cellar: :any_skip_relocation, sonoma: "3d1d83f617bfb2b313e8d9b3012bedc0f65dbc5676f33e458616babffb1cbb2c"
sha256 cellar: :any_skip_relocation, ventura: "cf55cfaca8a5aefeefc69419e5863448e33cd691820328288dfe3513ba877884"
sha256 cellar: :any_skip_relocation, monterey: "ada49f51626d59853d30294b76a196da61a2809a4109441acbd5fd879bec4dc1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4df089083726e8e81939da0a20b076f6067c28d475af05259bcdcdb49f911de6"
end

depends_on "go" => :build
Expand Down

0 comments on commit 14aa7f9

Please sign in to comment.