homebrew-cask/Casks/captur.rb

14 lines
421 B
Ruby

cask 'captur' do
version '3.2'
sha256 '63c1881ba5ee8675f3f60135de0106dbe3948e3d8bb997c8d8f9557dd6c07834'
# dropboxusercontent.com/u/27027504 was verified as official when first introduced to the cask
url "https://dl.dropboxusercontent.com/u/27027504/captur-#{version}.zip"
name 'Captur'
homepage 'https://cambhlumbulunk.blogspot.com/p/captur.html'
depends_on macos: '>= :yosemite'
app 'Captur.app'
end