From 9316cd4b856041d6458a4700285135e41e77161c Mon Sep 17 00:00:00 2001 From: rui Date: Wed, 17 Feb 2021 10:27:39 +0000 Subject: [PATCH] yaegi 0.9.14 Closes #71320. Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/yaegi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/yaegi.rb b/Formula/yaegi.rb index 6cd262a73e0..a6fc5c64e92 100644 --- a/Formula/yaegi.rb +++ b/Formula/yaegi.rb @@ -1,8 +1,8 @@ class Yaegi < Formula desc "Yet another elegant Go interpreter" homepage "https://github.com/containous/yaegi" - url "https://github.com/containous/yaegi/archive/v0.9.13.tar.gz" - sha256 "8e8293bbda601d0cd1b971596cdab17d3d99648cc0dfa0d628af7f66d3cf593b" + url "https://github.com/containous/yaegi/archive/v0.9.14.tar.gz" + sha256 "73b0d886421b98789f564875262d257cbe426da282e5856d0e16286a12a05bf5" license "Apache-2.0" head "https://github.com/containous/yaegi.git"