Skip to content

Commit

Permalink
update to v9.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDevBR committed Oct 23, 2023
1 parent 4545164 commit 004ab27
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.4.0"
MY_VERSION="9.5.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 004ab27

Please sign in to comment.