colordiff: use https for homepage

This commit is contained in:
Leonid Pliushch 2019-05-15 02:41:45 +03:00
parent 577c446ec3
commit 78bc07d782
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
TERMUX_PKG_HOMEPAGE=http://www.colordiff.org
TERMUX_PKG_HOMEPAGE=https://www.colordiff.org/
TERMUX_PKG_DESCRIPTION="Tool to colorize 'diff' output"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=1.0.18
TERMUX_PKG_MAINTAINER="Oliver Schmidhauser @Neo-Oli"
TERMUX_PKG_VERSION=1.0.18
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=http://www.colordiff.org/colordiff-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=29cfecd8854d6e19c96182ee13706b84622d7b256077df19fbd6a5452c30d6e0
TERMUX_PKG_DEPENDS="perl"