homebrew-cask/Casks/icons8.rb

15 lines
432 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask '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
2015-06-29 14:32:18 +08:00
url 'https://s.icons8.com/download/Icons8App_for_Mac_OS.dmg'
appcast 'https://icons8.com/icons8_cast',
2014-10-26 19:03:18 +08:00
:sha256 => 'd12d6eaeef140a4ad9e0801fb4ffba7765f2b40de786115d40526a9523809d2e'
name 'Icons8 App'
homepage 'https://icons8.com/'
license :freemium
2014-10-26 19:03:18 +08:00
app 'Icons8 App.app'
end