From c67c35c83d6619a9ce90fab8a7ea6f281040027b Mon Sep 17 00:00:00 2001 From: Piraty Date: Wed, 11 Jan 2023 14:22:08 +0100 Subject: [PATCH] opkg: update to 0.6.1. --- srcpkgs/opkg/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/opkg/template b/srcpkgs/opkg/template index 73a8d456d88..b1fa7cebdf9 100644 --- a/srcpkgs/opkg/template +++ b/srcpkgs/opkg/template @@ -1,6 +1,6 @@ # Template file for 'opkg' pkgname=opkg -version=0.6.0 +version=0.6.1 revision=1 build_style=gnu-configure configure_args="--enable-sha256 --enable-zstd --without-libsolv --with-static-libopkg @@ -13,7 +13,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=56844722eff237daf14aa6e681436f3245213c5590ed0cda37a79df637ff3a4c +checksum=e87fccb575c64d3ac0559444016a2795f12125986a0da896bab97c4a1a2f1b2a build_options="gpg lz4 ssl" build_options_default="ssl"