aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-09 19:13:11 -0800
committerAdam Vandenberg2012-02-09 19:13:33 -0800
commit7d05b9de24ce1c1dc99ea2b84beb03aa793d5554 (patch)
tree82c86e194d3e20db844b5b32e5abe327b9399a81 /Library
parentb29edc45a8e267ac6dc5d8085ac16dbaadeea0d4 (diff)
downloadhomebrew-7d05b9de24ce1c1dc99ea2b84beb03aa793d5554.tar.bz2
yaf 2.1.2
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/yaf.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/yaf.rb b/Library/Formula/yaf.rb
index 868d905f7..aa5d63603 100644
--- a/Library/Formula/yaf.rb
+++ b/Library/Formula/yaf.rb
@@ -1,9 +1,9 @@
require 'formula'
class Yaf < Formula
- url 'http://tools.netsa.cert.org/releases/yaf-1.3.1.tar.gz'
homepage 'http://tools.netsa.cert.org/yaf/'
- md5 'cf7602056d8eaa157f5a53f77d193761'
+ url 'http://tools.netsa.cert.org/releases/yaf-2.1.2.tar.gz'
+ md5 '77ab8927db0cb28965d70dbceb65a1f4'
depends_on 'pkg-config' => :build
depends_on 'glib'