Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

audio/sonobus: Updated for version 1.7.2. #8762

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions audio/sonobus/sonobus.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Slackware build script for sonobus

# Copyright 2022-2023 Johannes Schoepfer, Germany
# Copyright 2022-2024 Johannes Schoepfer, Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=sonobus
VERSION=${VERSION:-1.6.2}
VERSION=${VERSION:-1.7.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -72,9 +72,9 @@ cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
-o -perm 511 \) -exec chmod 755 {} + -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} +

mkdir -p build
cd build
Expand Down
8 changes: 4 additions & 4 deletions audio/sonobus/sonobus.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PRGNAM="sonobus"
VERSION="1.6.2"
VERSION="1.7.2"
HOMEPAGE="https://sonobus.net"
DOWNLOAD="https://github.com/sonosaurus/sonobus/archive/1.6.2/sonobus-1.6.2.tar.gz"
MD5SUM="c1d4d2af5a1ffa54ff2e4826036065d8"
DOWNLOAD="https://github.com/sonosaurus/sonobus/archive/1.7.2/sonobus-1.7.2.tar.gz"
MD5SUM="a15499306386bccc414c4ded32671ff6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jack"
REQUIRES="cmake-opt jack"
MAINTAINER="Johannes Schoepfer"
EMAIL="slackbuilds@schoepfer.info"