From 48a831184913137ef5cd55991c6bc769ed0bd40f Mon Sep 17 00:00:00 2001 From: SomberNight Date: Fri, 2 Jun 2023 22:43:36 +0000 Subject: [PATCH] mac build: bump pyinstaller (5.3->5.11) --- contrib/osx/make_osx.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/contrib/osx/make_osx.sh b/contrib/osx/make_osx.sh index aedabdda8..254eb3ccb 100755 --- a/contrib/osx/make_osx.sh +++ b/contrib/osx/make_osx.sh @@ -122,11 +122,8 @@ brew install autoconf automake libtool gettext coreutils pkgconfig info "Building PyInstaller." PYINSTALLER_REPO="https://github.com/pyinstaller/pyinstaller.git" -PYINSTALLER_COMMIT="fbf7948be85177dd44b41217e9f039e1d176de6b" -# ^ tag "5.3" -# TODO test newer versions of pyinstaller for build-reproducibility. -# we are using this version for now due to change in code-signing behaviour -# (https://github.com/pyinstaller/pyinstaller/pull/5581) +PYINSTALLER_COMMIT="413cce49ff28d87fad4472f4953489226ec90c84" +# ^ tag "v5.11.0" ( if [ -f "$CACHEDIR/pyinstaller/PyInstaller/bootloader/Darwin-64bit/runw" ]; then info "pyinstaller already built, skipping"