Skip to content

Commit

Permalink
Revert "✨ feat(*): Update Enyo v0.1.11 (#12)"
Browse files Browse the repository at this point in the history
This reverts commit 255f948.
  • Loading branch information
mozhu1024 authored Jul 16, 2024
1 parent 255f948 commit b4a1736
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Formula/enyo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4a1736

Please sign in to comment.