]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
osx: update homebrew recipe
authorVincent Bernat <vincent@bernat.ch>
Thu, 18 May 2023 14:32:43 +0000 (16:32 +0200)
committerVincent Bernat <vincent@bernat.ch>
Thu, 18 May 2023 14:35:41 +0000 (16:35 +0200)
osx/lldpd.rb

index 9799594ddbe56624acf6550df123c72a556f0982..fba3babf6b2a011b7931fc5b4fd433f7df385081 100644 (file)
@@ -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