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.
12 lines
336 B
Ruby
12 lines
336 B
Ruby
cask "dictater" do
|
|
version "1.2"
|
|
sha256 "32ae561c93af4979d23c0c8e22f31665a93f4f654539a0c10f725b35a62c9557"
|
|
|
|
url "https://github.com/Nosrac/Dictater/releases/download/#{version}/Dictater.zip",
|
|
verified: "github.com/Nosrac/Dictater/"
|
|
name "Dictater"
|
|
homepage "https://nosrac.github.io/Dictater/"
|
|
|
|
app "Dictater.app"
|
|
end
|