Skip to content

Update Loom version URL#938

Closed
pythoninthegrass wants to merge 1 commit intoInstallomator:mainfrom
pythoninthegrasses:loom
Closed

Update Loom version URL#938
pythoninthegrass wants to merge 1 commit intoInstallomator:mainfrom
pythoninthegrasses:loom

Conversation

@pythoninthegrass
Copy link
Contributor

Additionally, fix the string matching from the yml output. Now returns this:

λ downloadURL=https://cdn.loom.com/desktop-packages/$(curl -fs https://packages.loom.com/desktop-packages/latest-mac.yml | awk '/url/ && /arm64/ && /dmg/ {print $3}')

λ echo $downloadURL
https://cdn.loom.com/desktop-packages/Loom-0.156.5-arm64.dmg

λ downloadURL=https://cdn.loom.com/desktop-packages/$(curl -fs https://packages.loom.com/desktop-packages/latest-mac.yml | awk '/url/ && /dmg/ && ! /arm64/ {print $3}')

λ echo $downloadURL
https://cdn.loom.com/desktop-packages/Loom-0.156.5.dmg

@scriptingosx scriptingosx added the application adds or improves an application label label Apr 12, 2023
@scriptingosx scriptingosx added this to the v10.4 milestone Apr 12, 2023
@scriptingosx
Copy link
Collaborator

Thank you!

@scriptingosx scriptingosx added the duplicate This issue or pull request already exists label May 26, 2023
@scriptingosx
Copy link
Collaborator

duplicate #942

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

application adds or improves an application label duplicate This issue or pull request already exists

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants