From 5af5d2af0197f3ac1b9fb3cdd5418c94520b854c Mon Sep 17 00:00:00 2001 From: Bnyro Date: Wed, 28 Jun 2023 17:52:50 +0200 Subject: [PATCH] snoopy: update to 2.5.1, fix dead distfiles --- srcpkgs/snoopy/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/snoopy/template b/srcpkgs/snoopy/template index 3d1b338fb245..c542a1d76dac 100644 --- a/srcpkgs/snoopy/template +++ b/srcpkgs/snoopy/template @@ -1,16 +1,16 @@ # Template file for 'snoopy' pkgname=snoopy -version=2.4.6 +version=2.5.1 revision=1 build_style=gnu-configure hostmakedepends="socat" conf_files="/etc/snoopy.ini" short_desc="Log every executed command to syslog" maintainer="Orphaned " -license="GPL-2" +license="GPL-2-only" homepage="https://github.com/a2o/snoopy" -distfiles="http://source.a2o.si/download/snoopy/snoopy-${version}.tar.gz" -checksum=6442e1145a5cad725f6aae0887030ee3db34bafc40bbe3bb84da836cbb5f1569 +distfiles="https://github.com/a2o/snoopy/releases/download/snoopy-${version}/snoopy-${version}.tar.gz" +checksum=09daa74213c360acaf84318710f2902763a9c08be54753dabcc09478dcb9c43e pre_configure() { find . -type f -name Makefile.in -exec sed -i 's| -Werror||' {} +