Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated:
Browse files Browse the repository at this point in the history
- WPS Office-arm64: 11.1.0.11711 -> 11.1.0.11719
- WPS Office-armhf: 11.1.0.11711 -> 11.1.0.11719
  • Loading branch information
github-actions[bot] committed Feb 21, 2024
1 parent 1b3cd6f commit b269e0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/WPS Office/install-32
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ preserve-environment=true" | sudo tee /etc/schroot/chroot.d/wps-office-chroot >/

echo
#package found in: https://linux.wps.cn/
version=11.1.0.11711
version=11.1.0.11719
# download wps office with custom command
wget --header="Referer: https://linux.wps.cn/" "https://wps-linux-personal.wpscdn.cn/wps/download/ep/Linux2019/$(echo $version | sed 's/.*\.//g')/wps-office_${version}_arm64.deb" -O /tmp/wps-office.deb || error "In the 64-bit chroot, wget failed to download wps-office.deb!"
sudo mv /tmp/wps-office.deb /opt/wps-office-chroot/wps-office.deb
Expand Down
2 changes: 1 addition & 1 deletion apps/WPS Office/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#package found in: https://linux.wps.cn/

version=11.1.0.11711
version=11.1.0.11719

if package_is_new_enough firejail 0.9.58 ;then
firejail_package="firejail"
Expand Down

0 comments on commit b269e0f

Please sign in to comment.