homebrew-cask/Casks/screencat.rb

15 lines
563 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'screencat' do
2015-04-01 22:57:23 +08:00
version '2.0.0'
sha256 'd0587d3c7c926825019d296ad677c4469fa6cdf47ab434f556d74c372e5a18e6'
2015-04-01 22:57:23 +08:00
2016-02-11 06:24:25 +08:00
# github.com/maxogden/screencat was verified as official when first introduced to the cask
2015-04-01 22:57:23 +08:00
url "https://github.com/maxogden/screencat/releases/download/#{version}/ScreenCat.zip"
2016-02-11 08:36:04 +08:00
appcast 'https://github.com/maxogden/screencat/releases.atom',
checkpoint: 'cad4deaaf999a2f37aafd2f361108821d3da0074646a81b62694ada3eca0135c'
2015-04-01 22:57:23 +08:00
name 'ScreenCat'
2015-06-29 14:32:18 +08:00
homepage 'https://maxogden.github.io/screencat/'
2015-04-01 22:57:23 +08:00
license :oss
app 'ScreenCat.app'
end