Skip to content

Commit

Permalink
feat: update for split catwalk & whiskers repos (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
backwardspy authored Jun 10, 2024
1 parent e7b8540 commit b76e68f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 26 deletions.
9 changes: 2 additions & 7 deletions Formula/catwalk.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
class Catwalk < Formula
desc "Soothing preview image generator for the high-spirited!"
homepage "https://github.com/catppuccin/toolbox/tree/main/catwalk"
homepage "https://github.com/catppuccin/catwalk"
url "https://github.com/catppuccin/toolbox/archive/refs/tags/catwalk-v1.3.1.tar.gz"
sha256 "b9093e5f93aa94526675c03f921f8d94d1832640d281b0c3f96fa00c00015213"
license "MIT"
head "https://github.com/catppuccin/toolbox.git", branch: "main"

livecheck do
url :stable
regex(/^catwalk[._-]v?(\d+(?:\.\d+)+)$/i)
end
head "https://github.com/catppuccin/catwalk.git", branch: "main"

bottle do
root_url "https://ghcr.io/v2/catppuccin/tap"
Expand Down
9 changes: 2 additions & 7 deletions Formula/whiskers.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
class Whiskers < Formula
desc "Soothing port creation tool for the high-spirited!"
homepage "https://github.com/catppuccin/toolbox/tree/main/whiskers"
homepage "https://github.com/catppuccin/whiskers"
url "https://github.com/catppuccin/toolbox/archive/refs/tags/whiskers-v2.3.0.tar.gz"
sha256 "aba0e5c17cb6853f25a303480da82e2c2b50fbab1be50d4620e82ecfaa1f183e"
license "MIT"
head "https://github.com/catppuccin/toolbox.git", branch: "main"

livecheck do
url :stable
regex(/^whiskers[._-]v?(\d+(?:\.\d+)+)$/i)
end
head "https://github.com/catppuccin/whiskers.git", branch: "main"

bottle do
root_url "https://ghcr.io/v2/catppuccin/tap"
Expand Down
13 changes: 1 addition & 12 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"packageRules": [
{
"matchPackageNames": ["catppuccin/toolbox"],
"versioning": "regex:^(?<name>\\w+-)?v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)?$"
}
],
"homebrew": {
"commitMessageTopic": "Homebrew Formula {{depName}}",
"extractVersion": "^\\w+-(?<version>.+)",
"fileMatch": ["^Formula/[^/]+[.]rb$"]
}
"extends": ["config:recommended"]
}

0 comments on commit b76e68f

Please sign in to comment.