homebrew-cask/Casks/icons8.rb

14 lines
416 B
Ruby
Raw Normal View History

2014-11-14 01:26:03 +08:00
cask :v1 => 'icons8' do
2014-11-25 22:00:04 +08:00
# note: "8" is not a version number, but an intrinsic part of the product name
2014-10-26 19:03:18 +08:00
version :latest
sha256 :no_check
url 'http://cdnd.icons8.com/download/Icons8App_for_Mac_OS.dmg'
homepage 'http://icons8.com'
appcast 'http://icons8.com/icons8_cast',
:sha256 => 'd12d6eaeef140a4ad9e0801fb4ffba7765f2b40de786115d40526a9523809d2e'
license :closed
app 'Icons8 App.app'
end