Skip to content

Commit

Permalink
bun-canary: Add version 1.0.18-canary.33+61f92d9e5 (#1449)
Browse files Browse the repository at this point in the history
* bun-canary: Add version 1.0.8-canary.97+ab97bf0f1

* Add bunx alias

* bun-canary: Update to version 1.0.9-canary.7+39101d16c

* Remove autoupdate hash extraction

* bun-canary: Update to version 1.0.9-canary.10+e954bce30

* bun-canary: Update to version 1.0.9-canary.5+c3a7b574c

* bun-canary: Update to version 1.0.11-canary.16+b7587b76e

* bun-canary: Update to version 1.0.11-canary.6+84414f8fe

* bun-canary: Update to version 1.0.11-canary.14+c49a5a7d7

* bun-canary: Update to version 1.0.18-canary.27+1a2643520

* bun-canary: Update to version 1.0.18-canary.33+61f92d9e5
  • Loading branch information
sitiom authored Dec 27, 2023
1 parent 187495d commit 9d3a098
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions bucket/bun-canary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"version": "1.0.18-canary.33+61f92d9e5",
"description": "Incredibly fast JavaScript runtime, bundler, transpiler and package manager - all in one.",
"homepage": "https://bun.sh/",
"license": "MIT",
"suggest": {
"vcredist": "extras/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://github.com/oven-sh/bun/releases/download/canary/bun-windows-x64.zip",
"hash": "38f5919c2dbbb003c6bed2d92ed3e1da3850433ce147c37a98f29f47a4d6bce9"
}
},
"extract_dir": "bun-windows-x64",
"bin": [
"bun.exe",
[
"bun.exe",
"bunx",
"x"
]
],
"checkver": {
"script": [
"$dl_url = 'https://github.com/oven-sh/bun/releases/download/canary/bun-windows-x64.zip'",
"$dl = cache_path 'bun-canary' 'unknown' $dl_url",
"$dl_dir = strip_ext $dl",
"Invoke-WebRequest $dl_url -OutFile $dl",
"Expand-Archive $dl $dl_dir",
"$ver = & \"$dl_dir\\bun-windows-x64\\bun.exe\" --revision",
"Move-Item -Force $dl (cache_path 'bun-canary' $ver $dl_url)",
"Remove-Item $dl_dir -Recurse",
"$ver"
],
"regex": "(\\S+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/oven-sh/bun/releases/download/canary/bun-windows-x64.zip"
}
}
}
}

0 comments on commit 9d3a098

Please sign in to comment.