Skip to content

Commit

Permalink
qqnt: add version 9.9.16.241112
Browse files Browse the repository at this point in the history
  • Loading branch information
cscnk52 committed Nov 14, 2024
1 parent e1ee118 commit 6bcc0cb
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions bucket/qqnt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"homepage": "https://im.qq.com/pcqq/index.shtml",
"description": "An instant messaging software service developed by Tencent",
"license": "Freeware",
"version": "9.9.16.241112",
"architecture": {
"64bit": {
"url": "https://dldir1.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.16_241112_x64_01.exe#/dl.7z",
"hash": "1a77884bc9e4ffcd7a30a1a118d4339d19b212c48bdfccdfa9f4b98e284cf99c"
},
"32bit": {
"url": "https://dldir1.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.16_241112_x86_01.exe#/dl.7z",
"hash": "eb3ab2d7037bd8364cb10715717c2924d3275207a4a9c79677926c0c1eb4863d"
},
"arm64": {
"url": "https://dldir1.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.16_241112_arm64_01.exe#/dl.7z",
"hash": "fd7b9f5601e69729e830f1cbdc8659e1d9d82c0532977185321a7624dc242d04"
}
},
"extract_dir": "Files",
"shortcuts": [
[
"QQ.exe",
"QQ"
]
],
"checkver": {
"script": [
"$url = 'https://im.qq.com/pcqq/index.shtml'",
"$resp = Invoke-WebRequest -Uri $url",
"$cont = $resp.Content",
"$pattern = 'https://qq-web.cdn-go.cn.*windowsDownloadUrl.js'",
"$jsUrl = [regex]::Match($cont, $pattern).Value",
"Invoke-WebRequest -Uri $jsUrl"
],
"regex": "QQNT/Windows/QQ_([\\d\\.]+)_([\\d]+)_x86_01.exe",
"replace": "${1}.${2}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dldir1.qq.com/qqfile/qq/QQNT/Windows/QQ_$match1_$match2_x64_01.exe#/dl.7z"
},
"32bit": {
"url": "https://dldir1.qq.com/qqfile/qq/QQNT/Windows/QQ_$match1_$match2_x86_01.exe#/dl.7z"
},
"arm64": {
"url": "https://dldir1.qq.com/qqfile/qq/QQNT/Windows/QQ_$match1_$match2_arm64_01.exe#/dl.7z"
}
}
}
}

0 comments on commit 6bcc0cb

Please sign in to comment.