homebrew-cask/Casks/xmarks-safari.rb

17 lines
501 B
Ruby
Raw Normal View History

2014-11-14 01:27:24 +08:00
cask :v1 => 'xmarks-safari' do
2015-03-24 09:46:51 +08:00
version '2.0.19'
sha256 '2768d0c8952b736d8f79e2df30cfaf86420be4e466c6ed47b315c7e2437d3b17'
url "https://static.xmarks.com/clients/safari/xmarks_for_safari_#{version}.dmg"
2015-04-02 13:41:53 +08:00
name 'Xmarks'
2015-06-29 14:32:18 +08:00
homepage 'https://www.xmarks.com/'
2015-03-24 09:46:51 +08:00
license :gratis
2014-09-10 23:37:08 +08:00
pkg 'Xmarks for Safari Installer.pkg'
2014-06-05 02:45:59 +08:00
uninstall :pkgutil => [
'com.xmarks.XmarksForSafari.pkg',
'com.xmarks.XmarksPreferencePane.pkg',
]
2014-01-02 12:40:36 +08:00
end