Skip to content

Commit b957147

Browse files
committed
Upgrade QQ to 9.4.9.27849
Signed-off-by: Codist <countstarlight@gmail.com>
1 parent d57706d commit b957147

4 files changed

Lines changed: 10 additions & 9 deletions

File tree

.SRCINFO

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = deepin-wine-qq
22
pkgdesc = Tencent QQ on Deepin Wine5(com.qq.im.deepin) For Archlinux
3-
pkgver = 9.4.9.27847
3+
pkgver = 9.4.9.27849
44
pkgrel = 1
55
url = https://im.qq.com/
66
install = deepin-wine-qq.install
@@ -21,10 +21,10 @@ pkgbase = deepin-wine-qq
2121
conflicts = deepin-qq-im
2222
conflicts = deepin.com.qq.im
2323
source = https://cdn-package-store6.deepin.com/appstore/pool/appstore/c/com.qq.im.deepin/com.qq.im.deepin_9.3.2deepin20_i386.deb
24-
source = PCQQ2021-9.4.9.27847.exe::https://down.qq.com/qqweb/PCQQ/PCQQ_EXE/PCQQ2021.exe
24+
source = PCQQ2021-9.4.9.27849.exe::https://down.qq.com/qqweb/PCQQ/PCQQ_EXE/PCQQ2021.exe
2525
source = run.sh
2626
md5sums = 5fdc20e614d945bd2ba5251420872479
27-
md5sums = ddc7ccb8946b9c0dea8015bf1932aec8
28-
md5sums = 3fb167145c817b5ebf2fe1a9d29dbf62
27+
md5sums = ff317c202b61e88c846b2c5b7384c130
28+
md5sums = 94d77ee0095f51d99537d6a0624fcdef
2929

3030
pkgname = deepin-wine-qq

PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Maintainer: taotieren <admin@taotieren.com>
33

44
pkgname=deepin-wine-qq
5-
pkgver=9.4.9.27847
5+
pkgver=9.4.9.27849
66
qq_installer=PCQQ2021
77
debpkgver=9.3.2deepin20
88
debpkgname="com.qq.im.deepin"
@@ -19,8 +19,8 @@ source=("$_mirror/appstore/pool/appstore/c/${debpkgname}/${debpkgname}_${debpkgv
1919
"${qq_installer}-${pkgver}.exe::https://down.qq.com/qqweb/PCQQ/PCQQ_EXE/${qq_installer}.exe"
2020
"run.sh")
2121
md5sums=('5fdc20e614d945bd2ba5251420872479'
22-
'ddc7ccb8946b9c0dea8015bf1932aec8'
23-
'3fb167145c817b5ebf2fe1a9d29dbf62')
22+
'ff317c202b61e88c846b2c5b7384c130'
23+
'94d77ee0095f51d99537d6a0624fcdef')
2424

2525
build() {
2626
msg "Extracting DPKG package ..."

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<img src="https://img.shields.io/github/workflow/status/countstarlight/deepin-wine-qq-arch/CI/action?logo=github&style=flat-square" alt="Build Status">
77
</a>
88
<a href="https://im.qq.com/download/">
9-
<img src="https://img.shields.io/badge/QQ-9.4.9.27847-blue?style=flat-square&logo=tencent-qq" alt="QQ Version">
9+
<img src="https://img.shields.io/badge/QQ-9.4.9.27849-blue?style=flat-square&logo=tencent-qq" alt="QQ Version">
1010
</a>
1111
<a href="https://aur.archlinux.org/packages/deepin-wine-qq/">
1212
<img src="https://img.shields.io/aur/version/deepin-wine-qq?label=AUR&logo=arch-linux&style=flat-square" alt="AUR Version">
@@ -240,6 +240,7 @@ QQ在本地保存的数据不会被删除,如保存在用户文档下的数据
240240
<details open>
241241
<summary>2021</summary>
242242

243+
* 2021-07-16 QQ-9.4.9.27849
243244
* 2021-07-09 QQ-9.4.9.27847
244245
* 2021-06-14 QQ-9.4.8.27843
245246
* 2021-05-11 QQ-9.4.7.27805

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ extract_archive()
3535
BOTTLENAME="Deepin-QQ"
3636
APPVER="9.3.2deepin20"
3737
WINEPREFIX="$HOME/.deepinwine/$BOTTLENAME"
38-
QQ_VER="9.4.9.27847"
38+
QQ_VER="9.4.9.27849"
3939
EXEC_PATH="c:/Program Files/Tencent/QQ/Bin/QQ.exe"
4040
START_SHELL_PATH="$HOME/.deepinwine/deepin-wine-helper/run_v3.sh"
4141
QQ_INSTALLER="PCQQ2021"

0 commit comments

Comments
 (0)