From: Vincent Bernat Date: Thu, 18 May 2023 14:32:43 +0000 (+0200) Subject: osx: update homebrew recipe X-Git-Tag: 1.0.18~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d339ab60ef2aa97c89a2d6be0c8060677a94fc82;p=thirdparty%2Flldpd.git osx: update homebrew recipe --- diff --git a/osx/lldpd.rb b/osx/lldpd.rb index 9799594d..fba3babf 100644 --- a/osx/lldpd.rb +++ b/osx/lldpd.rb @@ -1,8 +1,8 @@ class Lldpd < Formula desc "Implementation of IEEE 802.1ab (LLDP)" homepage "https://lldpd.github.io/" - url "https://media.luffy.cx/files/lldpd/lldpd-1.0.16.tar.gz" - sha256 "e3b391650c7ba67cea2fe84d67fdb4d7fc8aa1ec5cf86eb8bb984711df8465a9" + url "https://media.luffy.cx/files/lldpd/lldpd-1.0.17.tar.gz" + sha256 "9343177f145d2bca66ef03d59528079d3f1663c624b1e2b9d08268efdc6127ce" license "ISC" livecheck do @@ -80,6 +80,7 @@ class Lldpd < Formula end end + plist_options startup: true service do run build.with?("snmp") ? [opt_sbin/"lldpd", "-x"] : opt_sbin/"lldpd" keep_alive true