mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
From the about me: 'LiteIcon is distributed 'as-is' and without warranty. I'm not in any way responsible for software or hardware damage that may result from its use. LiteIcon is free. You can use it and redistribute it freely.'
12 lines
433 B
Ruby
12 lines
433 B
Ruby
cask :v1 => 'liteicon' do
|
|
version '3.5.5'
|
|
sha256 'b1e0e984b24993fe5c1138cd9779b9d60cb88f29cc9406940e0f3ee71025e152'
|
|
|
|
url "http://www.freemacsoft.net/downloads/LiteIcon_#{version}.zip"
|
|
appcast 'http://www.freemacsoft.net/liteicon/updates.xml',
|
|
:sha256 => '3815e06647bbecb0adab6364a2c2808460d1330226744fa01474366ca63eadb1'
|
|
homepage 'http://www.freemacsoft.net/liteicon/'
|
|
license :gratis
|
|
|
|
app 'LiteIcon.app'
|
|
end
|