Skip to content

Commit

Permalink
0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianinsaval committed Nov 11, 2023
1 parent 8463980 commit ae1427f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
channel_sources:
- freecad/label/dev,conda-forge,defaults
channel_targets:
- freecad dev
- freecad main
MACOSX_DEPLOYMENT_TARGET: # [osx]
- '11.0' # [osx and arm64]
- '10.13' # [osx and x86_64]
7 changes: 3 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% set name = "freecad" %}
{% set version = "0.21.pre" %}
{% set build_number = 165 %}
{% set version = "0.21.2" %}
{% set build_number = 0 %}
{% set build_number = build_number + 500 %} # [FEATURE_DEBUG]

package:
name: {{ name }}
version: {{ version }}

source:
url: https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/freecad_source.tar.gz
url: https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/0.21.2/freecad_source.tar.gz
fn: freecad_source_{{ build_number }}.tar.gz
# sha256:
patches:
Expand Down Expand Up @@ -63,7 +63,6 @@ requirements:
- six
- ply
- matplotlib-base
- yaml-cpp
run:
- pyside2
- vtk
Expand Down

0 comments on commit ae1427f

Please sign in to comment.