mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
URL was retrieved by asking via their support channel, so it should remain good for awhile also update appcast based on new url found in latest download
10 lines
237 B
Ruby
10 lines
237 B
Ruby
class Slack < Cask
|
|
version 'latest'
|
|
sha256 :no_check
|
|
|
|
url 'http://slack.com/ssb/download-osx'
|
|
appcast 'https://rink.hockeyapp.net/api/2/apps/38e415752d573e7e78e06be8daf5acc1'
|
|
homepage 'http://slack.com'
|
|
|
|
link 'Slack.app'
|
|
end
|