From e718de8e55785b695f33823de5ec9f6edf0fb8ab Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Thu, 21 Mar 2019 23:30:01 -0700 Subject: [PATCH] wps-office: update to 10.1.0.6758. --- srcpkgs/wps-office/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/wps-office/template b/srcpkgs/wps-office/template index bc0b90f7cfa..38b1de31fcd 100644 --- a/srcpkgs/wps-office/template +++ b/srcpkgs/wps-office/template @@ -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 " 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"