mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
17 lines
449 B
Ruby
17 lines
449 B
Ruby
cask "sunvox" do
|
|
version "2.1.1c"
|
|
sha256 "2df050fdfd97ef96dca8ba77f5cdad75a4a50e6f84ef7194bc1ebc5c5aa289cc"
|
|
|
|
url "https://www.warmplace.ru/soft/sunvox/sunvox-#{version}.zip"
|
|
name "SunVox"
|
|
desc "Modular synthesizer"
|
|
homepage "https://www.warmplace.ru/soft/sunvox/"
|
|
|
|
livecheck do
|
|
url "https://www.warmplace.ru/soft/sunvox/changelog.txt"
|
|
regex(/^v(\d+(?:\.\d+)*[a-z]?)\s*\(\d+/i)
|
|
end
|
|
|
|
app "sunvox/sunvox/macos/SunVox.app"
|
|
end
|