opkg: update to 0.4.5.

This commit is contained in:
Piraty 2021-06-09 09:55:04 +02:00
parent 3b96ab4c4c
commit c0754694b9

View file

@ -1,7 +1,7 @@
# Template file for 'opkg'
pkgname=opkg
version=0.4.4
revision=2
version=0.4.5
revision=1
build_style=gnu-configure
configure_args="--enable-sha256 --without-libsolv --with-static-libopkg
$(vopt_if ssl '--enable-openssl --enable-ssl-curl') $(vopt_enable gpg)"
@ -13,7 +13,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=2217acc58b8eb31300631ebae75e222ebc700c9c1cf6408088705d19a472c839
checksum=a1214a75fa34fb9228db8da47308e0e711b1c93fd8938cf164c10fd28eb50f1e
build_options="gpg lz4 ssl"
build_options_default="ssl"