mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
9 lines
262 B
Ruby
9 lines
262 B
Ruby
class Liteicon < Cask
|
|
version '3.2.1'
|
|
sha256 '94642d3d6ea84276bc9418daa865e35b306eb7ec0118d3934e9ba51bbb8ae96d'
|
|
|
|
url "http://www.freemacsoft.net/downloads/LiteIcon_#{version}.zip"
|
|
homepage 'http://www.freemacsoft.net/liteicon/'
|
|
|
|
app 'LiteIcon.app'
|
|
end
|