From d2363fbcbf1e17d643358168960bef254ee36640 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 28 Aug 2023 00:46:44 -0400 Subject: [PATCH] consul: add license note Signed-off-by: Rui Chen --- Formula/c/consul.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/c/consul.rb b/Formula/c/consul.rb index f412044f3df2..bc28ea13570d 100644 --- a/Formula/c/consul.rb +++ b/Formula/c/consul.rb @@ -1,6 +1,9 @@ class Consul < Formula desc "Tool for service discovery, monitoring and configuration" homepage "https://www.consul.io" + # NOTE: Do not bump to 1.17.0+ as license changed to BUSL-1.1 + # https://github.com/hashicorp/consul/pull/18443 + # https://github.com/hashicorp/consul/pull/18479 url "https://github.com/hashicorp/consul/archive/refs/tags/v1.16.1.tar.gz" sha256 "9fec1683131ff122a43512f265131729e20212e26353d017805c5566dfec2333" license "MPL-2.0"