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

21 lines
774 B
Ruby

cask "refined-github-safari" do
version "2.1.4"
sha256 "a3aaaa41de2b767422440ecab86d16e0c2ba54ea196cecec92ce3fa0148a13f2"
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