File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -99,9 +99,9 @@ sudo apt-get install libgtk2.0-dev libasound2-dev libjack-jackd2-dev uuid-dev
99
99
# clone Audacity
100
100
git clone https://github.com/audacity/audacity.git
101
101
102
- # It is recommended to check out specific tag / branch here, such as release-3.6.0
102
+ # It is recommended to check out specific tag / branch here, such as release-3.6.1
103
103
cd audacity
104
- git checkout release-3.6.0
104
+ git checkout release-3.6.1
105
105
cd ..
106
106
107
107
# Create build directory
Original file line number Diff line number Diff line change @@ -89,9 +89,9 @@ pip install conan
89
89
:: clone Audacity
90
90
git clone https://github.com/audacity/audacity.git
91
91
92
- :: Check out latest Audacity branch that our plugins are compatible with (currently, release-3.6.0 )
92
+ :: Check out latest Audacity branch that our plugins are compatible with (currently, release-3.6.1 )
93
93
cd audacity
94
- git checkout release-3.6.0
94
+ git checkout release-3.6.1
95
95
cd ..
96
96
97
97
mkdir audacity-build
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ set OPENCL_SDK_256SUM=11844a1d69a71f82dc14ce66382c6b9fc8a4aee5840c21a786c5accb1d
29
29
:: GIT Repo Configuration ::
30
30
:: :::::::::::::::::::::::::::
31
31
set AUDACITY_REPO_CLONE_URL = https://github.com/audacity/audacity.git
32
- set AUDACITY_REPO_CHECKOUT = release-3.6.0
32
+ set AUDACITY_REPO_CHECKOUT = release-3.6.1
33
33
34
34
set WHISPERCPP_REPO_CLONE_URL = https://github.com/ggerganov/whisper.cpp
35
35
set WHISPERCPP_REPO_CHECKOUT = v1.6.0
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ set AUDACITY_BUILD_LEVEL=2
16
16
set AUDACITY_BUILD_CONFIG = RelWithDebInfo
17
17
18
18
:: The version that we will pass to inno setup as the app version.
19
- set AI_PLUGIN_VERSION = v3.6.0 -R3.0
19
+ set AI_PLUGIN_VERSION = v3.6.1 -R3.1
20
20
21
21
set AI_PLUGIN_REPO_SOURCE_FOLDER = %bat_path% \..\..\
22
22
echo AI_PLUGIN_REPO_SOURCE_FOLDER=%AI_PLUGIN_REPO_SOURCE_FOLDER%
You can’t perform that action at this time.
0 commit comments