mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
268 B
Ruby
7 lines
268 B
Ruby
class Macdrops < Cask
|
|
url 'http://interfacelift.com/apps/macdrops/v1/Macdrops_v1.1.dmg'
|
|
homepage 'http://interfacelift.com/apps/macdrops/v1'
|
|
version '1.1'
|
|
sha256 'c91f10418d8dd88f395603f9b824fc1ef319ec91affe2326cff5bce7f2bd63bb'
|
|
link 'Macdrops v1.1.app'
|
|
end
|