Skip to content

Commit

Permalink
bump to 0.1.99
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jun 6, 2023
1 parent 84d3ceb commit 5bb12f5
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,12 +1,12 @@
{% set version = "0.1.97" %}
{% set version = "0.1.99" %}

package:
name: sentencepiece-split
version: {{ version }}

source:
url: https://github.com/google/sentencepiece/archive/v{{ version }}.tar.gz
sha256: 41c3a07f315e3ac87605460c8bb8d739955bc8e7f478caec4017ef9b7d78669b
sha256: 63617eaf56c7a3857597dcd8780461f57dd21381b56a27716ef7d7e02e14ced4
patches:
# trying to build both static & shared build seems to break on OSX
- patches/0001-do-not-mix-static-shared-builds.patch
Expand All @@ -29,7 +29,7 @@ source:
- patches/0009-create-and-install-CMake-metadata.patch

build:
number: 3
number: 0

requirements:
build:
Expand Down

0 comments on commit 5bb12f5

Please sign in to comment.