Skip to content

Commit

Permalink
Merge pull request #96 from regro-cf-autotick-bot/5.13.0_hf33824
Browse files Browse the repository at this point in the history
pyinstaller v5.13.0
  • Loading branch information
nicoddemus committed Jun 26, 2023
2 parents beeb850 + 028797c commit 1cfb4d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "pyinstaller" %}
{% set version = "5.12.0" %}
{% set sha256 = "a1c2667120730604c3ad1e0739a45bb72ca4a502a91e2f5c5b220fbfbb05f0d4" %}
{% set version = "5.13.0" %}
{% set sha256 = "5e446df41255e815017d96318e39f65a3eb807e74a796c7e7ff7f13b6366a2e9" %}

package:
name: {{ name.lower() }}
Expand All @@ -13,7 +13,7 @@ source:
- 0001-don-t-set-arch.patch

build:
number: 1
number: 0
skip: true # [py<37 or py>311]
entry_points:
- pyinstaller = PyInstaller.__main__:run
Expand Down

0 comments on commit 1cfb4d3

Please sign in to comment.