We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f9af6 commit cb4bc26Copy full SHA for cb4bc26
1 file changed
srcpkgs/snoopy/template
@@ -1,16 +1,16 @@
1
# Template file for 'snoopy'
2
pkgname=snoopy
3
-version=2.4.6
+version=2.5.2
4
revision=1
5
build_style=gnu-configure
6
-hostmakedepends="socat"
+hostmakedepends="socat procps-ng"
7
conf_files="/etc/snoopy.ini"
8
short_desc="Log every executed command to syslog"
9
maintainer="Orphaned <orphan@voidlinux.org>"
10
license="GPL-2.0-only"
11
homepage="https://github.com/a2o/snoopy"
12
distfiles="https://github.com/a2o/snoopy/releases/download/snoopy-${version}/snoopy-${version}.tar.gz"
13
-checksum=6442e1145a5cad725f6aae0887030ee3db34bafc40bbe3bb84da836cbb5f1569
+checksum=9bee136cc3a676e8a11e5ad23339f32fe1a6aea473abca1cc625beb71ebbafc9
14
15
pre_configure() {
16
find . -type f -name Makefile.in -exec sed -i 's| -Werror||' {} +
0 commit comments