From 98cab77e1332da272960201781f63042cf8804d8 Mon Sep 17 00:00:00 2001 From: oreo639 <31916379+Oreo639@users.noreply.github.com> Date: Sun, 21 Aug 2022 15:14:33 -0700 Subject: [PATCH] libproxy: update to 0.4.18 --- srcpkgs/libproxy/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libproxy/template b/srcpkgs/libproxy/template index d6103007032e..59f12ba774da 100644 --- a/srcpkgs/libproxy/template +++ b/srcpkgs/libproxy/template @@ -1,6 +1,6 @@ # Template file for 'libproxy' pkgname=libproxy -version=0.4.15 +version=0.4.18 revision=1 build_style=cmake configure_args="-DWITH_GNOME=0 -DWITH_KDE4=0 -DWITH_MOZJS=0 -DWITH_NM=0 @@ -11,8 +11,8 @@ short_desc="A library handling all the details of proxy configuration" maintainer="Orphaned " 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 +distfiles="https://github.com/libproxy/libproxy/archive/${version}.tar.gz" +checksum=0b4a9218d88f6cf9fa25996a3f38329a11f688a9d026141d9d0e966d8fa63837 libproxy-devel_package() { depends="libproxy>=${version}_${revision}"