Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Commit e080eca

Browse files
author
DanielDevBR
committed
update to v1.58.0
1 parent 26847bd commit e080eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
P_URL="https://github.com/atom/atom/releases/download/v1.57.0/atom-amd64.tar.gz"
2+
P_URL="https://github.com/atom/atom/releases/download/v1.58.0/atom-amd64.tar.gz"
33
P_NAME=$(echo $P_URL | cut -d/ -f5)
44
P_VERSION=$(echo $P_URL | cut -d/ -f8)
55
P_VERSION_NUM="${P_VERSION:1}"

0 commit comments

Comments
 (0)