homebrew-cask/Casks/refined-github-safari.rb

21 lines
834 B
Ruby

cask 'refined-github-safari' do
version '2.1.2'
sha256 'f3e67532f0d80b88e5161d2af3ed2f1450589234e52eb57eb01e871a2cc031eb'
url "https://github.com/lautis/refined-github-safari/releases/download/v#{version}/Refined-GitHub-for-Safari.zip"
appcast 'https://github.com/lautis/refined-github-safari/releases.atom'
name 'Refined GitHub for Safari'
homepage 'https://github.com/lautis/refined-github-safari'
depends_on macos: '>= :mojave'
app 'Refined GitHub for Safari.app'
zap delete: [
'~/Library/Application Scripts/fi.lautanala.refined-github',
'~/Library/Application Scripts/fi.lautanala.refined-github-extension',
'~/Library/Containers/fi.lautanala.refined-github',
'~/Library/Containers/fi.lautanala.refined-github-extenstion',
]
end