Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions Formula/lc.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Lc < Formula
desc "CLI for interacting with Linear.app"
homepage "https://github.com/rubyists/linear-cli-ex"
homepage "https://github.com/rubyists/linear-cli"
license "WTFPL"

on_macos do
on_arm do
url "https://github.com/rubyists/linear-cli-ex/releases/download/v1.0.0/lc_macos_aarch64.tar.gz"
url "https://github.com/rubyists/linear-cli/releases/download/v1.0.0/lc_macos_aarch64.tar.gz"
sha256 "977f8099f748f34cee355c72d99db22c574000b4c2f8e74be85a05fc612189fc"
end
end

on_linux do
on_intel do
url "https://github.com/rubyists/linear-cli-ex/releases/download/v1.0.0/lc_linux_x86_64.tar.gz"
url "https://github.com/rubyists/linear-cli/releases/download/v1.0.0/lc_linux_x86_64.tar.gz"
sha256 "a538bef611950424fe7d484d484ec972fff57016a178c9a965e48ae9047787e4"
end
end
Expand Down
2 changes: 1 addition & 1 deletion Readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ $ brew tap rubyists/tap
$ brew install lc
----

`lc` is the https://github.com/rubyists/linear-cli-ex[linear-cli-ex] CLI for
`lc` is the https://github.com/rubyists/linear-cli[linear-cli] CLI for
https://linear.app[Linear.app], covering macOS (Apple Silicon) and Linux
(x86_64).