From d339ab60ef2aa97c89a2d6be0c8060677a94fc82 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 18 May 2023 16:32:43 +0200 Subject: [PATCH] osx: update homebrew recipe --- osx/lldpd.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.5