mirror of
https://github.com/rizinorg/cutter
synced 2026-08-11 16:23:06 -04:00
Update qt5 cutter-deps for linux (#3404)
* Qt 5.15.16+kde patches * Pyside2 5.15.16 * Python 3.11.11
This commit is contained in:
parent
3652cb7b23
commit
de575df666
2 changed files with 6 additions and 6 deletions
|
|
@ -8,9 +8,9 @@ mkdir -p cutter-deps && cd cutter-deps
|
|||
DEPS_BASE_URL=https://github.com/rizinorg/cutter-deps/releases/download/v16
|
||||
|
||||
if [ "$CUTTER_QT" == "5" ]; then
|
||||
DEPS_FILE_linux_x86_64=cutter-deps-linux-x86_64.tar.gz
|
||||
DEPS_SHA256_linux_x86_64=0721c85548bbcf31f6911cdb2227e5efb4a20c34262672d4cd2193db166b2f8c
|
||||
DEPS_BASE_URL=https://github.com/rizinorg/cutter-deps/releases/download/v15
|
||||
DEPS_FILE_linux_x86_64=cutter-deps-q5-linux-x86_64.tar.gz
|
||||
DEPS_SHA256_linux_x86_64=ab3099fe699db100f2d00e1b70cdf77dec6b8fdd9cd1709c96e123a15fb62571
|
||||
DEPS_BASE_URL=https://github.com/rizinorg/cutter-deps/releases/download/qt5-v17
|
||||
else
|
||||
DEPS_FILE_linux_x86_64=cutter-deps-linux-x86_64.tar.gz
|
||||
DEPS_SHA256_linux_x86_64=f63c5af2d9872bc6538a94c839d6ef6645c7630c42cff30f1d9da8eefd9eb040
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue