homebrew-cask/Casks/boxer.rb

16 lines
486 B
Ruby

cask "boxer" do
version "1.4.0"
sha256 "a75f9149612f90fa78f1016a6edef34ed600334f7170d624b083a310ae4c904e"
# github.com/alunbestor/Boxer/ was verified as official when first introduced to the cask
url "https://github.com/alunbestor/Boxer/releases/download/v#{version}/boxer-#{version}.zip"
appcast "https://github.com/alunbestor/Boxer/releases.atom"
name "Boxer"
homepage "http://boxerapp.com/"
auto_updates true
depends_on macos: "<= :mojave"
app "Boxer.app"
end