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

1kc-razer: rename to razer-unofficial #162185

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 4 additions & 7 deletions Casks/1/1kc-razer.rb → Casks/r/razer-unofficial.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
cask "1kc-razer" do
cask "razer-unofficial" do
version "0.4.10"
sha256 "9f57f928adb31ca843dbf2047a7d6ea308eceaccb50620792535d1fcd7ec73ca"

url "https://github.com/1kc/razer-macos/releases/download/v#{version}/Razer.macOS-#{version}-universal.dmg"
name "Razer macOS"
desc "Open source color effects manager for Razer devices"
homepage "https://github.com/1kc/razer-macos"
desc "Colour effects manager for Razer devices"
homepage "https://github.com/1kc/razer-macos/"

livecheck do
url :url
strategy :github_latest
end
depends_on macos: ">= :high_sierra"

app "Razer macOS.app"

Expand Down
4 changes: 3 additions & 1 deletion cask_renames.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1kc-razer": "razer-unofficial",
"ankerslicer": "ankermake",
"betterdummy": "betterdisplay",
"cloudapp": "zight",
Expand All @@ -11,5 +12,6 @@
"opal": "opal-composer",
"owasp-zap": "zap",
"remotion": "multiapp",
"streamlabs-obs": "streamlabs"
"streamlabs-obs": "streamlabs",
"tea": "ossapp"
miccal marked this conversation as resolved.
Show resolved Hide resolved
}