From 5a8e74589406cdf6a5c3fbf3dde4b67371c959c7 Mon Sep 17 00:00:00 2001 From: tibequadorian Date: Thu, 10 Feb 2022 18:40:40 +0100 Subject: [PATCH] libproxy: update to 0.4.17. --- srcpkgs/libproxy/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libproxy/template b/srcpkgs/libproxy/template index d6103007032e..52b050bb9bbc 100644 --- a/srcpkgs/libproxy/template +++ b/srcpkgs/libproxy/template @@ -1,18 +1,18 @@ # Template file for 'libproxy' pkgname=libproxy -version=0.4.15 +version=0.4.17 revision=1 build_style=cmake configure_args="-DWITH_GNOME=0 -DWITH_KDE4=0 -DWITH_MOZJS=0 -DWITH_NM=0 -DWITH_PERL=0 -DWITH_PYTHON=1 -DWITH_WEBKIT=0" hostmakedepends="pkg-config python" makedepends="zlib-devel" -short_desc="A library handling all the details of proxy configuration" +short_desc="Library handling all the details of proxy configuration" maintainer="Orphaned " +license="LGPL-2.1-or-later" homepage="http://github.com/libproxy/libproxy" -license="LGPL-2.1" distfiles="https://github.com/libproxy/libproxy/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" -checksum=18f58b0a0043b6881774187427ead158d310127fc46a1c668ad6d207fb28b4e0 +checksum=88c624711412665515e2800a7e564aabb5b3ee781b9820eca9168035b0de60a9 libproxy-devel_package() { depends="libproxy>=${version}_${revision}"