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-02-04 14:48:28 +08:00
version '0.1.4'
sha256 '12ca734040c6dc887c7b17dbaf92c3320086522d6dbd1bb63ca9fb0c6d6c46de'
# 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