diff options
| author | Brett Koonce | 2013-08-13 23:50:30 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-14 19:48:39 -0700 |
| commit | 23a664f58aedb56362e5b0826d3b778af3bedcb1 (patch) | |
| tree | b9f651ce8262fe8b88162380c0ab8070668b0019 /Library | |
| parent | 81505d609cd2a505dce661be069bbc75ccfb3f74 (diff) | |
| download | homebrew-23a664f58aedb56362e5b0826d3b778af3bedcb1.tar.bz2 | |
transmission 2.82
Closes #21883.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/transmission.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/transmission.rb b/Library/Formula/transmission.rb index bf2859c38..53023388a 100644 --- a/Library/Formula/transmission.rb +++ b/Library/Formula/transmission.rb @@ -2,8 +2,8 @@ require 'formula' class Transmission < Formula homepage 'http://www.transmissionbt.com/' - url 'http://download.transmissionbt.com/files/transmission-2.81.tar.xz' - sha1 '2ca458982054b4ad21bdbdb8cf085c96e5118e34' + url 'http://download.transmissionbt.com/files/transmission-2.82.tar.xz' + sha1 '1081542e2692147e45dde7c310b793abc4f33f2d' option 'with-nls', 'Build with native language support' |
