qmk / qmk_toolbox

A Toolbox companion for QMK Firmware
https://qmk.fm/toolbox
MIT License
2.63k stars 508 forks source link

[macOS] Update flasher binaries #449

Closed fauxpark closed 7 months ago

fauxpark commented 7 months ago

Description

Minimum OS version is now Monterey (12) to match Homebrew.

avrdude 7.3 https://ghcr.io/v2/homebrew/core/avrdude/blobs/sha256:37df39cbb3b4add3d85cd25ed881f61915fbb86692f37068b00ccae08f2ad95e

bootloadhid 2012-12-08 https://ghcr.io/v2/homebrew/core/bootloadhid/blobs/sha256:aab53c65d93ea7a1274a39fc195e7e0599a20168a23764ec704b98d9b8ff082e

dfu-programmer 1.1.0 https://ghcr.io/v2/homebrew/core/dfu-programmer/blobs/sha256:f0af0119d6d41fa35a9fb875d15270b842061e3fb557a195f904b8f76f5bf6aa

dfu-util 0.11 https://ghcr.io/v2/homebrew/core/dfu-util/blobs/sha256:5daf11ce553e067f293fc615889d22c74abb9ea9da21f57699c81d65ee9fa089

hid_bootloader_cli 210130 https://github.com/qmk/homebrew-qmk/pkgs/container/qmk%2Fhid_bootloader_cli

libftdi 1.5 https://ghcr.io/v2/homebrew/core/libftdi/blobs/sha256:e558ddf5285fce63e1b722341f646989c095481c19f780c915041d65b58b1e14

libhidapi 0.14.0 https://ghcr.io/v2/homebrew/core/hidapi/blobs/sha256:94a5ead30ea58235a8e1cfe884f55c10756efdd580954e1b0565f2298f9f0376

libusb 1.0.27 https://ghcr.io/v2/homebrew/core/libusb/blobs/sha256:e02e54902348f1918adf758a6b2f4c5d113570f4c98e9f0a38b8d3b24c50c942

libusb-compat 0.1.8 https://ghcr.io/v2/homebrew/core/libusb-compat/blobs/sha256:82d8bd5747595f694da174d66f1b61f407d904f7741f3dfc8d8d342c1239c5a8

mdloader 1.0.7 https://github.com/qmk/homebrew-qmk/pkgs/container/qmk%2Fmdloader

teensy_loader_cli 2.2 https://ghcr.io/v2/homebrew/core/teensy_loader_cli/blobs/sha256:0239cc41b148dea13c918f858930cca2631db5547e5aa17db57c9c5efdcdd2fe

wb32-dfu-updater_cli 1.0.0 https://ghcr.io/v2/homebrew/core/wb32-dfu-updater_cli/blobs/sha256:5500f504311ae7403129ecef45590f500bdf35a5a0e89a037aaf5f661c9b1bc9


install_name_tool -change "@@HOMEBREW_PREFIX@@/opt/libusb-compat/lib/libusb-0.1.4.dylib" "@executable_path/../Frameworks/libusb-0.1.4.dylib" avrdude
install_name_tool -change "@@HOMEBREW_PREFIX@@/opt/libusb/lib/libusb-1.0.0.dylib" "@executable_path/../Frameworks/libusb-1.0.0.dylib" avrdude
install_name_tool -change "@@HOMEBREW_PREFIX@@/opt/hidapi/lib/libhidapi.0.dylib" "@executable_path/../Frameworks/libhidapi.0.14.0.dylib" avrdude
install_name_tool -change "@@HOMEBREW_PREFIX@@/opt/libftdi/lib/libftdi1.2.dylib" "@executable_path/../Frameworks/libftdi1.2.5.0.dylib" avrdude

install_name_tool -change "@@HOMEBREW_PREFIX@@/opt/libusb-compat/lib/libusb-0.1.4.dylib" "@executable_path/../Frameworks/libusb-0.1.4.dylib" bootloadHID

install_name_tool -change "@@HOMEBREW_PREFIX@@/opt/libusb/lib/libusb-1.0.0.dylib" "@executable_path/../Frameworks/libusb-1.0.0.dylib" dfu-programmer

install_name_tool -change "@@HOMEBREW_PREFIX@@/opt/libusb/lib/libusb-1.0.0.dylib" "@executable_path/../Frameworks/libusb-1.0.0.dylib" dfu-util

install_name_tool -change "@@HOMEBREW_PREFIX@@/opt/libusb/lib/libusb-1.0.0.dylib" "@executable_path/../Frameworks/libusb-1.0.0.dylib" wb32-dfu-updater_cli

install_name_tool -id "@executable_path/../Frameworks/libftdi1.2.5.0.dylib" libftdi1.2.5.0.dylib
install_name_tool -change "@@HOMEBREW_PREFIX@@/opt/libusb/lib/libusb-1.0.0.dylib" "@executable_path/../Frameworks/libusb-1.0.0.dylib" libftdi1.2.5.0.dylib
install_name_tool -id "@executable_path/../Frameworks/libhidapi.0.14.0.dylib" libhidapi.0.14.0.dylib
install_name_tool -id "@executable_path/../Frameworks/libusb-0.1.4.dylib" libusb-0.1.4.dylib
install_name_tool -change "@@HOMEBREW_PREFIX@@/opt/libusb/lib/libusb-1.0.0.dylib" "@executable_path/../Frameworks/libusb-1.0.0.dylib" libusb-0.1.4.dylib
install_name_tool -id "@executable_path/../Frameworks/libusb-1.0.0.dylib" libusb-1.0.0.dylib

Types of Changes

Issues Fixed or Closed by This PR