Skip to content

Commit

Permalink
Upgrade WeChat to 3.2.1.127
Browse files Browse the repository at this point in the history
Signed-off-by: Codist <[email protected]>
  • Loading branch information
vufa committed Apr 2, 2021
1 parent 519c383 commit d622923
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = deepin-wine-wechat
pkgdesc = Tencent WeChat on Deepin Wine(com.qq.weixin.deepin) For Archlinux
pkgver = 3.1.0.72
pkgver = 3.2.1.127
pkgrel = 1
url = https://weixin.qq.com/
install = deepin-wine-wechat.install
Expand All @@ -19,11 +19,11 @@ pkgbase = deepin-wine-wechat
depends = lib32-libldap
conflicts = deepin-wechat
source = https://cdn-package-store6.deepin.com/appstore/pool/appstore/c/com.qq.weixin.deepin/com.qq.weixin.deepin_2.9.5.41deepin7_i386.deb
source = WeChatSetup-3.1.0.72.exe::https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe
source = WeChatSetup-3.2.1.127.exe::https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe
source = run.sh
md5sums = 42794ec8f1e61407e670f1382a0d72db
md5sums = c09d13e6effb9c85d731837e553df0fa
md5sums = b4b4893ab28204f7c24c1c8a888e9801
md5sums = 2abe12331bb9ff7fe01a2d95ad4bd33f
md5sums = 467c69c9144ceee7f3d3c0e7d161db3f

pkgname = deepin-wine-wechat

6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Codist <[email protected]>

pkgname=deepin-wine-wechat
pkgver=3.1.0.72
pkgver=3.2.1.127
wechat_installer=WeChatSetup
deepinwechatver=2.9.5.41deepin7
debpkgname="com.qq.weixin.deepin"
Expand All @@ -18,8 +18,8 @@ source=("$_mirror/appstore/pool/appstore/c/${debpkgname}/${debpkgname}_${deepinw
"${wechat_installer}-${pkgver}.exe::https://dldir1.qq.com/weixin/Windows/${wechat_installer}.exe"
"run.sh")
md5sums=('42794ec8f1e61407e670f1382a0d72db'
'c09d13e6effb9c85d731837e553df0fa'
'b4b4893ab28204f7c24c1c8a888e9801')
'2abe12331bb9ff7fe01a2d95ad4bd33f'
'467c69c9144ceee7f3d3c0e7d161db3f')

build() {
msg "Extracting DPKG package ..."
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<img src="https://img.shields.io/travis/countstarlight/deepin-wine-wechat-arch?&logo=travis&style=flat-square" alt="Build Status">
</a>
<a href="https://pc.weixin.qq.com/">
<img src="https://img.shields.io/badge/WeChat-3.1.0.72-blue?style=flat-square&logo=wechat" alt="WeChat Version">
<img src="https://img.shields.io/badge/WeChat-3.2.1.127-blue?style=flat-square&logo=wechat" alt="WeChat Version">
</a>
<a href="https://aur.archlinux.org/packages/deepin-wine-wechat/">
<img src="https://img.shields.io/aur/version/deepin-wine-wechat?label=AUR&logo=arch-linux&style=flat-square" alt="AUR Version">
Expand Down Expand Up @@ -122,6 +122,7 @@ dpi,目录映射等可以在 `winecfg` 进行设置,打开 `winecfg` 的命

| 微信 | wine | 兼容性 | 备注 | deepin-wine | 兼容性 | 备注 |
| :-------: | :-----: | :--------: | :----------------------------------------------------------: | :---------: | :----: | :----------------------------------------------------------: |
| 3.2.1.127 | 6.5 | 部分 | | 5.0.16-1 | 支持 | |
| 3.1.0.72 | 6.0 | 部分 | 截图功能不可用:[#73](https://github.com/countstarlight/deepin-wine-wechat-arch/issues/73) | 5.0.16-1 | 支持 | |
| 3.1.0.41 | 5.22 | 部分 | 截图功能不可用:[#73](https://github.com/countstarlight/deepin-wine-wechat-arch/issues/73) | 5.0.16-1 | 支持 | |
| 3.0.0.57 | 5.22 | **不支持** | 微信安装程序不能启动:[#92](https://github.com/countstarlight/deepin-wine-wechat-arch/issues/92) | 5.0.16-1 | 支持 | |
Expand Down Expand Up @@ -246,6 +247,7 @@ bash $HOME/.deepinwine/deepin-wine-helper/sendkeys.sh w wechat 4
<details open>
<summary>2021</summary>

* 2021-04-02 WeChat-3.2.1.127
* 2021-01-29 WeChat-3.1.0.72

</details>
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ extract_archive()
BOTTLENAME="Deepin-WeChat"
APPVER="2.9.5.41deepin7"
WINEPREFIX="$HOME/.deepinwine/$BOTTLENAME"
WECHAT_VER="3.1.0.72"
WECHAT_VER="3.2.1.127"
EXEC_PATH="c:/Program Files/Tencent/WeChat/WeChat.exe"
START_SHELL_PATH="$HOME/.deepinwine/deepin-wine-helper/run_v3.sh"
WECHAT_INSTALLER="WeChatSetup"
Expand Down

0 comments on commit d622923

Please sign in to comment.