Skip to content

Commit

Permalink
style: brew style
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Nov 4, 2023
1 parent f575477 commit 48c95fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Formula/catwalk.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
class Catwalk < Formula
desc "A sweet program that takes in four showcase images and displays them all at once."
desc "Sweet program that takes in four showcase images and displays them all at once"
homepage "https://github.com/catppuccin/toolbox/tree/main/catwalk"
url "https://github.com/catppuccin/toolbox/archive/refs/tags/catwalk-v1.2.0.tar.gz"
sha256 "79b8f28432a97d20c99d8e6015fcc7e459c05e5932a07e693cf05231e6e9be05"
license "MIT"
head "https://github.com/catppuccin/toolbox.git", branch: "main"

depends_on "rust" => :build
depends_on "pkg-config" => :build
depends_on "rust" => :build
depends_on "webp" => :build

def install
Expand Down
2 changes: 1 addition & 1 deletion Formula/mdbook-catppuccin.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class MdbookCatppuccin < Formula
desc "🎊 Soothing pastel theme for mdBook"
desc "Soothing pastel theme for mdBook"
homepage "https://github.com/catppuccin/mdBook"
url "https://github.com/catppuccin/mdBook/archive/refs/tags/v2.0.1.tar.gz"
sha256 "75062a0e4561d0b067c8b200ba4fc7eb66df59e15e568de08bcf800ab76c8781"
Expand Down

0 comments on commit 48c95fe

Please sign in to comment.