wps-office: update to 10.1.0.6758.

This commit is contained in:
Michael Aldridge 2019-03-21 23:30:01 -07:00
parent 72531f5c37
commit e718de8e55
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'wps-office'
pkgname=wps-office
version=10.1.0.6757
version=10.1.0.6758
revision=1
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
homepage="http://wps-community.org"
@ -14,15 +14,15 @@ restricted=yes
#The programs themselves are PIE, but the error reporter isn't :/
nopie=yes
_disturl=http://kdl.cc.ksosoft.com/wps-community/download/6757
_disturl=http://kdl.cc.ksosoft.com/wps-community/download/6758
archs="i686 x86_64"
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
_arch=x86_64
checksum=0280d3e5a3b0c524f54076db6a904a6fee68b19075f6b879b5d2473622d4627e
checksum=f941ffd7cf9066c31f0d35f2b71cb62fa600da6502b50da5efde807a34f25abb
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
_arch=x86
checksum=d291a63ae39e6ac5d4569db3ab58e9888ddab116f000c406f174bc7fccb86985
checksum=492f1f883c36310eb2694681d904daab7096ee8e7260a91e92d16ef62f24e8da
fi
_distTar="${pkgname}_${version}_${_arch}.tar.xz"