Add homebrew-cask-versions

This commit is contained in:
Zenithal 2020-12-04 21:09:09 +08:00
parent c39a9f5f69
commit 8751cd9daf
No known key found for this signature in database
GPG Key ID: 758DF565973E6760

View File

@ -22,7 +22,7 @@ function update_homebrew_git() {
} }
UPSTREAM_BASE=${TUNASYNC_UPSTREAM_URL:-"https://github.com/Homebrew"} UPSTREAM_BASE=${TUNASYNC_UPSTREAM_URL:-"https://github.com/Homebrew"}
brews=("brew" "homebrew-core" "homebrew-cask" "homebrew-cask-fonts" "homebrew-cask-drivers" "linuxbrew-core" "install") brews=("brew" "homebrew-core" "homebrew-cask" "homebrew-cask-fonts" "homebrew-cask-drivers" "homebrew-cask-versions" "linuxbrew-core" "install")
total_size=0 total_size=0
for brew in ${brews[@]}; do for brew in ${brews[@]}; do