Skip to content

Commit

Permalink
style: appease homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
backwardspy committed Jun 2, 2024
1 parent 54162a3 commit 2e2131f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Formula/catwalk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ class Catwalk < Formula
license "MIT"
head "https://github.com/catppuccin/toolbox.git", branch: "main"

livecheck do
url :stable
regex(/^catwalk[._-]v?(\d+(?:\.\d+)+)$/i)
end

bottle do
root_url "https://ghcr.io/v2/catppuccin/tap"
sha256 cellar: :any_skip_relocation, ventura: "20a88a941680a641a88bff0d6e5ebdde2d1f8d8efc7e4db0ae91ef70bb8388ee"
Expand All @@ -23,9 +28,4 @@ def install
test do
assert_predicate (bin/"catwalk"), :exist?
end

livecheck do
url :stable
regex /^catwalk[._-]v?(\d+(?:\.\d+)+)$/i
end
end
10 changes: 5 additions & 5 deletions Formula/whiskers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ class Whiskers < Formula
license "MIT"
head "https://github.com/catppuccin/toolbox.git", branch: "main"

livecheck do
url :stable
regex(/^whiskers[._-]v?(\d+(?:\.\d+)+)$/i)
end

bottle do
root_url "https://ghcr.io/v2/catppuccin/tap"
sha256 cellar: :any_skip_relocation, ventura: "4a2a601b29006a787bf46a5e3e7b1d1616f0dfbf62870ce1cd96830376d70340"
Expand All @@ -21,9 +26,4 @@ def install
test do
assert_predicate (bin/"whiskers"), :exist?
end

livecheck do
url :stable
regex /^whiskers[._-]v?(\d+(?:\.\d+)+)$/i
end
end

0 comments on commit 2e2131f

Please sign in to comment.