Skip to content

Commit

Permalink
update to v1.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDevBR committed Jan 14, 2021
1 parent 02e139f commit a013cc5
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.53.0/atom-amd64.tar.gz"
P_URL="https://github.com/atom/atom/releases/download/v1.54.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 a013cc5

Please sign in to comment.