Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aradfarahani authored Mar 1, 2025
1 parent d0284eb commit 4193290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: fezrs
version: "{{ version }}" # This will be replaced by the script with the actual version from VERSION file
version: "{{ version }}" # Jinja template placeholder

source:
url: https://pypi.io/packages/source/f/fezrs/fezrs-{{ version }}.tar.gz
sha256: {{ sha256_placeholder }} # This will be updated by your script
sha256: "{{ sha256_placeholder }}" # This will be updated by your script

build:
number: 1
Expand Down

0 comments on commit 4193290

Please sign in to comment.