mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
10 lines
294 B
Ruby
10 lines
294 B
Ruby
class PreferenceManager < Cask
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://download.digitalrebellion.com/Pref_Man.dmg'
|
|
appcast 'http://www.digitalrebellion.com/rss/appcasts/pref_man_appcast.xml'
|
|
homepage 'http://www.digitalrebellion.com/prefman'
|
|
|
|
app 'Preference Manager.app'
|
|
end
|