X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/6a7a61f9b2f2bd0919296257c5923fe92a59bfdf..d42f1af4a471214b05e28aa9ddc0031fe3455ac4:/packages/pkg-config/build.sh diff --git a/packages/pkg-config/build.sh b/packages/pkg-config/build.sh index 9e444c7b..a2d21c1d 100644 --- a/packages/pkg-config/build.sh +++ b/packages/pkg-config/build.sh @@ -1,9 +1,8 @@ -TERMUX_PKG_HOMEPAGE=http://www.freedesktop.org/wiki/Software/pkg-config/ +TERMUX_PKG_HOMEPAGE=https://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_VERSION=0.29.2 TERMUX_PKG_SRCURL=https://pkgconfig.freedesktop.org/releases/pkg-config-${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=beb43c9e064555469bd4390dcfd8030b1536e0aa103f08d7abf7ae8cac0cb001 +TERMUX_PKG_SHA256=6fc69c01688c9458a57eb9a1664c9aba372ccda420a02bf4429fe610e7e7d591 TERMUX_PKG_DEPENDS="glib" TERMUX_PKG_RM_AFTER_INSTALL="bin/*-pkg-config"