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
371 B
Ruby
13 lines
371 B
Ruby
cask "auryo" do
|
|
version "2.5.4"
|
|
sha256 "481884ddfad1c617e7cbe148d6d0cb9bcd0570d5f78bde8b1aeba36a2921057c"
|
|
|
|
url "https://github.com/Superjo149/auryo/releases/download/v#{version}/Auryo-#{version}.dmg",
|
|
verified: "github.com/Superjo149/auryo/"
|
|
name "Auryo"
|
|
desc "Unofficial desktop app for Soundcloud"
|
|
homepage "https://auryo.com/"
|
|
|
|
app "Auryo.app"
|
|
end
|