Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zx0223winner authored Sep 30, 2024
1 parent bca1baa commit 8ccd484
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/hsdecipher/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "HSDecipher" %}
{% set version = "1.0.0" %}
{% set version = "1.1.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/zx0223winner/{{name|lower}}_conda/archive/refs/tags/v{{version}}.tar.gz
sha256: 54ab84f8584c69a50db4678b49279b0a0b4b05cf0028eec9c2f2ea2205917b76
sha256: 7ac882c835b53a78e4dfe5120037a8237f5e79a5ab94d7d0edd893d5851007ba

build:
number: 1
number: 2
noarch: python
script: bash conda_build_package.sh
run_exports:
Expand Down

0 comments on commit 8ccd484

Please sign in to comment.