Skip to content

Commit

Permalink
Upgraded Magick.Native.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jun 23, 2019
1 parent afa49bb commit 2aba84c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Magick.Native/Magick.Native.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2019.6.23.649
2019.6.23.1950
2 changes: 1 addition & 1 deletion src/Magick.Native/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function installPackage($version, $target) {
[void](New-Item -ItemType directory -Path $temp)

# Temporary download from DropBox
$url = "https://dl.dropboxusercontent.com/s/r0lvym0jrqyw0hz/Magick.Native.$version.nupkg"
$url = "https://dl.dropboxusercontent.com/s/o91vte7s2fjnjuk/Magick.Native.$version.nupkg"
Invoke-WebRequest $url -Outfile "$temp\Magick.Native.$version.nupkg"
..\..\tools\windows\nuget.exe install Magick.Native -Version $version -OutputDirectory "$temp\..\temp" -Source $temp

Expand Down
2 changes: 1 addition & 1 deletion src/Magick.Native/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ installPackage() {
mkdir temp

# Temporary download from DropBox
nuget_url="https://dl.dropboxusercontent.com/s/r0lvym0jrqyw0hz/Magick.Native.$version.nupkg"
nuget_url="https://dl.dropboxusercontent.com/s/o91vte7s2fjnjuk/Magick.Native.$version.nupkg"
curl -s -o Magick.Native.$version.nupkg $nuget_url

cwd=$(pwd)
Expand Down

0 comments on commit 2aba84c

Please sign in to comment.