mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
imagemagick: Fix source downloads for 7.1.2-0
* www.imagemagick.org/download/releases.. lets you download 7.1.2-0, that actually ends up being a later 7.1.2-1 version. * Change to a more direct download URL which should prevent this from happening. * Of note, the sha256 checksum remains the same. Thus, no package revision bump.
This commit is contained in:
@@ -11,9 +11,8 @@ COPYRIGHT="1999-2020 ImageMagick Studio LLC"
|
||||
LICENSE="IMAGEMAGICK"
|
||||
REVISION="1"
|
||||
imageMagickVersion="${portVersion%.*}-${portVersion##*.}"
|
||||
SOURCE_URI="https://www.imagemagick.org/download/releases/ImageMagick-$imageMagickVersion.tar.xz
|
||||
https://mirror.sobukus.de/files/src/imagemagick/ImageMagick-$imageMagickVersion.tar.xz
|
||||
https://github.com/ImageMagick/ImageMagick/archive/$imageMagickVersion.tar.gz"
|
||||
SOURCE_URI="https://imagemagick.org/archive/releases/ImageMagick-$imageMagickVersion.tar.xz
|
||||
https://mirror.dogado.de/imagemagick/releases/ImageMagick-$imageMagickVersion.tar.xz"
|
||||
CHECKSUM_SHA256="edc13694c2f27554b36dc4817d80284f52c07c31e1ef8b88c8a4902a723dd643"
|
||||
SOURCE_DIR="ImageMagick-$imageMagickVersion"
|
||||
PATCHES="imagemagick-$portVersion.patchset"
|
||||
|
||||
Reference in New Issue
Block a user