From 0b349db50768f1f26d0d98f65467381db07726d8 Mon Sep 17 00:00:00 2001 From: Prasad Raju G Date: Thu, 20 Aug 2026 14:56:38 +0530 Subject: [PATCH 1/2] Update cask list command in dump.sh brew cask is dead, use brew list --cask --- brew/dump.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brew/dump.sh b/brew/dump.sh index 1c927c5..38fa268 100755 --- a/brew/dump.sh +++ b/brew/dump.sh @@ -1,3 +1,3 @@ #!/bin/bash brew leaves > leaves -brew cask list > casks +brew list --cask > casks From ce08ea6b5ece839a7f5f32a3b3976dd985f96dc3 Mon Sep 17 00:00:00 2001 From: Prasad Raju G Date: Thu, 20 Aug 2026 15:00:26 +0530 Subject: [PATCH 2/2] Update dump.sh --- brew/dump.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brew/dump.sh b/brew/dump.sh index 38fa268..9fbea05 100755 --- a/brew/dump.sh +++ b/brew/dump.sh @@ -1,3 +1,3 @@ #!/bin/bash brew leaves > leaves -brew list --cask > casks +brew list --cask > casks