X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/250e48ffff458bbd8ed5aac3a447257b050ad9dd..b8352277e358775f4faaad34ebc22bf9cfe8805f:/packages/pkg-config/build.sh diff --git a/packages/pkg-config/build.sh b/packages/pkg-config/build.sh index b3d2f343..9e444c7b 100644 --- a/packages/pkg-config/build.sh +++ b/packages/pkg-config/build.sh @@ -2,7 +2,8 @@ TERMUX_PKG_HOMEPAGE=http://www.freedesktop.org/wiki/Software/pkg-config/ TERMUX_PKG_DESCRIPTION="Helper tool used when compiling applications and libraries" TERMUX_PKG_VERSION=0.29.1 TERMUX_PKG_REVISION=1 -TERMUX_PKG_SRCURL=http://pkgconfig.freedesktop.org/releases/pkg-config-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SRCURL=https://pkgconfig.freedesktop.org/releases/pkg-config-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=beb43c9e064555469bd4390dcfd8030b1536e0aa103f08d7abf7ae8cac0cb001 TERMUX_PKG_DEPENDS="glib" TERMUX_PKG_RM_AFTER_INSTALL="bin/*-pkg-config"