transmission 2.73 (correct hash)

Upstream didn't just rename 2.72.

Closes Homebrew/homebrew#15702.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Oleg Oshmyan 2012-10-27 22:13:21 +01:00 committed by Adam Vandenberg
parent cf0033d2e3
commit c3749b1c8a

View file

@ -3,7 +3,7 @@ require 'formula'
class Transmission < Formula
homepage 'http://www.transmissionbt.com/'
url 'http://download.transmissionbt.com/files/transmission-2.73.tar.bz2'
sha1 'a23f773c52c5af68f7494da1552c681be50138d9'
sha1 '49f886ecb391c8901cd40f42b2f4a0df1ea4dcab'
depends_on 'pkg-config' => :build # So it will find system libcurl
depends_on 'libevent'