menu-cache: use https for homepage

%ci:reset-backlog
This commit is contained in:
Leonid Pliushch 2019-05-17 01:20:03 +03:00 committed by Yaksh Bariya
parent e7c9b79097
commit d7dd2600a3
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
TERMUX_PKG_HOMEPAGE=http://lxde.org/
TERMUX_PKG_HOMEPAGE=https://lxde.org/
TERMUX_PKG_DESCRIPTION="Caching mechanism for freedesktop.org compliant menus"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>"
TERMUX_PKG_VERSION=1.1.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/lxde/menu-cache-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=ed02eb459dcb398f69b9fa5bf4dd813020405afc84331115469cdf7be9273ec7
TERMUX_PKG_DEPENDS="glib, libfm-extra"