Skip to content

Commit a6d30fe

Browse files
committed
Update openvino for mac link to beta-3
1 parent 88ab50d commit a6d30fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/assets/js/releaseData.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,17 +252,17 @@ export const openvinoReleases: OpenvinoReleaseDirectory = {
252252
mac: [
253253
{
254254
name: "OpenVino AI Plugins – Universal Binary (large)",
255-
browser_download_url: "https://github.com/audacity/mod-openvino-macos/releases/download/v3.7.1-R4.2-beta-2/Audacity-OpenVINO-3.7.1-R4.2.pkg",
255+
browser_download_url: "https://github.com/audacity/mod-openvino-macos/releases/download/v3.7.1-R4.2-beta-3/Audacity-OpenVINO-3.7.1-R4.2.pkg",
256256
type: ".pkg",
257257
},
258258
{
259259
name: "OpenVino AI Plugins – Intel (x64)",
260-
browser_download_url: "https://github.com/audacity/mod-openvino-macos/releases/download/v3.7.1-R4.2-beta-2/Audacity-OpenVINO-3.7.1-R4.2-x86_64.pkg",
260+
browser_download_url: "https://github.com/audacity/mod-openvino-macos/releases/download/v3.7.1-R4.2-beta-3/Audacity-OpenVINO-3.7.1-R4.2-x86_64.pkg",
261261
type: ".pkg",
262262
},
263263
{
264264
name: "OpenVino AI Plugins – Apple Silicon (ARM64)",
265-
browser_download_url: "https://github.com/audacity/mod-openvino-macos/releases/download/v3.7.1-R4.2-beta-2/Audacity-OpenVINO-3.7.1-R4.2-arm64.pkg",
265+
browser_download_url: "https://github.com/audacity/mod-openvino-macos/releases/download/v3.7.1-R4.2-beta-3/Audacity-OpenVINO-3.7.1-R4.2-arm64.pkg",
266266
type: ".pkg",
267267
},
268268
],

0 commit comments

Comments
 (0)