homebrew-cask/Casks/sourcedrop.rb

15 lines
535 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'sourcedrop' do
2015-07-21 20:42:39 +08:00
version '1.6.1'
sha256 'b756b182e6cf5bb4253f66ae21acb7de3c1ee2fcc7ffd5e6429a5fbc155de591'
2015-01-14 04:01:38 +08:00
# github.com is the official download host per the vendor homepage
2015-07-21 20:42:39 +08:00
url "https://github.com/hohl/sourcedrop-osx/releases/download/r#{version}/SourceDrop.app.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/hohl/sourcedrop-osx/releases.atom',
checkpoint: '0e1e7ede6837460052fb22ad64fcaed3511b1668c27ba74b536fe32ccc49cf29'
2015-01-14 04:01:38 +08:00
name 'SourceDrop'
homepage 'http://sourcedrop.net/'
license :bsd
2015-01-14 04:01:38 +08:00
app 'SourceDrop.app'
2015-01-14 04:01:38 +08:00
end