homebrew-cask/Casks/captur.rb

14 lines
421 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'captur' do
2016-12-14 13:27:58 +08:00
version '3.2'
sha256 '63c1881ba5ee8675f3f60135de0106dbe3948e3d8bb997c8d8f9557dd6c07834'
2015-09-08 09:45:28 +08:00
2016-02-12 06:04:27 +08:00
# dropboxusercontent.com/u/27027504 was verified as official when first introduced to the cask
2016-12-14 13:27:58 +08:00
url "https://dl.dropboxusercontent.com/u/27027504/captur-#{version}.zip"
2015-09-08 09:45:28 +08:00
name 'Captur'
2016-11-23 09:05:11 +08:00
homepage 'https://cambhlumbulunk.blogspot.com/p/captur.html'
2015-09-08 09:45:28 +08:00
2016-12-14 13:27:58 +08:00
depends_on macos: '>= :yosemite'
app 'Captur.app'
2015-09-08 09:45:28 +08:00
end