From f69632c04cbf9500ebad823b7b079d55c0386f39 Mon Sep 17 00:00:00 2001 From: Ryan Caezar Itang Date: Fri, 3 Nov 2023 19:28:28 +0800 Subject: [PATCH 01/11] bun-canary: Add version 1.0.8-canary.97+ab97bf0f1 --- bucket/bun-canary.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 bucket/bun-canary.json diff --git a/bucket/bun-canary.json b/bucket/bun-canary.json new file mode 100644 index 00000000000..e4ceec42ccc --- /dev/null +++ b/bucket/bun-canary.json @@ -0,0 +1,41 @@ +{ + "version": "1.0.8-canary.97+ab97bf0f1", + "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": "36be6a198abb43b465265bac295500ad76868693476e772d4294992474a02589" + } + }, + "extract_dir": "bun-windows-x64", + "bin": "bun.exe", + "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" + } + }, + "hash": { + "url": "$baseurl/SHASUMS256.txt" + } + } +} From 2b8d8e2fc1fd918c7451f1796d183728ff748de4 Mon Sep 17 00:00:00 2001 From: Ryan Caezar Itang Date: Fri, 3 Nov 2023 22:21:09 +0800 Subject: [PATCH 02/11] Add bunx alias --- bucket/bun-canary.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bucket/bun-canary.json b/bucket/bun-canary.json index e4ceec42ccc..6a7423acc2c 100644 --- a/bucket/bun-canary.json +++ b/bucket/bun-canary.json @@ -13,7 +13,14 @@ } }, "extract_dir": "bun-windows-x64", - "bin": "bun.exe", + "bin": [ + "bun.exe", + [ + "bun.exe", + "bunx", + "x" + ] + ], "checkver": { "script": [ "$dl_url = 'https://github.com/oven-sh/bun/releases/download/canary/bun-windows-x64.zip'", From 4c1ac637349a7e5c52b5632c18d6d828606cc25a Mon Sep 17 00:00:00 2001 From: Ryan Caezar Itang Date: Sat, 4 Nov 2023 20:25:33 +0800 Subject: [PATCH 03/11] bun-canary: Update to version 1.0.9-canary.7+39101d16c --- bucket/bun-canary.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/bun-canary.json b/bucket/bun-canary.json index 6a7423acc2c..fcf2829f95f 100644 --- a/bucket/bun-canary.json +++ b/bucket/bun-canary.json @@ -1,5 +1,5 @@ { - "version": "1.0.8-canary.97+ab97bf0f1", + "version": "1.0.9-canary.7+39101d16c", "description": "Incredibly fast JavaScript runtime, bundler, transpiler and package manager - all in one.", "homepage": "https://bun.sh/", "license": "MIT", @@ -9,7 +9,7 @@ "architecture": { "64bit": { "url": "https://github.com/oven-sh/bun/releases/download/canary/bun-windows-x64.zip", - "hash": "36be6a198abb43b465265bac295500ad76868693476e772d4294992474a02589" + "hash": "cbb79d6d093ca8dd5505ad7d88f02a09be04244ece924a2b36e50f637ca3e153" } }, "extract_dir": "bun-windows-x64", From 0ff7bb5b8ba32748cbdeefbd653e16cdf03c985a Mon Sep 17 00:00:00 2001 From: sitiom Date: Sun, 5 Nov 2023 10:14:54 +0800 Subject: [PATCH 04/11] Remove autoupdate hash extraction --- bucket/bun-canary.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/bucket/bun-canary.json b/bucket/bun-canary.json index fcf2829f95f..99f19be2267 100644 --- a/bucket/bun-canary.json +++ b/bucket/bun-canary.json @@ -40,9 +40,6 @@ "64bit": { "url": "https://github.com/oven-sh/bun/releases/download/canary/bun-windows-x64.zip" } - }, - "hash": { - "url": "$baseurl/SHASUMS256.txt" } } } From 9e8cd8e17784c69f8107678af681b8f203dc406b Mon Sep 17 00:00:00 2001 From: Ryan Caezar Itang Date: Sun, 5 Nov 2023 10:17:32 +0800 Subject: [PATCH 05/11] bun-canary: Update to version 1.0.9-canary.10+e954bce30 --- bucket/bun-canary.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/bun-canary.json b/bucket/bun-canary.json index 99f19be2267..b7f4acd9563 100644 --- a/bucket/bun-canary.json +++ b/bucket/bun-canary.json @@ -1,5 +1,5 @@ { - "version": "1.0.9-canary.7+39101d16c", + "version": "1.0.9-canary.10+e954bce30", "description": "Incredibly fast JavaScript runtime, bundler, transpiler and package manager - all in one.", "homepage": "https://bun.sh/", "license": "MIT", @@ -9,7 +9,7 @@ "architecture": { "64bit": { "url": "https://github.com/oven-sh/bun/releases/download/canary/bun-windows-x64.zip", - "hash": "cbb79d6d093ca8dd5505ad7d88f02a09be04244ece924a2b36e50f637ca3e153" + "hash": "b71ee27668bef409c08665120751e7e7df7bf55d3fde533b092b550247c625b0" } }, "extract_dir": "bun-windows-x64", From 99cdcda8b32d764e6e6da2ae75773029cc98dd7d Mon Sep 17 00:00:00 2001 From: Ryan Caezar Itang Date: Tue, 7 Nov 2023 13:47:03 +0800 Subject: [PATCH 06/11] bun-canary: Update to version 1.0.9-canary.5+c3a7b574c --- bucket/bun-canary.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/bun-canary.json b/bucket/bun-canary.json index b7f4acd9563..47746e0533d 100644 --- a/bucket/bun-canary.json +++ b/bucket/bun-canary.json @@ -1,5 +1,5 @@ { - "version": "1.0.9-canary.10+e954bce30", + "version": "1.0.9-canary.5+c3a7b574c", "description": "Incredibly fast JavaScript runtime, bundler, transpiler and package manager - all in one.", "homepage": "https://bun.sh/", "license": "MIT", @@ -9,7 +9,7 @@ "architecture": { "64bit": { "url": "https://github.com/oven-sh/bun/releases/download/canary/bun-windows-x64.zip", - "hash": "b71ee27668bef409c08665120751e7e7df7bf55d3fde533b092b550247c625b0" + "hash": "c14edb52a9316fe8c22907cbb12a58a190f3fe8fa308120898ff512b0ddd34dd" } }, "extract_dir": "bun-windows-x64", From 24e0de6c2c08a135eba500bbbdfc7d8c50bdf18c Mon Sep 17 00:00:00 2001 From: Ryan Caezar Itang Date: Wed, 8 Nov 2023 14:59:46 +0800 Subject: [PATCH 07/11] bun-canary: Update to version 1.0.11-canary.16+b7587b76e --- bucket/bun-canary.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/bun-canary.json b/bucket/bun-canary.json index 47746e0533d..a17dcbe4396 100644 --- a/bucket/bun-canary.json +++ b/bucket/bun-canary.json @@ -1,5 +1,5 @@ { - "version": "1.0.9-canary.5+c3a7b574c", + "version": "1.0.11-canary.16+b7587b76e", "description": "Incredibly fast JavaScript runtime, bundler, transpiler and package manager - all in one.", "homepage": "https://bun.sh/", "license": "MIT", @@ -9,7 +9,7 @@ "architecture": { "64bit": { "url": "https://github.com/oven-sh/bun/releases/download/canary/bun-windows-x64.zip", - "hash": "c14edb52a9316fe8c22907cbb12a58a190f3fe8fa308120898ff512b0ddd34dd" + "hash": "85de93befef7ca957ab849269b47c8aba1514940b1f9c421786041a6c27c7d2c" } }, "extract_dir": "bun-windows-x64", From 7926d31b6b511034ecda4ae4659da6b8fcca3cea Mon Sep 17 00:00:00 2001 From: Ryan Caezar Itang Date: Fri, 10 Nov 2023 19:47:22 +0800 Subject: [PATCH 08/11] bun-canary: Update to version 1.0.11-canary.6+84414f8fe --- bucket/bun-canary.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/bun-canary.json b/bucket/bun-canary.json index a17dcbe4396..fa957c25b17 100644 --- a/bucket/bun-canary.json +++ b/bucket/bun-canary.json @@ -1,5 +1,5 @@ { - "version": "1.0.11-canary.16+b7587b76e", + "version": "1.0.11-canary.6+84414f8fe", "description": "Incredibly fast JavaScript runtime, bundler, transpiler and package manager - all in one.", "homepage": "https://bun.sh/", "license": "MIT", @@ -9,7 +9,7 @@ "architecture": { "64bit": { "url": "https://github.com/oven-sh/bun/releases/download/canary/bun-windows-x64.zip", - "hash": "85de93befef7ca957ab849269b47c8aba1514940b1f9c421786041a6c27c7d2c" + "hash": "6474729a9cabe188dd3f1e8ef33e4113df092748698129396e70518ff8bff4d2" } }, "extract_dir": "bun-windows-x64", From 76da65c77c0b1621e2d72fb156818adc4e44df08 Mon Sep 17 00:00:00 2001 From: Ryan Caezar Itang Date: Sun, 12 Nov 2023 10:27:03 +0800 Subject: [PATCH 09/11] bun-canary: Update to version 1.0.11-canary.14+c49a5a7d7 --- bucket/bun-canary.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/bun-canary.json b/bucket/bun-canary.json index fa957c25b17..622426a5d15 100644 --- a/bucket/bun-canary.json +++ b/bucket/bun-canary.json @@ -1,5 +1,5 @@ { - "version": "1.0.11-canary.6+84414f8fe", + "version": "1.0.11-canary.14+c49a5a7d7", "description": "Incredibly fast JavaScript runtime, bundler, transpiler and package manager - all in one.", "homepage": "https://bun.sh/", "license": "MIT", @@ -9,7 +9,7 @@ "architecture": { "64bit": { "url": "https://github.com/oven-sh/bun/releases/download/canary/bun-windows-x64.zip", - "hash": "6474729a9cabe188dd3f1e8ef33e4113df092748698129396e70518ff8bff4d2" + "hash": "396834b6b2b64cfa918e9c4b95f103e2047bfc447b51b158bb72d9b6c6428c3b" } }, "extract_dir": "bun-windows-x64", From 3d6cf0525d1c2988443a24a38c115f02b8742ce7 Mon Sep 17 00:00:00 2001 From: Ryan Caezar Itang Date: Tue, 19 Dec 2023 11:00:24 +0800 Subject: [PATCH 10/11] bun-canary: Update to version 1.0.18-canary.27+1a2643520 --- bucket/bun-canary.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/bun-canary.json b/bucket/bun-canary.json index 622426a5d15..9c11dfd406c 100644 --- a/bucket/bun-canary.json +++ b/bucket/bun-canary.json @@ -1,5 +1,5 @@ { - "version": "1.0.11-canary.14+c49a5a7d7", + "version": "1.0.18-canary.27+1a2643520", "description": "Incredibly fast JavaScript runtime, bundler, transpiler and package manager - all in one.", "homepage": "https://bun.sh/", "license": "MIT", @@ -9,7 +9,7 @@ "architecture": { "64bit": { "url": "https://github.com/oven-sh/bun/releases/download/canary/bun-windows-x64.zip", - "hash": "396834b6b2b64cfa918e9c4b95f103e2047bfc447b51b158bb72d9b6c6428c3b" + "hash": "18687c783a525bf8666c42ccf498dc5b7a6ea6f838f0c74a7efcf7916c19e65c" } }, "extract_dir": "bun-windows-x64", From f3adc5731eca49392cf959a45833c780760a8dbf Mon Sep 17 00:00:00 2001 From: sitiom Date: Tue, 26 Dec 2023 16:15:48 +0800 Subject: [PATCH 11/11] bun-canary: Update to version 1.0.18-canary.33+61f92d9e5 --- bucket/bun-canary.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/bun-canary.json b/bucket/bun-canary.json index 9c11dfd406c..d57b0b5880b 100644 --- a/bucket/bun-canary.json +++ b/bucket/bun-canary.json @@ -1,5 +1,5 @@ { - "version": "1.0.18-canary.27+1a2643520", + "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", @@ -9,7 +9,7 @@ "architecture": { "64bit": { "url": "https://github.com/oven-sh/bun/releases/download/canary/bun-windows-x64.zip", - "hash": "18687c783a525bf8666c42ccf498dc5b7a6ea6f838f0c74a7efcf7916c19e65c" + "hash": "38f5919c2dbbb003c6bed2d92ed3e1da3850433ce147c37a98f29f47a4d6bce9" } }, "extract_dir": "bun-windows-x64",