We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using 1.0.6 with cask:
1.0.6
cask "predator-screensaver" do version "1.0.6" sha256 "6b0b132188a5ee1c1e54a633d280eb842edf183e42b55fae5ca043c38b87164b" url "https://github.com/vpeschenkov/Predator/releases/download/#{version}/Predator.saver.zip" name "predator-screensaver" desc "Predator-inspired clock screensaver" homepage "https://github.com/vpeschenkov/Predator" livecheck do url :url strategy :github_latest end screen_saver "Predator.saver" zap trash: [ "~/Library/Containers/com.apple.ScreenSaver.Engine.legacyScreenSaver/Data/Library/Preferences/" \ "ByHost/Predator.*", "~/Library/Preferences/ByHost/Predator.*", "~/Library/Screen Savers/Predator.saver", ] end
Cask can be found at https://github.com/Homebrew/homebrew-cask/pull/163556/files
Relevant links:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using
1.0.6
with cask:Cask can be found at https://github.com/Homebrew/homebrew-cask/pull/163556/files
Relevant links:
The text was updated successfully, but these errors were encountered: