Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

archi: fix url #13964

Closed
wants to merge 1 commit into from
Closed

archi: fix url #13964

wants to merge 1 commit into from

Conversation

abgox
Copy link
Contributor

@abgox abgox commented Sep 5, 2024

Closes #13962

Copy link
Contributor

github-actions bot commented Sep 5, 2024

Your changes do not pass checks.

archi

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

@abgox
Copy link
Contributor Author

abgox commented Sep 5, 2024

/verify

Copy link
Contributor

github-actions bot commented Sep 5, 2024

Your changes do not pass checks.

archi

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

@abgox
Copy link
Contributor Author

abgox commented Sep 5, 2024

@aliesbelik There seems to be a problem with this Actions not detecting Autoupdate correctly.

@ogerardin
Copy link
Contributor

ogerardin commented Sep 6, 2024

@aliesbelik There seems to be a problem with this Actions not detecting Autoupdate correctly.

Autoupdate URL needs to be updated too as it does not match the current download URL.
The URL pattern seems to have changed (again) from
https://www.archimatetool.com/downloads/archi/$version/Archi-Win64-$version.zip
to
https://www.archimatetool.com/downloads/archi/$majorversion.$minorversion/Archi-Win64-$version.zip

@abgox
Copy link
Contributor Author

abgox commented Sep 6, 2024

@aliesbelik There seems to be a problem with this Actions not detecting Autoupdate correctly.

Autoupdate URL needs to be updated too as it does not match the current download URL. The URL pattern seems to have changed (again) from https://www.archimatetool.com/downloads/archi/$version/Archi-Win64-$version.zip to https://www.archimatetool.com/downloads/archi/$majorversion.$minorversion/Archi-Win64-$version.zip

  • But 4.0 is a special case.
  • If change to https://www.archimatetool.com/downloads/archi/$majorversion.$minorversion/Archi-Win64-$version.zip When the app is updated to 4.0.1, the problem occurs again.
  • I think this is a special url fix and should ignore the Actions error.

@ogerardin
Copy link
Contributor

Autoupdate URL needs to be updated too as it does not match the current download URL. The URL pattern seems to have changed (again) from https://www.archimatetool.com/downloads/archi/$version/Archi-Win64-$version.zip to https://www.archimatetool.com/downloads/archi/$majorversion.$minorversion/Archi-Win64-$version.zip

  • But 4.0 is a special case.

You mean 5.4.0? Maybe it is, maybe not. We don't know how the publisher will structure the URL for future versions. There has already been several changes for this app.

  • If change to https://www.archimatetool.com/downloads/archi/$majorversion.$minorversion/Archi-Win64-$version.zip When the app is updated to 4.0.1, the problem occurs again.

Assuming you mean 5.4.1, not necessarily. If the URL pattern remains the same it could be https://www.archimatetool.com/downloads/archi/5.4/Archi-Win64-5.4.1.zip
Only the publisher knows.

  • I think this is a special url fix and should ignore the Actions error.

You may be right, I think the publishing is manual and the change could be an accident.

@ogerardin
Copy link
Contributor

ogerardin commented Sep 6, 2024

For info, I made a request on Archi's GitHub to ask if they could stick to a consistent download URL pattern: my request was deleted without explanation.

I asked the question on the Archi user forum and my account got deleted immediately without explanation!

I understand that scoop is not a supported installation method but it's the installation/update method chosen by many Archi users, who deserve respect and at least a response to a legitimate request, even if it was just to say "we can't commit to that".

It's now clear the Archie people don't care about them.

@ogerardin
Copy link
Contributor

They have fixed the download URL, so Archi now downloads correctly from the current URL.

This pull request can be closed as it is now useless.

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

Successfully merging this pull request may close these issues.

archi@5.4.0: download via aria2 failed
2 participants