From 6b7f8c03069b4b387822ba70c4a7a9f254675efd Mon Sep 17 00:00:00 2001 From: Hao Yuan Date: Sat, 29 Oct 2022 21:53:40 +0800 Subject: [PATCH] fix illegal char --- Formula/classpy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/classpy.rb b/Formula/classpy.rb index 7e8d070..8abc66c 100644 --- a/Formula/classpy.rb +++ b/Formula/classpy.rb @@ -5,7 +5,7 @@ class Classpy < Formula version "0.7.0" sha256 "7155743c22e93f9adbbae0e8fcd3de70ce852f26ac1558e819a63109b770e033" - # bottle :unneeded + bottle :unneeded depends_on "openjdk@8"