From 759ee79a3aba1cdf6840e5c878b849b0024a9799 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 8 Apr 2021 19:57:55 +0200 Subject: [PATCH] osx: update version in Homebrew recipe --- osx/lldpd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osx/lldpd.rb b/osx/lldpd.rb index 88e6cbab..8fa8a02a 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.8.tar.gz" - sha256 "98d200e76e30f6262c4a4493148c1840827898329146a57a34f8f0f928ca3def" + url "https://media.luffy.cx/files/lldpd/lldpd-1.0.9.tar.gz" + sha256 "6b64eb3125952b1e33472198b054e8aa0dee45f45d3d4be22789090a474949f5" license "ISC" livecheck do -- 2.39.5