Skip to content

Commit

Permalink
update to v1.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDevBR committed Oct 13, 2020
1 parent 244b933 commit eec2077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployscript/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
P_URL="https://github.com/atom/atom/releases/download/v1.51.0/atom-amd64.tar.gz"
P_URL="https://github.com/atom/atom/releases/download/v1.52.0/atom-amd64.tar.gz"
P_NAME=$(echo $P_URL | cut -d/ -f5)
P_VERSION=$(echo $P_URL | cut -d/ -f8)
P_VERSION_NUM="${P_VERSION:1}"
Expand Down

0 comments on commit eec2077

Please sign in to comment.