diff options
author | B. Watson <yalhcru@gmail.com> | 2021-11-26 17:51:11 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-04 10:09:03 +0700 |
commit | 23612dfd55263e5a1ee497ce3bb7c4f19dd72111 (patch) | |
tree | f483da70187b0310c4412078e3c8a20a46079948 /audio | |
parent | a1f7abdd27c1c57202909f9b4c56d46f474c6158 (diff) |
audio/listener: Fix homepage/download URLs.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/listener/README | 2 | ||||
-rw-r--r-- | audio/listener/listener.SlackBuild | 3 | ||||
-rw-r--r-- | audio/listener/listener.info | 4 |
3 files changed, 4 insertions, 5 deletions
diff --git a/audio/listener/README b/audio/listener/README index b5cf3cb863658..f7926dbbf4ea7 100644 --- a/audio/listener/README +++ b/audio/listener/README @@ -1,3 +1,5 @@ +listener (listens for sound. If detected, it starts recording) + This program listens for sound. If it detects any, it starts recording automatically and also automatically stops when things become silent again. diff --git a/audio/listener/listener.SlackBuild b/audio/listener/listener.SlackBuild index f31300b9deecf..cd2c6dc70b030 100644 --- a/audio/listener/listener.SlackBuild +++ b/audio/listener/listener.SlackBuild @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/audio/listener/listener.info b/audio/listener/listener.info index 81ea95f60e6a3..0576ef5c003b6 100644 --- a/audio/listener/listener.info +++ b/audio/listener/listener.info @@ -1,7 +1,7 @@ PRGNAM="listener" VERSION="2.2" -HOMEPAGE="http://www.vanheusden.com/listener/" -DOWNLOAD="http://www.vanheusden.com/listener/listener-2.2.tgz" +HOMEPAGE="http://web.archive.org/web/20200110185724/https://www.vanheusden.com/listener/" +DOWNLOAD="https://slackware.uk/~urchlay/src/listener-2.2.tgz" MD5SUM="7f8bc7e4c01025cbe2dc03230ab7336b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |