Skip to content

Commit

Permalink
Upgraded Magick.Native.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Sep 8, 2019
1 parent 0c1fcfd commit 8778f89
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.8.24.1349
2019.9.8.1642
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.8.62")]
[assembly: System.Reflection.AssemblyTrademark("ImageMagick 7.0.8.64")]
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/gzq0hvzct6n5ja3/Magick.Native.$version.nupkg"
$url = "https://dl.dropboxusercontent.com/s/780rlpm04tyap4a/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/gzq0hvzct6n5ja3/Magick.Native.$version.nupkg"
nuget_url="https://dl.dropboxusercontent.com/s/780rlpm04tyap4a/Magick.Native.$version.nupkg"
curl -s -o Magick.Native.$version.nupkg $nuget_url

cwd=$(pwd)
Expand Down
4 changes: 2 additions & 2 deletions 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.8-62
- ImageMagick 7.0.8-64
- jp2 2.0.14 (14 September 2017)
- jpeg 2.0.2 (14 February 2019)
- lcms 2.9 (6 November 2017)
Expand All @@ -23,5 +23,5 @@ Magick.Native is build with the following libraries:
- pixman 0.30.2
- png 1.6.37 (16 July 2018)
- tiff 4.0.10 (11 November 2018)
- webp 1.0.2 (19 January 2019)
- webp 1.0.3 (7 April 2019)
- zlib 1.2.11 (15 January 2017)

0 comments on commit 8778f89

Please sign in to comment.