homebrew-cask/Casks/sourcedrop.rb

14 lines
458 B
Ruby
Raw Normal View History

2015-01-14 04:01:38 +08:00
cask :v1 => 'sourcedrop' do
version '1.5'
sha256 '86437846de0cb1690ab583ee1a01ce4a01b438292b84b43e7f5709eb9fa3c144'
# github.com is the official download host per the vendor homepage
2015-01-14 04:01:38 +08:00
url "https://github.com/hohl/sourcedrop-osx/releases/download/r#{version}/SourceDrop-r#{version}.zip"
2015-03-15 19:55:07 +08:00
appcast 'https://github.com/hohl/sourcedrop-osx/releases.atom'
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