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.
14 lines
393 B
Ruby
14 lines
393 B
Ruby
cask "electorrent" do
|
|
version "2.8.3"
|
|
sha256 "0069ff6fbed2870d33d6665f1f28d54b0b67036626368b94a0b7d3bdf82ccd8a"
|
|
|
|
url "https://github.com/tympanix/Electorrent/releases/download/v#{version}/electorrent-#{version}.dmg"
|
|
name "Electorrent"
|
|
desc "Desktop remote torrenting application"
|
|
homepage "https://github.com/tympanix/Electorrent"
|
|
|
|
auto_updates true
|
|
|
|
app "Electorrent.app"
|
|
end
|