From 8a02048445ce42b24799bf0ac00607c15d23ed54 Mon Sep 17 00:00:00 2001 From: Seeker Date: Tue, 19 Jan 2021 16:39:47 -0800 Subject: [PATCH] yaegi 0.9.10 Closes #69357. Signed-off-by: rui 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 22a2deec686..ec5694228aa 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.9.tar.gz" - sha256 "362509769fda245b4ac24264d6a8569699807eddc75f97aaeca27b191159e183" + url "https://github.com/containous/yaegi/archive/v0.9.10.tar.gz" + sha256 "3a8c29a540a17c1ba0047e7df2b69c94fd7b598cd86ebb788ddb043f6108516e" license "Apache-2.0" head "https://github.com/containous/yaegi.git"