diff --git a/bucket/kitty.json b/bucket/kitty.json index 54bbe455a3eb98..1da7950e8ecd93 100644 --- a/bucket/kitty.json +++ b/bucket/kitty.json @@ -1,25 +1,28 @@ { "homepage": "http://kitty.9bis.net", "license": "MIT", - "version": "0.71.0.4", + "version": "0.71.0.6", "url": [ - "https://www.9bis.net/kitty/?file=genpass.exe#/genpass.exe", - "https://www.9bis.net/kitty/?file=kageant.exe#/kageant.exe", - "https://www.9bis.net/kitty/?file=kitty.exe#/kitty.exe", - "https://www.9bis.net/kitty/?file=klink.exe#/klink.exe", - "https://www.9bis.net/kitty/?file=kscp.exe#/kscp.exe", - "https://www.9bis.net/kitty/?file=ksftp.exe#/ksftp.exe" + "https://github.com/cyd01/KiTTY/releases/download/v0.71.0.6/genpass.exe", + "https://github.com/cyd01/KiTTY/releases/download/v0.71.0.6/kittygen.exe", + "https://github.com/cyd01/KiTTY/releases/download/v0.71.0.6/kageant.exe", + "https://github.com/cyd01/KiTTY/releases/download/v0.71.0.6/kitty.exe", + "https://github.com/cyd01/KiTTY/releases/download/v0.71.0.6/klink.exe", + "https://github.com/cyd01/KiTTY/releases/download/v0.71.0.6/kscp.exe", + "https://github.com/cyd01/KiTTY/releases/download/v0.71.0.6/ksftp.exe" ], "hash": [ "13673f67164c1d0431ffdb8da93c97e64e18f0458eb7d30ebd52ee18f72ef94e", - "db058d9c25c9b36d9a1f66b7b76d3f7c591e468dd289812835c74413c0562da3", - "3b4e8da7b879b2cf33c4e43b795dc4aa2a9df8b17e366a58276a0916b1d41800", - "f1470d2143e66325b355eedc61a0a8d0b92238c3c6d99e570f21c63a856af3ff", - "d0c0911c75fa37311a5ee600e511026798825e3174f5f06875f34cd81b6c8d52", - "a5c635efc825ab797b0464b821f0a2228a1f77d1c7505ed2723a9e5c2300db51" + "4e3ccf07081cf3118669fdce720b6a2766b784dec23c3e8ee902d898d6b1c951", + "83019314f8f925990ac2f7ff041683acdc29a23bf370c0dd40e40b2ea6514f8b", + "770fb13def6fab82fcaacede07181c9307bd790978a3286c256d6b1c8f80ccc7", + "4c2260ea2347346ada6c120f9371f1870610dda30feabe56dd92378f8f02a0c4", + "49a6de18c88f9864a97bc08b4072531c693c73beda1f7f9243b10fc845c1e8a1", + "b0e0602d308a135a7cd626172f05ce5bf8b1f9e05b792317f4bcb05ae3af3afe" ], "bin": [ "genpass.exe", + "kittygen.exe", "kageant.exe", "kitty.exe", "klink.exe", @@ -46,7 +49,17 @@ "script": "& taskkill.exe /im kageant.exe /f" }, "checkver": { - "url": "https://www.9bis.net/kitty/check_update.php?version=0.0.0.0", - "re": "The last version is ([\\d.]+)" + "github": "https://github.com/cyd01/KiTTY" + }, + "autoupdate": { + "url": [ + "https://github.com/cyd01/KiTTY/releases/download/v$version/genpass.exe", + "https://github.com/cyd01/KiTTY/releases/download/v$version/kittygen.exe", + "https://github.com/cyd01/KiTTY/releases/download/v$version/kageant.exe", + "https://github.com/cyd01/KiTTY/releases/download/v$version/kitty.exe", + "https://github.com/cyd01/KiTTY/releases/download/v$version/klink.exe", + "https://github.com/cyd01/KiTTY/releases/download/v$version/kscp.exe", + "https://github.com/cyd01/KiTTY/releases/download/v$version/ksftp.exe" + ] } }