Skip to content

Commit

Permalink
update LexicMap to v0.5.0 (#52885)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenwei356 authored Dec 18, 2024
1 parent 87a3979 commit d378c71
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipes/lexicmap/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{% set version = "0.4.0" %}
{% set version = "0.5.0" %}

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

source:
url: https://github.com/shenwei356/LexicMap/releases/download/v{{ version }}/lexicmap_darwin_amd64.tar.gz # [osx]
md5: 631f54c4ddb655522728f7818778d080 # [osx]
md5: 6fe5aeb256a535993af824bfa0c77c28 # [osx]

url: https://github.com/shenwei356/LexicMap/releases/download/v{{ version }}/lexicmap_darwin_arm64.tar.gz # [arm64]
md5: 2afe68c7d0f074291dd615d79bc5bc09 # [arm64]
md5: dc487bd3421cba5905d010a92430482e # [arm64]

url: https://github.com/shenwei356/LexicMap/releases/download/v{{ version }}/lexicmap_linux_amd64.tar.gz # [linux]
md5: c2fca1f71e99b8e78d7b043ff82aa4e5 # [linux]
md5: c70355c3fcc7fedfa9871b5f0a9eea68 # [linux]

url: https://github.com/shenwei356/LexicMap/releases/download/v{{ version }}/lexicmap_linux_arm64.tar.gz # [aarch64]
md5: ba006e38889489198fa703a5f7ebb805 # [aarch64]
md5: 821aeb732e5b2ec3322a0f4135476bbe # [aarch64]

build:
number: 0
Expand Down

0 comments on commit d378c71

Please # to comment.