mono / gtk-sharp

Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono
http://www.mono-project.com/GtkSharp
Other
424 stars 140 forks source link

Download link is 404 #305

Closed mfkl closed 1 year ago

mfkl commented 1 year ago

From https://www.mono-project.com/download/stable/

> wget https://xamarin.azureedge.net/GTKforWindows/Windows/gtk-sharp-2.12.45.msi
wget : <?xml version="1.0" encoding="utf-8"?><Error><Code>ResourceNotFound</Code><Message>The specified resource does not exist.
RequestId:c6584b19-c01e-005a-7efa-f721b6000000
Time:2022-11-14T07:28:44.1251339Z</Message></Error>
At line:1 char:1
+ wget https://xamarin.azureedge.net/GTKforWindows/Windows/gtk-sharp-2. ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebException
    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand

Chocolatey (and likely others) rely on that link so it might break a few people. Is there another link or could this one be fixed? Thanks!

knocte commented 1 year ago

Seems the correct link is https://github.com/mono/gtk-sharp/releases/download/2.12.45/gtk-sharp-2.12.45.msi ? (From https://github.com/mono/gtk-sharp/releases/tag/2.12.45 .)

mfkl commented 1 year ago

Yep, thanks @directhex for the fix.