From 3bbcf4524a3124bb056abff99cd74f503872272a Mon Sep 17 00:00:00 2001 From: guylev008 Date: Mon, 26 Aug 2024 13:54:00 +0300 Subject: [PATCH] update to latest spectral version --- spectral.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spectral.rb b/spectral.rb index 28ee870..53e24c6 100644 --- a/spectral.rb +++ b/spectral.rb @@ -1,11 +1,11 @@ class Spectral < Formula desc "Automated code security for modern teams" homepage "https://spectralops.io" - url "https://get.spectralops.io/latest/dl/mac?v=1.7.206" - version "1.7.206" - sha256 "80db3055165a7a86e653190bac1c59e44e7529b223ce0b73f99ad95d83f8cd76" + url "https://get.spectralops.io/latest/dl/mac?v=1.10.205" + version "1.10.205" + sha256 "e252eef9ab471d683ea7411b900856edb07816264cc649e4a7de169b066523a6" def install bin.install "spectral" end -end +end \ No newline at end of file