Commit c875901 1 parent 675ce14 commit c875901 Copy full SHA for c875901
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -963,8 +963,8 @@ install_main() {
963
963
964
964
# not yet available on apt.mopidy.com, so install manually
965
965
local arch=$( dpkg --print-architecture)
966
- local gst_plugin_spotify_name=" gst-plugin-spotify_0.12.2 -1_${arch} .deb"
967
- wget -q https://github.com/kingosticks/gst-plugins-rs-build/releases/download/gst-plugin-spotify_0.12.2 -1/${gst_plugin_spotify_name}
966
+ local gst_plugin_spotify_name=" gst-plugin-spotify_0.14.0.alpha.1 -1_${arch} .deb"
967
+ wget -q https://github.com/kingosticks/gst-plugins-rs-build/releases/download/gst-plugin-spotify_0.14.0-alpha.1 -1/${gst_plugin_spotify_name}
968
968
${apt_get} install ./${gst_plugin_spotify_name}
969
969
sudo rm -f ${gst_plugin_spotify_name}
970
970
You can’t perform that action at this time.
0 commit comments