opkg: update to 0.4.3.

This commit is contained in:
Piraty 2020-07-06 19:11:03 +02:00
parent 3d44f8cafb
commit 12eadf4403

View File

@ -1,7 +1,7 @@
# Template file for 'opkg'
pkgname=opkg
version=0.4.2
revision=2
version=0.4.3
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=86887852c43457edfff9d8b6d9520f3f1cdd55f25eb600a6eb31e1c4e151e106
checksum=dda452854bc0cd1334f7ba18a66003d1c12a98600c894111b56919b1ea434718
build_options="gpg lz4 ssl"
build_options_default="ssl"