homebrew-cask/Casks/symboliclinker.rb

13 lines
489 B
Ruby

cask "symboliclinker" do
version "2.2"
sha256 "80257a720531d448c6034e74a494e68e82f293af14ef56edbb7379f658542e84"
url "https://github.com/nickzman/symboliclinker/releases/download/v#{version}/SymbolicLinker#{version}.dmg"
appcast "https://github.com/nickzman/symboliclinker/releases.atom"
name "SymbolicLinker"
desc "Service that allows users to make symbolic links in the Finder"
homepage "https://github.com/nickzman/symboliclinker"
service "SymbolicLinker.service"
end