diff --git a/bucket/asio4all-np.json b/bucket/asio4all-np.json index 5ad4eee65..da1b6ee51 100644 --- a/bucket/asio4all-np.json +++ b/bucket/asio4all-np.json @@ -1,10 +1,10 @@ { "version": "2.15", "description": "Universal ASIO driver for WDM audio.", - "homepage": "https://www.asio4all.org/", + "homepage": "https://asio4all.org", "license": "Freeware", - "url": "https://www.asio4all.org/downloads_11/ASIO4ALL_2_15_English.exe", - "hash": "6d1498aa882337d064f8842466d254e3b2fb85648f141195d7756e4e16c3ee9d", + "url": "https://asio4all.org/downloads/ASIO4ALL_2_15_English.exe", + "hash": "b22282d5a2daa646deb624cf461bf4f1dfeda541cc505a6781124275f8c2960d", "installer": { "args": [ "/S", @@ -12,24 +12,17 @@ ] }, "post_install": [ - "Remove-Item \"$([Environment]::GetFolderPath('Desktop'))\\ASIO4ALL v2 Instruction Manual.lnk\"", - "Remove-Item -Recurse \"$([Environment]::GetFolderPath('startmenu'))\\Programs\\ASIO4ALL v2\"" + "Remove-Item \"$([Environment]::GetFolderPath('Desktop'))\\ASIO4ALL Web Site.lnk\"" ], "uninstaller": { "file": "uninstall.exe", "args": "/S" }, - "shortcuts": [ - [ - "ASIO4ALL v2 Instruction Manual.pdf", - "ASIO4ALL v2 Instruction Manual" - ] - ], "checkver": { - "regex": "ASIO4ALL_(\\d+)_(\\d+)_English\\.exe", - "replace": "${1}.${2}" + "url": "https://asio4all.org/about/download-asio4all/", + "regex": ">([\\d.]+)" }, "autoupdate": { - "url": "https://www.asio4all.org/downloads_11/ASIO4ALL_$underscoreVersion_English.exe" + "url": "https://asio4all.org/downloads/ASIO4ALL_$underscoreVersion_English.exe" } }