transmission 2.61
Closes Homebrew/homebrew#13758. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
23fcbb3153
commit
7f81d58f23
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Transmission < Formula
|
||||
homepage 'http://www.transmissionbt.com/'
|
||||
url 'http://download.transmissionbt.com/files/transmission-2.60.tar.bz2'
|
||||
sha1 '1dfc64ff56f954d37b3cca4aa067f067e0fa9744'
|
||||
url 'http://download.transmissionbt.com/files/transmission-2.61.tar.bz2'
|
||||
sha1 '7df170ecee6e62766859dca6ae0cf4e89c1ea99f'
|
||||
|
||||
depends_on 'pkg-config' => :build # So it will find system libcurl
|
||||
depends_on 'libevent'
|
||||
|
|
Loading…
Reference in a new issue