exiftool: use http for url

Incorrect server configuration leads to this redirect when using https://
URL scheme:

 <p>The document has moved <a href="htps://falcon.phy.queensu.ca/SNO/~phil/exiftool/Image-ExifTool-11.99.tar.gz">here</a>.</p>

Curl of cource doesn't understand 'htps://' and fails.
This commit is contained in:
Leonid Pliushch 2020-06-13 13:56:25 +03:00
parent 557d58e1ce
commit 398c4f4a48

View File

@ -3,8 +3,8 @@ TERMUX_PKG_DESCRIPTION="Utility for reading, writing and editing meta informatio
TERMUX_PKG_LICENSE="Artistic-License-2.0"
TERMUX_PKG_MAINTAINER="Leonid Pliushch <leonid.pliushch@gmail.com>"
TERMUX_PKG_VERSION=11.99
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL="https://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-$TERMUX_PKG_VERSION.tar.gz"
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-$TERMUX_PKG_VERSION.tar.gz"
TERMUX_PKG_SHA256=33ed6da3d292652bfbc3131ac533bd8fdfbd576699f9232dbcdfe74beccb70f9
TERMUX_PKG_DEPENDS="perl"