Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Formula/kittycad.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
class Kittycad < Formula
desc " is a command-line interface to Zoo for use in your terminal or your scripts."
homepage "https://zoo.dev/docs/cli/manual"
url "https://dl.zoo.dev/releases/cli/v0.2.185/kittycad-cli.tar.gz"
sha256 "d792b9be7ec34086c5fff70f6e59d83aabbce401baaaa33a680f48290023cd24"
url "https://dl.zoo.dev/releases/cli/v0.2.186/kittycad-cli.tar.gz"
sha256 "f7fe8a8ae79586fe1af30d35a075e50c17e783534a0b6bc6cc995c7e94523ab8"


# specify the target architectures for the binary files
bottle do
sha256 cellar: :any_skip_relocation, x86_64_darwin: "a2d541ea0ff501b1092b706622577fa6e06a376c4a4b584cc0c5d175c0f10af3"
sha256 cellar: :any_skip_relocation, aarch64_darwin: "9a8b7df8311b6c39655a934404c7bb020d64497012710079cd4ffa8e474dd5a2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6811d123301a0274e01ad4c2ced88fbffdf1a70f7cdab9615bb9bceb408b1e20"
sha256 cellar: :any_skip_relocation, aarch64_linux: "18a0e8dcea3f5a89761b28f15d387302f9cd874dab0a40f740a6c2260806d7bc"
sha256 cellar: :any_skip_relocation, x86_64_darwin: "c32d9f40935fe36945607eb4be265963df067d2fea60554f9261d6e2290d936a"
sha256 cellar: :any_skip_relocation, aarch64_darwin: "192607e7a75ab81c3944b31b9fd875ef0b83d0e0fab952e4f1b74f6c1e8c596e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1edf1edbfbb5d70ebee6ed5e47d7b68322118beb272bf8e9f688a2c30586cccf"
sha256 cellar: :any_skip_relocation, aarch64_linux: "8334057c663cd8984a85b59f31a478c6522800a4113fdc6750d39772867c765d"
end

def install
Expand Down
Loading