From 12eadf4403f14c2054e643004a7ff0fb0654c64c Mon Sep 17 00:00:00 2001 From: Piraty Date: Mon, 6 Jul 2020 19:11:03 +0200 Subject: [PATCH] opkg: update to 0.4.3. --- srcpkgs/opkg/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/opkg/template b/srcpkgs/opkg/template index 98433eb8b5e..4299386f261 100644 --- a/srcpkgs/opkg/template +++ b/srcpkgs/opkg/template @@ -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 " 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"