From f2c1587830170d3c068a488162283b9dd8b40c9c Mon Sep 17 00:00:00 2001 From: rui Date: Mon, 1 Mar 2021 08:16:23 +0000 Subject: [PATCH] bnfc 2.9.1 Closes #72211. Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/bnfc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/bnfc.rb b/Formula/bnfc.rb index 3c8d99c6c1e..c8dbf884386 100644 --- a/Formula/bnfc.rb +++ b/Formula/bnfc.rb @@ -1,8 +1,8 @@ class Bnfc < Formula desc "BNF Converter" homepage "https://bnfc.digitalgrammars.com/" - url "https://github.com/BNFC/bnfc/archive/v2.9.0.tar.gz" - sha256 "677715b204a047a986656ab76cc850488cfabdb9eb6e3f37663b55d708207238" + url "https://github.com/BNFC/bnfc/archive/v2.9.1.tar.gz" + sha256 "d79125168636fdcf0acd64a9b83ea620c311b16dcada0848d8a577aa8aeddec4" license "BSD-3-Clause" head "https://github.com/BNFC/bnfc.git"