From 2047f211999e9e70d9aa058a94eac796370e58d4 Mon Sep 17 00:00:00 2001 From: raycastbot <68011578+raycastbot@users.noreply.github.com> Date: Fri, 28 Jan 2022 11:48:15 +0000 Subject: [PATCH] Update raycast from 1.27.0 to 1.27.1 (#118308) * Update raycast from 1.27.0 to 1.27.1 * Update raycast.rb Co-authored-by: runner Co-authored-by: Miccal Matthews --- Casks/raycast.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/raycast.rb b/Casks/raycast.rb index 7abee30adfa5..61a5e496d2c4 100644 --- a/Casks/raycast.rb +++ b/Casks/raycast.rb @@ -1,5 +1,5 @@ cask "raycast" do - version "1.27.0" + version "1.27.1" sha256 :no_check url "https://api.raycast.app/v2/download" @@ -10,7 +10,7 @@ livecheck do url :url strategy :header_match - regex(/Raycast_v?(\d+(?:\.\d+)+)_universal\.dmg/i) + regex(/Raycast[._-]v?(\d+(?:\.\d+)+)[._-]universal\.dmg/i) end auto_updates true