Bump embedded blink binary to 0.9.0

This is an official tagged version. The 1.1 version used earlier was
informal. Formal versions will always have major.minor.patch going
forward. See https://github.com/jart/blink/tags 1.0.0 coming soon.
This commit is contained in:
Justine Tunney 2023-02-23 09:57:08 -08:00
parent ca88fc34c3
commit 1011db793f
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
12 changed files with 3 additions and 24 deletions

View file

@ -701,7 +701,7 @@ emush: .ascii "\n@\n#'\"\n"
// 2. gunzip the blink virtual machine executable
// 3. relaunch this program inside the blink vm
.ascii "o=\"$(command -v \"$0\")\"\n"
.ascii "e=\"${TMPDIR:-${HOME:-.}}/.ape-blink-1.1\"\n"
.ascii "e=\"${TMPDIR:-${HOME:-.}}/.ape-blink-0.9.0\"\n"
// Blink for Apple Silicon, e.g. M1 Macbook
.ascii "if [ \"$s\" = Darwin ] && [ \"$m\" = arm64 ]; then\n"