You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
252 B
10 lines
252 B
class AdiumBeta < Cask
|
|
version '1.5.10b3'
|
|
sha256 'c058d859cdf4df2703b47ad9be47f31dc8187306e2f7ebab3cdd5516e90123dd'
|
|
|
|
url "https://adiumx.cachefly.net/Adium_#{version}.dmg"
|
|
homepage 'https://beta.adium.im/'
|
|
license :oss
|
|
|
|
app 'Adium.app'
|
|
end
|
|
|