Skip to content

Commit

Permalink
Upgrade WeChat to 2.8.0.133
Browse files Browse the repository at this point in the history
Signed-off-by: Codist <[email protected]>
  • Loading branch information
vufa committed Mar 8, 2020
1 parent 8c232bf commit 1f52a4f
Show file tree
Hide file tree
Showing 4 changed files with 12 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 (com.wechat) on Deepin Wine For Archlinux
pkgver = 2.8.0.121
pkgver = 2.8.0.133
pkgrel = 1
url = https://weixin.qq.com/
install = deepin-wine-wechat.install
Expand All @@ -20,12 +20,12 @@ pkgbase = deepin-wine-wechat
depends = lib32-libldap
conflicts = deepin-wechat
source = https://mirrors.ustc.edu.cn/deepin/pool/non-free/d/deepin.com.wechat/deepin.com.wechat_2.6.2.31deepin0_i386.deb
source = WeChatSetup-2.8.0.121.exe::https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe
source = WeChatSetup-2.8.0.133.exe::https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe
source = run.sh
source = reg.patch
md5sums = c66a173fe6817afd898e0061d9eaf42e
md5sums = 25ade2f2ea3815c08d91c8aeb15f93fc
md5sums = 73e571c39d57283c390bbd703e1fdd9d
md5sums = 562d71c57e136a8aaa3be0d135092161
md5sums = d4bf851a09f5f5339299340388869bc4
md5sums = 35626e820e6790c230718b4dad6482f6

pkgname = deepin-wine-wechat
Expand Down
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=2.8.0.121
pkgver=2.8.0.133
wechat_installer=WeChatSetup
deepinwechatver=2.6.2.31deepin0
pkgrel=1
Expand All @@ -18,8 +18,8 @@ source=("$_mirror/pool/non-free/d/deepin.com.wechat/deepin.com.wechat_${deepinwe
"run.sh"
"reg.patch")
md5sums=('c66a173fe6817afd898e0061d9eaf42e'
'25ade2f2ea3815c08d91c8aeb15f93fc'
'73e571c39d57283c390bbd703e1fdd9d'
'562d71c57e136a8aaa3be0d135092161'
'd4bf851a09f5f5339299340388869bc4'
'35626e820e6790c230718b4dad6482f6')

build() {
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<img src="https://travis-ci.org/countstarlight/deepin-wine-wechat-arch.svg?branch=master" alt="Build Status">
</a>
<a href="https://pc.weixin.qq.com/">
<img src="https://img.shields.io/badge/WeChat-2.8.0.121-blue.svg" alt="WeChat Version">
<img src="https://img.shields.io/badge/WeChat-2.8.0.133-blue.svg" 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.svg" alt="AUR Version">
Expand Down Expand Up @@ -107,8 +107,10 @@ sudo pacman -U #下载的包名

| 微信版本 | wine版本 | 兼容性 | 备注 | deepin-wine版本 | 兼容性 | 备注 |
| :-------: | :------: | :----: | :----------------------------------------------------------: | :-------------: | :----: | :--: |
| 2.8.0.133 | 5.3 | 部分 | 发送图片有问题: [#42](https://github.com/countstarlight/deepin-wine-wechat-arch/issues/42) | | | |
| 2.8.0.112 | 5.0-rc4 | 部分 | 发送图片有问题: [#42](https://github.com/countstarlight/deepin-wine-wechat-arch/issues/42) | | | |
| 2.8.0.106 | 4.19-1 | 部分 | 发送图片有问题: [#42](https://github.com/countstarlight/deepin-wine-wechat-arch/issues/42) | | | |
| 2.7.1.88 | 4.19-1 | 支持 | | | | |
| 2.7.1.88 | 4.18-1 | 部分 | 不能使用中文输入法 | | | |
| 2.7.1.85 | 4.18-1 | 部分 | 不能使用中文输入法 | 2.18_18-2 | ? | |
| 2.7.1.82 | 4.18-1 | 部分 | 不能使用中文输入法 | 2.18_18-2 | 不支持 | 闪退 |
Expand Down Expand Up @@ -214,6 +216,7 @@ yay -S lib32-freetype2-infinality-ultimate

## 更新日志

* 2020-03-08 WeChat-2.8.0.133
* 2020-02-10 WeChat-2.8.0.121
* 2020-01-20 WeChat-2.8.0.116
* 2020-01-10 WeChat-2.8.0.112
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WINEPREFIX="$HOME/.deepinwine/Deepin-WeChat"
APPDIR="/opt/deepinwine/apps/Deepin-WeChat"
APPVER="2.6.2.31deepin0"
WECHAT_INSTALLER="WeChatSetup"
WECHAT_VER="2.8.0.121"
WECHAT_VER="2.8.0.133"
APPTAR="files.7z"
PACKAGENAME="com.wechat"
WINE_CMD="wine"
Expand Down

0 comments on commit 1f52a4f

Please sign in to comment.