From e9303af65870eaea76d2c1a4f42e2ef2ad6761e4 Mon Sep 17 00:00:00 2001 From: Bryan Konowitz Date: Fri, 7 May 2021 16:57:01 -0700 Subject: [PATCH] fix: removed .intel? check for nsc, fixes m1 arch issue #3 --- Formula/nsc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/nsc.rb b/Formula/nsc.rb index 6a8d9a8..bf1bb8b 100644 --- a/Formula/nsc.rb +++ b/Formula/nsc.rb @@ -8,7 +8,7 @@ class Nsc < Formula version "2.2.3" bottle :unneeded - if OS.mac? && Hardware::CPU.intel? + if OS.mac? url "https://github.com/nats-io/nsc/releases/download/2.2.3/nsc-darwin-amd64.zip" sha256 "d642f75db7d1d3d72d5a7ee5a9f0142c7dce6ac20ce7994af55c2d141b3dd0bc" end