From eb7506ef8f1f58e6645567ccc31312e169492584 Mon Sep 17 00:00:00 2001 From: Piraty Date: Thu, 26 Dec 2019 13:39:39 +0100 Subject: [PATCH] opkg: update to 0.4.2. --- srcpkgs/opkg/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/opkg/template b/srcpkgs/opkg/template index 012c333afdb..450ba6fd871 100644 --- a/srcpkgs/opkg/template +++ b/srcpkgs/opkg/template @@ -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 " 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"