From eec20779a06c1e2329d78d9a35bd86d55ec4518e Mon Sep 17 00:00:00 2001 From: DanielDevBR Date: Tue, 13 Oct 2020 11:30:38 -0300 Subject: [PATCH] update to v1.52.0 --- deployscript/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployscript/deploy.sh b/deployscript/deploy.sh index 16c9f4a..37a70a3 100755 --- a/deployscript/deploy.sh +++ b/deployscript/deploy.sh @@ -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}"