homebrew-cask/Casks/dogecoin.rb

15 lines
534 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'dogecoin' do
2015-06-21 20:00:22 +08:00
version '1.8.2'
sha256 'bdbdfabf5442a179b41936731d85ece9a2970cea80b106f5267911a0de4ddac2'
2015-01-18 02:19:30 +08:00
# github.com is the official download host per the vendor homepage
2014-09-26 20:08:52 +08:00
url "https://github.com/dogecoin/dogecoin/releases/download/v#{version}/dogecoin-#{version}-mac.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/dogecoin/dogecoin/releases.atom',
:sha256 => '923082b8afd4c19e09046f62bb26a4e8c7cf27241eebdb8016ab3762a7e0468a'
2015-03-28 01:13:45 +08:00
name 'Dogecoin'
homepage 'http://dogecoin.com/'
license :mit
2014-09-16 00:05:29 +08:00
app 'Dogecoin-Qt.app'
end