mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
265 B
Ruby
7 lines
265 B
Ruby
class Limechat < Cask
|
|
url 'https://downloads.sourceforge.net/project/limechat/limechat/LimeChat_2.39.tbz'
|
|
homepage 'http://limechat.net/mac/'
|
|
version '2.39'
|
|
sha256 'a0b46e8238a003922adbec1cd3488fe49cb8de5f610424da08006799e170a633'
|
|
link 'LimeChat.app'
|
|
end
|