Skip to content

Commit

Permalink
update to v9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDevBR committed Jun 25, 2023
1 parent b94ce80 commit 5b77326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
@@ -1,5 +1,5 @@
#!/bin/bash
MY_VERSION="9.2.0"
MY_VERSION="9.3.0"
P_URL="https://github.com/peazip/PeaZip/releases/download/${MY_VERSION}/peazip_portable-${MY_VERSION}.LINUX.GTK2.x86_64.tar.gz"
P_NAME=$(echo $P_URL | cut -d/ -f5)
P_VERSION=$(echo $P_URL | cut -d/ -f8)
Expand Down

0 comments on commit 5b77326

Please sign in to comment.