From 09c6056dea3152e96c318f6e833d1c6596ce7c82 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 1 Jan 2024 19:00:37 -0500 Subject: [PATCH] music-remote: update url ``` ==> Downloading https://marioaguzman.github.io/musicremote/updater/Music%20Remote.zip curl: (22) The requested URL returned error: 404 Error: Download failed on Cask 'music-remote' with message: Download failed: https://marioaguzman.github.io/musicremote/updater/Music%20Remote.zip ``` Signed-off-by: Rui Chen --- Casks/m/music-remote.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/m/music-remote.rb b/Casks/m/music-remote.rb index 313a1c53bc..324acf9203 100644 --- a/Casks/m/music-remote.rb +++ b/Casks/m/music-remote.rb @@ -2,7 +2,7 @@ cask "music-remote" do version "1.2" sha256 :no_check - url "https://marioaguzman.github.io/musicremote/updater/Music%20Remote.zip" + url "https://marioaguzman.github.io/musicremote/updater/Music%20Remote.dmg" name "Music Remote" desc "Remote application for Music.app" homepage "https://marioaguzman.github.io/musicremote/"