Skip to content

Commit 93c695a

Browse files
committed
chore(deps): upgrade sasquatch to v4.5.1-3.
1 parent d7351fb commit 93c695a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/setup-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515

1616
- name: Install sasquatch
1717
run: |
18-
curl -L -o sasquatch_1.0_amd64.deb https://github.com/onekey-sec/sasquatch/releases/download/sasquatch-v4.5.1-2/sasquatch_1.0_amd64.deb
18+
curl -L -o sasquatch_1.0_amd64.deb https://github.com/onekey-sec/sasquatch/releases/download/sasquatch-v4.5.1-3/sasquatch_1.0_amd64.deb
1919
sudo dpkg -i sasquatch_1.0_amd64.deb
2020
rm -f sasquatch_1.0_amd64.deb
2121
shell: bash

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
2222
zlib1g-dev \
2323
libmagic1 \
2424
zstd
25-
RUN curl -L -o sasquatch_1.0_amd64.deb https://github.com/onekey-sec/sasquatch/releases/download/sasquatch-v4.5.1-2/sasquatch_1.0_amd64.deb \
25+
RUN curl -L -o sasquatch_1.0_amd64.deb https://github.com/onekey-sec/sasquatch/releases/download/sasquatch-v4.5.1-3/sasquatch_1.0_amd64.deb \
2626
&& dpkg -i sasquatch_1.0_amd64.deb \
2727
&& rm -f sasquatch_1.0_amd64.deb
2828

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@ The Nix derivation installs all 3rd party dependencies.
124124

125125
2. If you need **squashfs support**, install sasquatch:
126126

127-
curl -L -o sasquatch_1.0_amd64.deb https://github.com/onekey-sec/sasquatch/releases/download/sasquatch-v4.5.1-2/sasquatch_1.0_amd64.deb
127+
curl -L -o sasquatch_1.0_amd64.deb https://github.com/onekey-sec/sasquatch/releases/download/sasquatch-v4.5.1-3/sasquatch_1.0_amd64.deb
128128
sudo dpkg -i sasquatch_1.0_amd64.deb
129129
rm sasquatch_1.0_amd64.deb

0 commit comments

Comments
 (0)