Skip to content

Commit

Permalink
Merge pull request #173615 from Homebrew/bump-mods-1.4.0
Browse files Browse the repository at this point in the history
mods 1.4.0
  • Loading branch information
BrewTestBot authored Jun 3, 2024
2 parents 9f0f156 + a590a48 commit df3b0ff
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/m/mods.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Mods < Formula
desc "AI on the command-line"
homepage "https://github.com/charmbracelet/mods"
url "https://github.com/charmbracelet/mods/archive/refs/tags/v1.3.1.tar.gz"
sha256 "f0eb5a941c261a55a290b1b99fd09e8f07abd3394b532bf76493376d8ce7967d"
url "https://github.com/charmbracelet/mods/archive/refs/tags/v1.4.0.tar.gz"
sha256 "900bf7481c15c4f2be73835d079f4234cbffb9a8d8576527f680997b47f7bf46"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1da4c12df447d0b3b60bac95a0eda5687c6f403b0e9be6af727685b7df47bac8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4938a1e13494d66498a54951f8f4f0308fecd43da9584f6947394fd87924d5a2"
sha256 cellar: :any_skip_relocation, arm64_monterey: "add7098672318bda70dd94b7d7d59738b76b93545fa23c499b4e2006b5d2525c"
sha256 cellar: :any_skip_relocation, sonoma: "be4d80dacc4bc46257a58a70c8079b164f7910d419e8a0a37b72dae2b72f4367"
sha256 cellar: :any_skip_relocation, ventura: "88bb50407edaf8ddebab691fbd117009935cf9669caafb682fbbabf2908151af"
sha256 cellar: :any_skip_relocation, monterey: "47f08ba1647685aff903f074cc324888c9ace645c83e3467caf083d119790fd2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "21c802d62b15ae07b2788ffc5caa1ac0a1f6786d45f1ca0ac0038938557d7040"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "10887c0cb68219074b5ef4f37fdf45393dbbeae1187bb93e5e167b1245181889"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4b698d283b2c4477da04a8a9691eeb8fbfa057a5725a47d60e97a2d7fc4563d1"
sha256 cellar: :any_skip_relocation, arm64_monterey: "acb39d71f0f1f77e622e20550f027bb574ac1c1627f15ee310e77959d945841c"
sha256 cellar: :any_skip_relocation, sonoma: "607852a8629be23d5b2561531c981da0c85c65cae237793f62c1469c983321f0"
sha256 cellar: :any_skip_relocation, ventura: "b848a844b187e45d672e14152c8cc613ed0aa23d813832011597ba8c591f620e"
sha256 cellar: :any_skip_relocation, monterey: "6d4cf5a396339f32970a777b21a87293111f413160bdbc27e2005f3998ebfe3e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "76adeb1791732c6924e46149d9aea5a808b6d0f2cf92d381ea40f3677e9e7d29"
end

depends_on "go" => :build
Expand Down

0 comments on commit df3b0ff

Please sign in to comment.