homebrew-cask/Casks/pester.rb

18 lines
433 B
Ruby

cask "pester" do
version "1.1b24,71"
sha256 "1a05282c1de4cde91048bac86a17e39bdf18990be98d43758ce248f67a124e46"
url "https://sabi.net/nriley/software/Pester-#{version.csv.first}.dmg"
name "Pester"
homepage "https://sabi.net/nriley/software/index.html#pester"
livecheck do
url "https://sabi.net/nriley/software/Pester/updates.xml"
strategy :sparkle
end
depends_on macos: ">= :sierra"
app "Pester.app"
end