mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
19 lines
430 B
Ruby
19 lines
430 B
Ruby
cask "pref-setter" do
|
|
version "2.0"
|
|
sha256 :no_check
|
|
|
|
url "http://www.nightproductions.net/downloads/prefsetter.zip"
|
|
name "Pref Setter"
|
|
desc "Edit plist files"
|
|
homepage "http://www.nightproductions.net/prefsetter.html"
|
|
|
|
livecheck do
|
|
url "http://www.nightproductions.net/feeds/prefsetter.xml"
|
|
strategy :sparkle, &:short_version
|
|
end
|
|
|
|
depends_on macos: "<= :mojave"
|
|
|
|
app "Pref Setter/Pref Setter.app"
|
|
end
|