homebrew-cask/Casks/sparkleshare.rb

13 lines
473 B
Ruby

cask "sparkleshare" do
version "3.28"
sha256 "d0e561706b65d379ae947f77a2fc443395b69462d1dd968ac334155c73a38381"
# github.com/hbons/SparkleShare/ was verified as official when first introduced to the cask
url "https://github.com/hbons/SparkleShare/releases/download/#{version}/sparkleshare-mac-#{version}.zip"
appcast "https://github.com/hbons/SparkleShare/releases.atom"
name "SparkleShare"
homepage "https://sparkleshare.org/"
app "SparkleShare.app"
end