Skip to content

Commit 74f85c2

Browse files
authored
Fix url to gtksharp msi
1 parent 2f7d584 commit 74f85c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/Windows/defs/gtksharp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -xe
22

33
GTKSHARP_VERSION=2.12.45
4-
REPO="https://xamarin.azureedge.net/GTKforWindows/Windows/gtk-sharp-$GTKSHARP_VERSION.msi"
4+
REPO="https://github.com/mono/gtk-sharp/releases/download/$GTKSHARP_VERSION/gtk-sharp-$GTKSHARP_VERSION.msi"
55
REPODIR=$(dirname $(realpath $0))/../repos/gtksharp
66

77
error()

0 commit comments

Comments
 (0)