mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 14:26:46 -06:00
8 lines
285 B
Ruby
8 lines
285 B
Ruby
class Expandrive < Cask
|
|
url 'http://updates.expandrive.com/apps/expandrive/download_latest'
|
|
appcast 'http://updates.expandrive.com/appcast/expandrive.xml?version=3'
|
|
homepage 'http://www.expandrive.com/expandrive'
|
|
version 'latest'
|
|
sha256 :no_check
|
|
link 'ExpanDrive.app'
|
|
end
|