homebrew-cask/Casks/sherlock.rb

15 lines
408 B
Ruby

cask "sherlock" do
version "1.12.0"
sha256 :no_check
# dl.devmate.com/io.inspiredcode.Sherlock/ was verified as official when first introduced to the cask
url "https://dl.devmate.com/io.inspiredcode.Sherlock/Sherlock.dmg"
appcast "http://sparkle.sherlock.inspiredcode.io"
name "Sherlock"
homepage "https://sherlock.inspiredcode.io/"
depends_on macos: ">= :sierra"
app "Sherlock.app"
end