homebrew-cask/Casks/simplesynth.rb

18 lines
447 B
Ruby

cask "simplesynth" do
version "1.1"
sha256 "5d70295d5a72075a26b158f5a92b1488170e8ff569f0a52c4e5e5bcfe7ffcdb2"
url "https://notahat.s3.amazonaws.com/SimpleSynth-#{version}.zip",
verified: "notahat.s3.amazonaws.com/"
name "SimpleSynth"
homepage "https://notahat.com/simplesynth/"
livecheck do
url :homepage
strategy :page_match
regex(%r{href=.*?/SimpleSynth-(\d+(?:\.\d+)*)\.zip}i)
end
app "SimpleSynth.app"
end