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 20, 2019
1 parent eb4ae43 commit b533660
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 @@
2019.9.8.1642
2019.9.20.748
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.64")]
[assembly: System.Reflection.AssemblyTrademark("ImageMagick 7.0.8.65")]
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/780rlpm04tyap4a/Magick.Native.$version.nupkg"
$url = "https://dl.dropboxusercontent.com/s/vlsjsdwnk7va63t/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/780rlpm04tyap4a/Magick.Native.$version.nupkg"
nuget_url="https://dl.dropboxusercontent.com/s/vlsjsdwnk7va63t/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.8-64
- ImageMagick 7.0.8-65
- 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 b533660

Please sign in to comment.