mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
11 lines
389 B
Ruby
11 lines
389 B
Ruby
cask :v1 => 'mapture' do
|
|
version '0.0.16'
|
|
sha256 '54301ca09e3f781dd979fc41978ee2dc547c56bc5776d4b25876bad1ab37b85d'
|
|
|
|
url "http://anatoo.jp/mapture/Mapture-#{version}.app.zip"
|
|
name 'Mapture'
|
|
homepage 'http://anatoo.jp/mapture/'
|
|
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
|
|
|
|
app "Mapture-#{version}.app"
|
|
end
|