summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorccat3z2019-02-15 18:17:34 +0800
committerccat3z2019-02-15 18:17:34 +0800
commit290386ade99b4cc49e34f2a08555688b14e99d30 (patch)
treecd2eaa7b6fcf1a510d96cb9c263b5a10e19d796c
parent3be3bd949c5eba1c0a1086360f692dd08d55ec48 (diff)
downloadaur-290386ade99b4cc49e34f2a08555688b14e99d30.tar.gz
1.02.1902010
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bcf074dea39..91dc1274ae4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wechat-devtools
pkgdesc = WeChat Devtools Linux version.
- pkgver = 1.02.1901170
+ pkgver = 1.02.1902010
pkgrel = 1
epoch = 2
url = https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/devtools.html
@@ -11,11 +11,11 @@ pkgbase = wechat-devtools
depends = wine
options = !strip
source = nwjs.tar.gz::https://npm.taobao.org/mirrors/nwjs/v0.24.4/nwjs-sdk-v0.24.4-linux-x64.tar.gz
- source = wechat_devtools_1.02.1901170_x64.exe::https://dldir1.qq.com/WechatWebDev/1.2.0/201901170/wechat_devtools_1.02.1901170_x64.exe
+ source = wechat_devtools_1.02.1902010_x64.exe::https://dldir1.qq.com/WechatWebDev/1.2.0/201902010/wechat_devtools_1.02.1902010_x64.exe
source = wechat-devtools.desktop
source = logo.svg
md5sums = 82f20fe9081201db81652eb066c29f9b
- md5sums = 3a129dc20b2a99660207fb12191d2f7c
+ md5sums = 375035e8500e6bfe3b388583ce3fb06d
md5sums = c87aedb94fdb27085b00fd7851a21945
md5sums = de6f2f282e6d813100474d75d8abfeb9
diff --git a/PKGBUILD b/PKGBUILD
index cb0a453c5166..f2e4f93c3f22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# 方法来自https://github.com/cytle/wechat_web_devtools重新打包
-_wechat_devtools_ver="1.02.1901170"
-_wechat_devtools_url="https://dldir1.qq.com/WechatWebDev/1.2.0/201901170/wechat_devtools_1.02.1901170_x64.exe"
+_wechat_devtools_ver="1.02.1902010"
+_wechat_devtools_url="https://dldir1.qq.com/WechatWebDev/1.2.0/201902010/wechat_devtools_1.02.1902010_x64.exe"
_wechat_devtools_exe="wechat_devtools_${_wechat_devtools_ver}_x64.exe"
_nwjs_ver="0.24.4"
@@ -27,7 +27,7 @@ source=("nwjs.tar.gz::https://npm.taobao.org/mirrors/nwjs/v${_nwjs_ver}/nwjs-sdk
"wechat-devtools.desktop"
"logo.svg")
md5sums=(82f20fe9081201db81652eb066c29f9b
- 3a129dc20b2a99660207fb12191d2f7c
+ 375035e8500e6bfe3b388583ce3fb06d
c87aedb94fdb27085b00fd7851a21945
de6f2f282e6d813100474d75d8abfeb9)
options=('!strip')