mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
323 B
Ruby
10 lines
323 B
Ruby
cask :v1 => 'mapture' do
|
|
version '0.0.16'
|
|
sha256 '54301ca09e3f781dd979fc41978ee2dc547c56bc5776d4b25876bad1ab37b85d'
|
|
|
|
url "http://anatoo.jp/mapture/Mapture-#{version}.app.zip"
|
|
homepage 'http://anatoo.jp/mapture/'
|
|
license :unknown # todo: improve this machine-generated value
|
|
|
|
app "Mapture-#{version}.app"
|
|
end
|