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.
16 lines
351 B
Ruby
16 lines
351 B
Ruby
cask "senuti" do
|
|
version "1.3.5"
|
|
sha256 "cc7fc7910456affb479c99aa89d3c89122142354200990a27aecdde4dc90bdb7"
|
|
|
|
url "https://fadingred.com/senuti_#{version}.zip"
|
|
name "Senuti"
|
|
desc "Transfers songs, playlists, or videos from an iPod to a computer"
|
|
homepage "https://fadingred.com/"
|
|
|
|
app "Senuti.app"
|
|
|
|
caveats do
|
|
discontinued
|
|
end
|
|
end
|