Skip to content

Commit

Permalink
Update URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
karliss committed Jan 18, 2025
1 parent 55a84ca commit 0c2757f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
echo UPLOAD_FILE=cutter-deps-q5-linux-x86_64.tar.gz >> $GITHUB_ENV
echo UPLOAD_ASSET_TYPE=application/gzip >> $GITHUB_ENV
sha256sum cutter-deps-q5-linux-x86_64.tar.gz
- uses: actions/upload-artifact@v4
with:
name: ${{ env.UPLOAD_FILE }}
Expand Down
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ ${PATCHELF_SRC_DIR}_target=PATCHELF_SRC
ifeq (${QT_PREFIX},)
QT_BIN_FILE=cutter-deps-qt5-${PLATFORM}-${ARCH}.tar.gz
PACKAGE_FILE=cutter-deps-q5-${PLATFORM}-${ARCH}.tar.gz
# TODO: update URL and hash
QT_BIN_URL=https://github.com/karliss/cutter-deps-qt/releases/download/test1/${QT_BIN_FILE}
QT_BIN_SHA256_linux_x86_64=1e879c1cbb7eee3002512a58e8f385139b7eb4f895b4afeab5002baf2c28f474
QT_BIN_URL=https://github.com/rizinorg/cutter-deps-qt/releases/download/qt5-v15/${QT_BIN_FILE}
QT_BIN_SHA256_linux_x86_64=1998021a210b8e912e995238da20a75dc18f7add97a44c43ad95e5473f8dd024
QT_BIN_SHA256_macos_arm64=895cd5f8c557f28a040b0c8b620498f1a09f86daa4f026fc445c16dd42fa503e
QT_BIN_SHA256_macos_x86_64=fe92b328492024ed2a02bfc6b154929a46e02eaa78843f7a0d916c703cce6185
QT_BIN_SHA256_win_x86_64=a852631a9f24ac4498bc9c7927004627efe766b2e1486fc2bc96c9b10274a4b6
Expand Down

0 comments on commit 0c2757f

Please sign in to comment.