From 36314efd7979c8046a7503da61bc5f5355ecd1d6 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 25 Mar 2021 20:07:21 +0100 Subject: [PATCH] osx: update URL for HomeBrew recipe --- osx/lldpd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osx/lldpd.rb b/osx/lldpd.rb index 23855071..4cb6ae24 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.6.tar.gz" - sha256 "25e15bc3407c1cbf2d0b2f21993561a57b7e2fdc5cebfcf6df4ce5ce376aaeec" + url "https://media.luffy.cx/files/lldpd/lldpd-1.0.8.tar.gz" + sha256 "98d200e76e30f6262c4a4493148c1840827898329146a57a34f8f0f928ca3def" livecheck do url "https://github.com/lldpd/lldpd.git" -- 2.39.5