From 4e3c64dfe244b75bb94ac310b101cb316efe1dfb Mon Sep 17 00:00:00 2001 From: Piraty Date: Sun, 16 Jun 2019 22:30:00 +0200 Subject: [PATCH] opkg: update to 0.4.1. --- srcpkgs/opkg/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/opkg/template b/srcpkgs/opkg/template index 07693122cf7..8f950024556 100644 --- a/srcpkgs/opkg/template +++ b/srcpkgs/opkg/template @@ -1,7 +1,7 @@ # Template file for 'opkg' pkgname=opkg -version=0.4.0 -revision=2 +version=0.4.1 +revision=1 build_style=gnu-configure configure_args="--enable-sha256 --without-libsolv --with-static-libopkg $(vopt_enable lz4) $(vopt_if openssl '--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=f6c00515d8a2ad8f6742a8e73830315d1983ed0459cba77c4d656cfc9e7fe6fe +checksum=45ac1e037d3877f635d883f8a555e172883a25d3eeb7986c75890fdd31250a43 build_options="gpg lz4 ssl" build_options_default="ssl"