Skip to content

Commit

Permalink
chore(deps): Bump up mmark to v2.2.45 (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored Aug 7, 2024
1 parent ac3f3a7 commit 254f08c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
sudo cp idnits /bin
sudo chmod +x /bin/idnits
arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/)
wget "https://github.com/mmarkdown/mmark/releases/download/v2.2.44/mmark_2.2.44_linux_$arch.tgz"
wget "https://github.com/mmarkdown/mmark/releases/download/v2.2.45/mmark_2.2.45_linux_$arch.tgz"
sudo tar zxf mmark_*.tgz -C /bin/
wget https://github.com/ietf-tools/bap/archive/refs/heads/master.zip
unzip -q master.zip -d /tmp/bap
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ RUN wget https://github.com/ietf-tools/idnits/archive/refs/tags/2.17.1.zip && \

# Install mmark
RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \
wget "https://github.com/mmarkdown/mmark/releases/download/v2.2.44/mmark_2.2.44_linux_$arch.tgz" && \
wget "https://github.com/mmarkdown/mmark/releases/download/v2.2.45/mmark_2.2.45_linux_$arch.tgz" && \
tar zxf mmark_*.tgz -C /bin/ && \
rm mmark_*.tgz

Expand Down

0 comments on commit 254f08c

Please sign in to comment.