lsyncd 2.2.0
Closes #8488. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
a60832acba
commit
8b52993e83
1 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
class Lsyncd < Formula
|
||||
desc "Synchronize local directories with remote targets"
|
||||
homepage "https://github.com/axkibe/lsyncd"
|
||||
url "https://github.com/axkibe/lsyncd/archive/release-2.1.6.tar.gz"
|
||||
sha256 "02c241ee71b6abb23a796ac994a414e1229f530c249b838ae72d2ef74ae0f775"
|
||||
url "https://github.com/axkibe/lsyncd/archive/release-2.2.0.tar.gz"
|
||||
sha256 "fb4b49c314846c251b624f9ee3129483c4b3d4d53c5263bb36086feb17f2e800"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -47,7 +47,9 @@ class Lsyncd < Formula
|
|||
"10.11.4" => ["xnu-3248.40.184.tar.gz", "a9e1b03ae9cde203f83602260ea1994822cb4e38c81b99e74797a124f6cd10ab"],
|
||||
"10.11.5" => ["xnu-3248.50.21.tar.gz", "e1daa3666c7cdf35d7d320a0b0dae8b7d03ea35c7383ea681371e0543fb5d4b5"],
|
||||
"10.11.6" => ["xnu-3248.60.10.tar.gz", "295b69cee59f2a7419eab3d95744595fa8cd614716fb6ddc958b61dc088e1f7a"],
|
||||
"10.12" => ["xnu-3248.60.10.tar.gz", "295b69cee59f2a7419eab3d95744595fa8cd614716fb6ddc958b61dc088e1f7a"],
|
||||
"10.12" => ["xnu-3789.1.32.tar.gz", "5bff9606bf32d9ae11d964d8eb280ed9543e4e4fef1cc394d272d7b6ce3f1e55"],
|
||||
"10.12.1" => ["xnu-3789.21.4.tar.gz", "0e866d90f1b966ccb466ea0c7d4dd8f1e32d40132bbac5c21a857fb6c2522119"],
|
||||
"10.12.2" => ["xnu-3789.21.4.tar.gz", "0e866d90f1b966ccb466ea0c7d4dd8f1e32d40132bbac5c21a857fb6c2522119"],
|
||||
}
|
||||
|
||||
if xnu_headers.key? MacOS.full_version
|
||||
|
|
Loading…
Reference in a new issue