homebrew-cask/Casks/multidoge.rb

14 lines
456 B
Ruby
Raw Normal View History

2014-11-14 01:26:26 +08:00
cask :v1 => 'multidoge' do
2015-10-27 04:32:45 +08:00
version '0.1.6'
sha256 'ca6ff07ecb1ecaad3040969270b963edae22875fa92e8695bf4ebcc068061441'
# github.com is the official download host per the vendor homepage
2014-09-26 20:09:03 +08:00
url "https://github.com/langerhans/multidoge/releases/download/v#{version}/multidoge-#{version}.dmg"
2015-03-15 19:53:51 +08:00
appcast 'https://github.com/langerhans/multidoge/releases.atom'
2015-01-12 01:54:57 +08:00
name 'MultiDoge'
homepage 'http://multidoge.org/'
license :mit
2014-09-16 00:05:59 +08:00
app 'MultiDoge.app'
2014-03-23 10:12:52 +08:00
end