Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-01-28 03:34:44 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-01-28 03:34:44 +0300
commitb153e9074aa6b1b6a22b9cc40edd02fd0fc94411 (patch)
treed0b432cc83c96938d99539f84768525359ddc76a /packaging
parent3238bf35864eaa9b4c7417e277d8464d526a696a (diff)
[packaging] Fix variable
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/Windows/defs/gtksharp2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/Windows/defs/gtksharp b/packaging/Windows/defs/gtksharp
index 727c429c732..ee568c49d32 100755
--- a/packaging/Windows/defs/gtksharp
+++ b/packaging/Windows/defs/gtksharp
@@ -1,7 +1,7 @@
#!/bin/bash -xe
GTKSHARP_VERSION=2.12.45
-REPO="https://dl.xamarin.com/GTKforWindows/Windows/gtk-sharp-$(GTKSHARP_VERSION).msi"
+REPO="https://dl.xamarin.com/GTKforWindows/Windows/gtk-sharp-$GTKSHARP_VERSION.msi"
REPODIR=$(dirname $(realpath $0))/../repos/gtksharp
error()