Skip to content

Commit

Permalink
Upgraded Magick.Native.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Mar 22, 2020
1 parent 863a4eb commit bc17344
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 @@
2020.3.7.1040
2020.3.22.808
2 changes: 1 addition & 1 deletion src/Magick.Native/TrademarkAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// <auto-generated/>
[assembly: System.Reflection.AssemblyTrademark("ImageMagick 7.0.9.27")]
[assembly: System.Reflection.AssemblyTrademark("ImageMagick 7.0.10.2")]
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/o1e9jd5cirbrxxz/Magick.Native.$version.nupkg"
$url = "https://dl.dropboxusercontent.com/s/hzgxrasmdpvfobc/Magick.Native.$version.nupkg"
Invoke-WebRequest $url -Outfile "$temp\Magick.Native.$version.nupkg"
..\..\tools\windows\nuget.exe install Magick.Native -Version $version -OutputDirectory "$target" -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/o1e9jd5cirbrxxz/Magick.Native.$version.nupkg"
nuget_url="https://dl.dropboxusercontent.com/s/hzgxrasmdpvfobc/Magick.Native.$version.nupkg"
curl -s -o Magick.Native.$version.nupkg $nuget_url

cwd=$(pwd)
Expand Down
2 changes: 1 addition & 1 deletion src/Magick.Native/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Magick.Native is build with the following libraries:
- flif 0.3.0 (28 April 2017)
- freetype 2.10.0 (15 March 2019)
- glib 2.53.6 (19 August 2017)
- ImageMagick 7.0.9-27
- ImageMagick 7.0.10-2
- jp2 2.0.14 (14 September 2017)
- jpeg 2.0.2 (14 February 2019)
- lcms 2.9 (6 November 2017)
Expand Down

0 comments on commit bc17344

Please sign in to comment.