diff options
| author | Jack Nagel | 2014-10-31 17:27:38 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-10-31 17:27:38 -0500 | 
| commit | 0d2fca661b35cb42d05139c30c197ae4bb8d4bee (patch) | |
| tree | 5abce3d2f49caa30ae009c60031409c2bbfb32dc | |
| parent | 4dbeb6ac0e39ff9dd42b12ed1d0601e923895939 (diff) | |
| download | homebrew-0d2fca661b35cb42d05139c30c197ae4bb8d4bee.tar.bz2 | |
lsyncd: update 10.10 xnu headers
| -rw-r--r-- | Library/Formula/lsyncd.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/lsyncd.rb b/Library/Formula/lsyncd.rb index 1017c2d54..0f9a32fe3 100644 --- a/Library/Formula/lsyncd.rb +++ b/Library/Formula/lsyncd.rb @@ -30,7 +30,7 @@ class Lsyncd < Formula      "10.9.3" => ["xnu-2422.100.13.tar.gz", "3c02b0b43947d4af3363ada0c77310d4c1e501b5"],      "10.9.4" => ["xnu-2422.110.17.tar.gz", "64eff89852eaa10b298ee58c0a1c92da8283f459"],      "10.9.5" => ["xnu-2422.115.4.tar.gz", "48207e250422be7e78d238cd8b4d741ac98856df"], -    "10.10"  => ["xnu-2422.115.4.tar.gz", "48207e250422be7e78d238cd8b4d741ac98856df"], +    "10.10"  => ["xnu-2782.1.97.tar.gz", "c99cf8ec04c29d40b771652241dd325e4977d92b"],    }    # TODO wrap MACOS_FULL_VERSION in a MacOS module method | 
