Skip to content

Commit

Permalink
Fix qsv installer for moved GitHub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
iainelder committed Dec 8, 2024
1 parent 6f95c78 commit a94edfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/qsv/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ unzip
# I have GLIBC version 2.31 here, which apparently is not favored.

browser_download_url=$(
curl -Ss 'https://api.github.com/repos/jqnatividad/qsv/releases/latest' |
curl -Ss 'https://api.github.com/repos/dathere/qsv/releases/latest' |
jq -r '.assets[] | select(.name | test("^qsv-.*?-x86_64-unknown-linux-musl.zip$")) | .browser_download_url'
)

Expand Down

0 comments on commit a94edfe

Please sign in to comment.