From: Vincent Bernat Date: Tue, 4 Dec 2018 07:20:06 +0000 (+0100) Subject: osx: update version in HomeBrew formula X-Git-Tag: 1.0.3~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1baf9c0438de096a3775541b446e3aea1b01261b;p=thirdparty%2Flldpd.git osx: update version in HomeBrew formula --- diff --git a/osx/lldpd.rb b/osx/lldpd.rb index 42e81833..be4bf7e9 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://vincentbernat.github.io/lldpd/" - url "https://media.luffy.cx/files/lldpd/lldpd-1.0.1.tar.gz" - sha256 "450b622aac7ae1758f1ef82f3b7b94ec47f2ff33abfb0e6ac82555b9ee55f151" + url "https://media.luffy.cx/files/lldpd/lldpd-1.0.2.tar.gz" + sha256 "b0382a2aa5c7a0a4feea0b999f68dd0ebdf673435022cf97f174bcab8a0dae2a" option "with-snmp", "Build SNMP subagent support"