mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
11 lines
340 B
Ruby
11 lines
340 B
Ruby
class Capsee < Cask
|
|
version '1.2'
|
|
sha256 'e78cdfe435cca259e0111a2b2131ad3be7d5ba6160cf69c8e7cbcc033eac2fc4'
|
|
|
|
url "http://www.threemagination.com/CapSee#{version.gsub('.','')}.zip"
|
|
homepage 'http://www.threemagination.com/capsee/'
|
|
license :unknown
|
|
|
|
container :nested => "CapSee#{version.gsub('.','')}.dmg"
|
|
app 'CapSee.app'
|
|
end
|