Skip to content

Commit

Permalink
updated v1.35.2
Browse files Browse the repository at this point in the history
  • Loading branch information
regro-cf-autotick-bot committed Jul 20, 2023
1 parent 791cf8f commit 5554cae
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,16 +1,16 @@
{% set version = "1.35.1" %}
{% set version = "1.35.2" %}

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

source:
- url: https://github.com/denoland/deno/releases/download/v{{ version }}/deno_src.tar.gz # [not osx or not arm64]
sha256: 2bb20669b45d19102f023b4e63de143d5b552d8bfc03b4c247ca877870949496 # [not osx or not arm64]
sha256: 6c1c8f4bbeb87136750d8a876a194d00ae5451c73560e818f536d58c6633cfb1 # [not osx or not arm64]
patches: # [not osx or not arm64]
- fix-libffi-msvc.patch # [not osx or not arm64]
- url: https://github.com/denoland/deno/releases/download/v{{ version }}/deno-aarch64-apple-darwin.zip # [osx and arm64]
sha256: bb802ac4c5635084ae4e4a32913f832b44b1334a9134af000e2c3713ad2ae160 # [osx and arm64]
sha256: 702ec33689354d31c3125483da87130b25bfd347ba933dfd05aa27078d259ce6 # [osx and arm64]

build:
number: 0
Expand Down

0 comments on commit 5554cae

Please sign in to comment.