Skip to content

Commit

Permalink
update to v1.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDevBR committed Jul 27, 2021
1 parent 26847bd commit e080eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.57.0/atom-amd64.tar.gz"
P_URL="https://github.com/atom/atom/releases/download/v1.58.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 e080eca

Please sign in to comment.