From 5c849fa5492b31588dab2e38f816d1a481b75738 Mon Sep 17 00:00:00 2001 From: Yaakov Date: Sun, 25 Aug 2024 21:55:47 +1000 Subject: [PATCH] fix style with "brew style --fix" --- Casks/depotdownloader.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Casks/depotdownloader.rb b/Casks/depotdownloader.rb index 76042b0..b3e3b9e 100644 --- a/Casks/depotdownloader.rb +++ b/Casks/depotdownloader.rb @@ -1,10 +1,9 @@ cask "depotdownloader" do - version "2.6.0" - arch arm: "arm64", intel: "x64" + version "2.6.0" sha256 arm: "18c62c2c4911bf06f83a463bd151af6ad077f2becf907d02a23e6ed083f570e9", - intel: "cecc92245e31bbe411bb3120d1ccdae1dcc0f4a186e2da42a6c14fe26f91871c" + intel: "cecc92245e31bbe411bb3120d1ccdae1dcc0f4a186e2da42a6c14fe26f91871c" url "https://github.com/SteamRE/DepotDownloader/releases/download/DepotDownloader_#{version}/DepotDownloader-macos-#{arch}.zip" name "DepotDownloader"