homebrew-cask/Casks/screencat.rb

14 lines
548 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',
2016-03-10 08:41:43 +08:00
checkpoint: 'ab6d5b16172351803d8ad9bd1d3200abade4df0c9abc60341d5a07f0d5ec3488'
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
app 'ScreenCat.app'
end