opkg: update to 0.4.2.

This commit is contained in:
Piraty 2019-12-26 13:39:39 +01:00
parent 0e0bfacd8b
commit eb7506ef8f

View File

@ -1,7 +1,7 @@
# Template file for 'opkg'
pkgname=opkg
version=0.4.1
revision=2
version=0.4.2
revision=1
build_style=gnu-configure
configure_args="--enable-sha256 --without-libsolv --with-static-libopkg
$(vopt_enable lz4) $(vopt_if ssl '--enable-openssl --enable-ssl-curl')
@ -15,7 +15,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
license="GPL-2.0-or-later"
homepage="http://code.google.com/p/opkg/"
distfiles="https://downloads.yoctoproject.org/releases/opkg/opkg-${version}.tar.gz"
checksum=45ac1e037d3877f635d883f8a555e172883a25d3eeb7986c75890fdd31250a43
checksum=86887852c43457edfff9d8b6d9520f3f1cdd55f25eb600a6eb31e1c4e151e106
build_options="gpg lz4 ssl"
build_options_default="ssl"