Skip to content

Commit

Permalink
Update coArchi
Browse files Browse the repository at this point in the history
The older version doesn't seem to be hosted anymore.
  • Loading branch information
gb-beng authored Dec 27, 2023
1 parent c10824a commit b29d9c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Install Archi and CoArchi
run: |
wget --output-document='archi.tgz' 'https://www.archimatetool.com/downloads/archi-5.php?/5.2.0/Archi-Linux64-5.2.0.tgz'
wget --output-document='coarchi.archiplugin' 'https://www.archimatetool.com/downloads/coarchi/coArchi_0.8.8.archiplugin'
wget --output-document='coarchi.archiplugin' 'https://www.archimatetool.com/downloads/coarchi/coArchi_0.9.2.archiplugin'
echo '7696de162658d705179ee629706219cb0bd41188 archi.tgz' | sha1sum --check
echo '9db094e13515b32c75c48f251b4cf59c890c978d coarchi.archiplugin' | sha1sum --check
echo 'f698eb5461c06f4cc46ddd1192b9473af51e1e93 coarchi.archiplugin' | sha1sum --check
tar xf archi.tgz
# install plugin according to https://www.archimatetool.com/plugins/
Expand Down

0 comments on commit b29d9c4

Please sign in to comment.