mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
8 lines
260 B
Ruby
8 lines
260 B
Ruby
class Appdelete < Cask
|
|
url 'http://www.reggieashworth.com/downloads/AppDelete.dmg'
|
|
appcast 'http://www.reggieashworth.com/AD4Appcast.xml'
|
|
homepage 'http://www.reggieashworth.com/appdelete'
|
|
version 'latest'
|
|
sha256 :no_check
|
|
link 'AppDelete.app'
|
|
end
|