Skip to content

Commit

Permalink
transmission-cli: rename from transmission
Browse files Browse the repository at this point in the history
This makes the binaries shipping with this formula to be linked,
even when the Cask 'transmission' is also installed. The latter
doesn't provide any command-line tool, so there is no conflict.

Ref: https://github.com/Homebrew/homebrew-cask/tree/1411942200c63ef2a4eb04ad6d1ef2db80fc46ca/Casks/transmission.rb

Closes Homebrew#43024.

Signed-off-by: Viktor Szakats <[email protected]>
  • Loading branch information
vszakats committed Aug 12, 2019
1 parent f407ea0 commit 2039f14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/transmission.rb → Formula/transmission-cli.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Transmission < Formula
class TransmissionCli < Formula
desc "Lightweight BitTorrent client"
homepage "https://www.transmissionbt.com/"
url "https://github.com/transmission/transmission-releases/raw/dc77bea/transmission-2.94.tar.xz"
Expand Down
1 change: 1 addition & 0 deletions formula_renames.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@
"todolist": "ultralist",
"tomcat7": "tomcat@7",
"transfig": "fig2dev",
"transmission": "transmission-cli",
"unison240": "[email protected]",
"v8-315": "[email protected]",
"varnish4": "varnish@4",
Expand Down

0 comments on commit 2039f14

Please sign in to comment.