Skip to content

Commit f1cf27b

Browse files
committed
Update to jack2 1.9.22 and qjackctl 0.9.9
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 8a33a68 commit f1cf27b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

pack-jack2-version.sh

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
export JACK2_VERSION=1abd04edab2fef8e7b5e5197dd03034358a37078
4-
export QJACKCTL_VERSION=0.9.7
3+
export JACK2_VERSION=v1.9.22
4+
export QJACKCTL_VERSION=0.9.9
55

66
set -e
77

@@ -26,12 +26,6 @@ rm -rf ~/PawPawBuilds/builds/*/qjackctl-${QJACKCTL_VERSION}
2626
# ---------------------------------------------------------------------------------------------------------------------
2727

2828
./PawPaw/build-jack2.sh ${target}
29-
30-
# FIXME remove this on 1.9.22
31-
ln -s ~/PawPawBuilds/builds/${target}/jack2-${JACK2_VERSION} PawPaw/jack2
32-
ln -s ~/PawPawBuilds/builds/${target}/jack2-${JACK2_VERSION} ~/PawPawBuilds/builds/${target}/jack2-v1.9.21
33-
export JACK2_VERSION=v1.9.21
34-
3529
./PawPaw/pack-jack2.sh ${target}
3630

3731
# ---------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)