mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
11 lines
322 B
Ruby
11 lines
322 B
Ruby
cask :v1 => 'screencat' do
|
|
version '2.0.0'
|
|
sha256 'd0587d3c7c926825019d296ad677c4469fa6cdf47ab434f556d74c372e5a18e6'
|
|
|
|
url "https://github.com/maxogden/screencat/releases/download/#{version}/ScreenCat.zip"
|
|
name 'ScreenCat'
|
|
homepage 'http://maxogden.github.io/screencat/'
|
|
license :oss
|
|
|
|
app 'ScreenCat.app'
|
|
end
|