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

Support multiple URLs in package.yml in go-task update #64

Open
TraceyC77 opened this issue Mar 4, 2024 · 0 comments
Open

Support multiple URLs in package.yml in go-task update #64

TraceyC77 opened this issue Mar 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@TraceyC77
Copy link

We have packages that need multiple URLs such as yubico-authenticator
Feature request: Allow go-task update to handle more than one url

The package.yml for yubico-authenticator looks like:

name       : yubico-authenticator
version    : 6.4.0
release    : 7
source     :
    - https://github.com/Yubico/yubioath-flutter/archive/refs/tags/6.4.0.tar.gz : cd0d4794205e386866872b945efdfb00fe514e1ff027f6f8c1c87d33dbb53c79
    - https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.16.5-stable.tar.xz#flutter.tar.xz : 57e59fa3a31be7e87b3847cdf782f1323578bbf70a0cd35f3615f01ab429ac29
homepage   : https://www.yubico.com/products/yubico-authenticator/
license    : BSD-2-Clause
component  : security
...

Currently, when running go-task update -- $version $url, the second URL is stripped from package.yml
This causes the build to fail

@TraceyC77 TraceyC77 added the enhancement New feature or request label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant