We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Need to renew links in sources.list again: https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_Leap_15.1 https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_Leap_15.2 Maybe better to make autosearch for this links?
The text was updated successfully, but these errors were encountered:
Just to update this, in 2024 the last version is 15.5 or 15.6.
So you can enter this command in Julia REPL:
WinRPM.sources[:] = replace.(WinRPM.sources, "Leap_42.3" => "Leap_15.5")
And then do your WinRPM.update() with a successful download.
WinRPM.update()
Sorry, something went wrong.
No branches or pull requests
Need to renew links in sources.list again:
https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_Leap_15.1
https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_Leap_15.2
Maybe better to make autosearch for this links?
The text was updated successfully, but these errors were encountered: