homebrew-cask/Casks/camerabag.rb

13 lines
415 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'camerabag' do
2015-07-31 03:41:36 +08:00
version '2.7.01'
sha256 'e120208a17692ebcc5ad7c7c3fc27125fe9870530174b2872a2a3b3fdaff6163'
# amazonaws.com is the official download host per the vendor homepage
2014-10-23 22:18:37 +08:00
url "http://downloads.nevercenter.com.s3.amazonaws.com/CameraBag_Mac_#{version.gsub('.','_')}.dmg"
2015-03-25 11:00:29 +08:00
name 'CameraBag'
2015-06-29 14:32:18 +08:00
homepage 'https://nevercenter.com/camerabag/desktop/'
2015-08-12 00:51:48 +08:00
license :commercial
2014-09-16 00:05:21 +08:00
app 'CameraBag 2.app'
2014-02-23 15:02:15 +08:00
end