aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorStefan2012-11-13 07:37:03 +0100
committerCharlie Sharpsteen2012-11-13 09:53:53 -0800
commit427711cc80cb5e8dcc178f40bc6fede0fe166f32 (patch)
tree6d15dfea06d5bdc2eb1a87877895ff7675555ce9 /Library
parente2ed2bd7c8bf4ba525c4fabc42412ae0efc80366 (diff)
downloadhomebrew-427711cc80cb5e8dcc178f40bc6fede0fe166f32.tar.bz2
fastx_toolkit: Update to 0.0.13.2
Closes #16013. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/fastx_toolkit.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/fastx_toolkit.rb b/Library/Formula/fastx_toolkit.rb
index e5f1efc43..418e36cf5 100644
--- a/Library/Formula/fastx_toolkit.rb
+++ b/Library/Formula/fastx_toolkit.rb
@@ -2,8 +2,8 @@ require 'formula'
class FastxToolkit < Formula
homepage 'http://hannonlab.cshl.edu/fastx_toolkit/'
- url 'http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit-0.0.13.tar.bz2'
- sha1 'ae3ae793f0f3e2caa04b44133ab91ce876092fb9'
+ url 'http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit-0.0.13.2.tar.bz2'
+ sha1 '51fd9ddc1fc1ffea29d7cabc02e46dd8a1b860ec'
depends_on 'pkg-config' => :build
depends_on 'libgtextutils'