Files
homebrew-cask/Casks/s/simplesynth.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

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