mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
13 lines
360 B
Ruby
13 lines
360 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"
|
|
desc "Small and fast synth"
|
|
homepage "https://github.com/notahat/simplesynth"
|
|
|
|
app "SimpleSynth.app"
|
|
end
|