From ad1e41aaf7c5259aef374d4515bd229d6046cec6 Mon Sep 17 00:00:00 2001 From: Alexey Nayden Date: Wed, 5 Feb 2014 22:07:33 -0800 Subject: lsyncd: fix OS X 10.9.1. Added support for an updated OS X Mavericks 10.9.1. xnu package version remains the same, but xnu_headers hash required this update to work correctly. Closes #26457. Signed-off-by: Mike McQuaid --- Library/Formula/lsyncd.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') diff --git a/Library/Formula/lsyncd.rb b/Library/Formula/lsyncd.rb index be566cd5f..56102fe24 100644 --- a/Library/Formula/lsyncd.rb +++ b/Library/Formula/lsyncd.rb @@ -25,6 +25,7 @@ class Lsyncd < Formula "10.8.4" => ['xnu-2050.24.15.tar.gz', 'a080f28b7385b0cc63f9ba5a07d922d53ea0a4a3'], "10.8.5" => ['xnu-2050.48.11.tar.gz', '1f6860148f8231a53a6b393aa1af589cdedfc70c'], "10.9" => ['xnu-2422.1.72.tar.gz', 'c7bdc40396df3c51ece934c0e3b4a19b063ea34c'], + "10.9.1" => ['xnu-2422.1.72.tar.gz', 'c7bdc40396df3c51ece934c0e3b4a19b063ea34c'], } if xnu_headers.key? osx_version -- cgit v1.2.3