homebrew-cask/Casks/icons8.rb

15 lines
483 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
2016-03-02 04:29:04 +08:00
version '5.2'
sha256 '05f9a271624e3e1321067ee549110329431c609c07ddde00b568955e0318dd8c'
2014-10-26 19:03:18 +08:00
2016-03-02 04:29:04 +08:00
url 'https://icons8.com/icons8_mac_app'
2016-01-08 05:58:22 +08:00
appcast 'https://maxcdn.icons8.com/download/icons8_cast.xml',
2016-03-10 08:12:56 +08:00
checkpoint: '4d3004a0d1bc16a335c233135126f87290df26e97a1cbc4982ead25a31ec7132'
name 'Icons8 App'
homepage 'https://icons8.com/'
license :freemium
2014-10-26 19:03:18 +08:00
2016-03-02 04:29:04 +08:00
app 'Icons8.app'
2014-10-26 19:03:18 +08:00
end