Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
update 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marguerite committed Jan 30, 2021
1 parent 5496fae commit 1e1c352
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions wps.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func download(src, dest string) error {
fmt.Printf("Downloading binary data from %s (200+ mb), it may take some time.\n", src)

var stdoutBuf, stderrBuf bytes.Buffer
cmd := exec.Command("/usr/bin/aria2c", "-c", "-x", "16", "-o", dest, src)
cmd := exec.Command("/usr/bin/aria2c", "-c", "--check-certificate=false", "-x", "16", "-o", dest, src)
stdoutIn, _ := cmd.StdoutPipe()
stderrIn, _ := cmd.StderrPipe()

Expand Down Expand Up @@ -145,7 +145,7 @@ func main() {
app := cli.NewApp()
app.Usage = "WPS Office installer for openSUSE"
app.Description = "Install WPS Office in your openSUSE easily."
app.Version = "20201020"
app.Version = "20210130"
app.Authors = []cli.Author{
{Name: "Marguerite Su", Email: "marguerite@opensuse.org"},
}
Expand Down
4 changes: 2 additions & 2 deletions wps.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: wps-office
version: 11.1.0.9662-1
version: 11.1.0.10161-1
alpha:
architecture: x86_64
url: https://wdl1.cache.wps.cn/wps/download/ep/Linux2019/9662
url: https://wdl1.cache.wps.cn/wps/download/ep/Linux2019/10161

0 comments on commit 1e1c352

Please sign in to comment.