Skip to content

Commit

Permalink
qqnt: Fix checkver
Browse files Browse the repository at this point in the history
  • Loading branch information
cscnk52 committed Jul 30, 2024
1 parent e2978f5 commit 1f6dd21
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bucket/qqnt.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"homepage": "https://im.qq.com/pcqq/index.shtml",
"description": "An instant messaging software service developed by Tencent",
"license": "Freeware",
"version": "9.9.12.240715",
"version": "9.9.12.240729",
"architecture": {
"64bit": {
"url": "https://dldir1.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.12_240715_x64_01.exe#/dl.7z",
"hash": "7564581911375a83487d044e94b60333d5b2118abf4ec6829aaa4eb953855256"
"url": "https://dldir1.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.12_240729_x64_01.exe#/dl.7z",
"hash": "5b0168af050c2abbd7c5437502c31afed621421816bcf6785892c9321f7fd26f"
},
"32bit": {
"url": "https://dldir1.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.12_240715_x86_01.exe#/dl.7z",
"hash": "11f16becbb65e266c25613449052cf01328d36f547d30daa82c71520234085c7"
"url": "https://dldir1.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.12_240729_x86_01.exe#/dl.7z",
"hash": "15a4708ea74a262120348d028db60807d3788c0cdd89a681538cb984eb400cdd"
}
},
"extract_dir": "Files",
Expand All @@ -21,7 +21,7 @@
]
],
"checkver": {
"url": "https://qq-web.cdn-go.cn/im.qq.com_new/f2ff7664/rainbow/windowsDownloadUrl.js",
"url": "https://qq-web.cdn-go.cn/im.qq.com_new/4d7d217d/202407291849/windowsDownloadUrl.js",
"regex": "QQNT/Windows/QQ_([\\d\\.]+)_([\\d]+)_x86_01.exe",
"replace": "${1}.${2}"
},
Expand Down

0 comments on commit 1f6dd21

Please sign in to comment.