From b4a1736df39c09ee79566b12ef31ca413cde1f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=8C=E7=AB=B9?= Date: Tue, 16 Jul 2024 23:59:24 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E2=9C=A8=20feat(*):=20Update=20Enyo?= =?UTF-8?q?=20v0.1.11=20(#12)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 255f948d0aec433b637311fe79b3d46bd2f03051. --- Formula/enyo.rb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Formula/enyo.rb b/Formula/enyo.rb index d21573d..7dc1b27 100644 --- a/Formula/enyo.rb +++ b/Formula/enyo.rb @@ -2,11 +2,18 @@ class Enyo < Formula desc "Cyber swiss army knife for terminal" homepage "https://github.com/virzz/virzz" url "https://github.com/virzz/virzz.git", - tag: "v0.1.11", - revision: "c7fed511e65c6d4bed25096cb0aa50591cadb835" + tag: "v0.1.10", + revision: "48882e703a9ab20268b613d15973a0ca67937b71" license "MIT" head "https://github.com/virzz/virzz.git", branch: "master" + bottle do + root_url "http://virzz-img.ctfhub.com/tools/virzz" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f756d7315bca80cab395aa7f85138837c80047bee52844a78a3a827ed0e63a20" + sha256 cellar: :any_skip_relocation, monterey: "cfaa96060f790d1c25c63ead7ea9af6e9b9e75b319781cef7ccfb059b6f514e5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ec392eccc32370ade0f82d573c90194c84a1ec2b821c3b1edb994b6116c72b12" + end + depends_on "go" => :build def install