Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update whiskers & catwalk formula urls and hashes #29

Merged
merged 5 commits into from
Jun 10, 2024
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/catwalk.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Catwalk < Formula
desc "Soothing preview image generator for the high-spirited!"
homepage "https://github.com/catppuccin/catwalk"
url "https://github.com/catppuccin/toolbox/archive/refs/tags/catwalk-v1.3.1.tar.gz"
sha256 "b9093e5f93aa94526675c03f921f8d94d1832640d281b0c3f96fa00c00015213"
url "https://github.com/catppuccin/catwalk/archive/refs/tags/v1.3.1.tar.gz"
sha256 "a96b5284a02bfe1e53168325e59784b0e79c3c816f5c64fdf1e7944c722142e6"
license "MIT"
head "https://github.com/catppuccin/catwalk.git", branch: "main"

Expand All @@ -16,7 +16,7 @@ class Catwalk < Formula
depends_on "rust" => :build

def install
system "cargo", "install", *std_cargo_args(path: "catwalk")
system "cargo", "install", *std_cargo_args
generate_completions_from_executable(bin/"catwalk", "completion")
end

Expand Down
6 changes: 3 additions & 3 deletions Formula/whiskers.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Whiskers < Formula
desc "Soothing port creation tool for the high-spirited!"
homepage "https://github.com/catppuccin/whiskers"
url "https://github.com/catppuccin/toolbox/archive/refs/tags/whiskers-v2.3.0.tar.gz"
sha256 "aba0e5c17cb6853f25a303480da82e2c2b50fbab1be50d4620e82ecfaa1f183e"
url "https://github.com/catppuccin/whiskers/archive/refs/tags/v2.3.0.tar.gz"
sha256 "4ce03d8cbb7135c0a34c834c4cfa2995af3a266f63d55fd7eb1146a022ed2244"
license "MIT"
head "https://github.com/catppuccin/whiskers.git", branch: "main"

Expand All @@ -15,7 +15,7 @@ class Whiskers < Formula
depends_on "rust" => :build

def install
system "cargo", "install", *std_cargo_args(path: "whiskers")
system "cargo", "install", *std_cargo_args
end

test do
Expand Down