pyinstaller 3.5

Closes #42240.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
Rui Chen 2019-07-20 19:56:34 -04:00 committed by FX Coudert
parent b8170f065b
commit 0bc2964f33

View file

@ -3,8 +3,8 @@ class Pyinstaller < Formula
desc "Bundle a Python application and all its dependencies"
homepage "https://www.pyinstaller.org"
url "https://files.pythonhosted.org/packages/03/32/0e0de593f129bf1d1e77eed562496d154ef4460fd5cecfd78612ef39a0cc/PyInstaller-3.4.tar.gz"
sha256 "a5a6e04a66abfcf8761e89a2ebad937919c6be33a7b8963e1a961b55cb35986b"
url "https://files.pythonhosted.org/packages/e2/c9/0b44b2ea87ba36395483a672fddd07e6a9cb2b8d3c4a28d7ae76c7e7e1e5/PyInstaller-3.5.tar.gz"
sha256 "ee7504022d1332a3324250faf2135ea56ac71fdb6309cff8cd235de26b1d0a96"
head "https://github.com/pyinstaller/pyinstaller.git", :branch => "develop"