mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
281 B
Ruby
10 lines
281 B
Ruby
class Simplecap < Cask
|
|
version '1.2.1'
|
|
sha256 'e15f7ac1c9c07821aee2c6e091185f57e49d99f42f992cf3c27bfd059daa3d7f'
|
|
|
|
url "http://xcatsan.com/simplecap/download/SimpleCap-#{version}.zip"
|
|
homepage 'http://xcatsan.com/simplecap-en/'
|
|
license :unknown
|
|
|
|
app 'SimpleCap.app'
|
|
end
|