From cebbe506ba2047a6746c6eb08cb1d6b7e674e071 Mon Sep 17 00:00:00 2001 From: "Tj (bougyman) Vanderpoel" Date: Wed, 12 Aug 2026 09:47:06 -0400 Subject: [PATCH] fix: update references after the linear-cli-ex -> linear-cli repo rename homepage, both release download URLs, and the README link all pointed at the old repo name. Verified both download URLs actually resolve at the new path and their sha256 checksums are unchanged. --- Formula/lc.rb | 6 +++--- Readme.adoc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/lc.rb b/Formula/lc.rb index 5abdc63..477e430 100644 --- a/Formula/lc.rb +++ b/Formula/lc.rb @@ -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 diff --git a/Readme.adoc b/Readme.adoc index da9f7c0..22de103 100644 --- a/Readme.adoc +++ b/Readme.adoc @@ -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).