Skip to content

Commit

Permalink
chiko: add 0.0.5 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 authored and BrewTestBot committed Jan 25, 2025
1 parent fdc9dbf commit e403102
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Formula/c/chiko.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ class Chiko < Formula
license "MIT"
head "https://github.com/felangga/chiko.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "56efedda7eb1b8077245451134fbebb015e36915bf5b821df13e3f17d91e39d7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "56efedda7eb1b8077245451134fbebb015e36915bf5b821df13e3f17d91e39d7"
sha256 cellar: :any_skip_relocation, arm64_ventura: "56efedda7eb1b8077245451134fbebb015e36915bf5b821df13e3f17d91e39d7"
sha256 cellar: :any_skip_relocation, sonoma: "d0fec974cc0e42f8c102c07b9afbba41b02fca453f67638ea08ab38136f955c1"
sha256 cellar: :any_skip_relocation, ventura: "d0fec974cc0e42f8c102c07b9afbba41b02fca453f67638ea08ab38136f955c1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5a090ba84fa12454b6d5e516b076b04237676cf4ff7a72f2c8925e7ecbe55665"
end

depends_on "go" => :build

def install
Expand Down

0 comments on commit e403102

Please sign in to comment.