File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11class Netatalk < Formula
22 desc "File server for Macs, compliant with Apple Filing Protocol (AFP)"
33 homepage "https://netatalk.io"
4- url "https://github.com/Netatalk/netatalk/releases/download/netatalk-4-2-3 /netatalk-4.2.3 .tar.xz"
5- sha256 "10a3c3a4c11acec657df9c33c69a6269e319dba759c5e1dfa41ee5a3f1b80c43 "
4+ url "https://github.com/Netatalk/netatalk/releases/download/netatalk-4-2-4 /netatalk-4.2.4 .tar.xz"
5+ sha256 "4f07bbe118a951dd740d3f51a87b5cafba2496bd0b22e704438f421aa6670f99 "
66 license all_of : [
77 "GPL-2.0-only" ,
88 "GPL-2.0-or-later" ,
@@ -66,6 +66,7 @@ def install
6666 "-Dwith-cups-libdir-path=#{ libexec } " ,
6767 "-Dwith-cups-pap-backend=#{ OS . linux? } " ,
6868 "-Dwith-docs=man,readmes,html_manual" ,
69+ "-Dwith-homebrew=true" ,
6970 "-Dwith-init-dir=#{ prefix } " ,
7071 "-Dwith-init-hooks=false" ,
7172 "-Dwith-install-hooks=false" ,
You can’t perform that action at this time.
0 commit comments