Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[macOS] Update flasher binaries #449

Merged
merged 1 commit into from Feb 22, 2024
Merged

Conversation

fauxpark
Copy link
Member

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

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Documentation

Issues Fixed or Closed by This PR

@fauxpark fauxpark merged commit 2683c4d into qmk:master Feb 22, 2024
5 checks passed
@fauxpark fauxpark deleted the macos-flashers-update branch February 22, 2024 06:44
@fauxpark fauxpark mentioned this pull request Feb 27, 2024
5 tasks
@fauxpark fauxpark mentioned this pull request Apr 28, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants