Skip to content

Commit

Permalink
Updated changelog and readme for vasm and vlink versions [CI SKIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
gsokianos committed Jul 15, 2021
1 parent 51a5613 commit 167f03d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

## [future] - 2021-04-22
## v1.9 - 2021-07-15
### Added
- Added NDK 3.2R3 in the 68k image

### Changed
- Updated AmiSSL SDK to latest released version 4.9
- Updated sqlite 3.34.0 SDK on all images
- Updated vlink to v0.16h (15-Jul-2021)
- Updated vasm to v1.8k (13-May-2021)

## docker4amigavbcc v1.8 - 2021-01-10
### Changed
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The **docker4amigavbcc:latest-m68k** image contains the following software, incl
| app | version | source
|-------------------|-----------------------|-----------------------------------|
| vbcc | 0.9g (04-Oct-2019) | http://sun.hasenbraten.de/vbcc/
| vasm | 1.8j (31-Dec-2020) | http://sun.hasenbraten.de/vasm/
| vasm | 1.8k (13-May-2021) | http://sun.hasenbraten.de/vasm/
| NDK | 3.9 | http://www.haage-partner.de/download/AmigaOS/
| NDK | 3.2R3 | https://www.hyperion-entertainment.com/index.php/downloads?view=files&parent=40
| MUI 3.x dev | 3.8 | http://muidev.de/downloads
Expand All @@ -29,7 +29,7 @@ The **docker4amigavbcc:latest-ppc** image contains the following software, inclu
| app | version | source
|-------------------|-----------------------|-----------------------------------|
| vbcc | 0.9g (04-Oct-2019) | http://sun.hasenbraten.de/vbcc/
| vasm | 1.8j (31-Dec-2020) | http://sun.hasenbraten.de/vasm/
| vasm | 1.8k (13-May-2021) | http://sun.hasenbraten.de/vasm/
| AmigaOS 4 SDK | 53.30 | http://www.hyperion-entertainment.com/
| MUI 5.x dev | 5.0-2020R3 | http://muidev.de/downloads
| MCC_GuiGfx | | Since MUI 5.0-2020R2 this is included in MUI
Expand All @@ -41,7 +41,7 @@ The **docker4amigavbcc:latest-mos** image contains the following software, inclu
| app | version | source
|-------------------|-----------------------|-----------------------------------|
| vbcc | 0.9g (04-Oct-2019) | http://sun.hasenbraten.de/vbcc/
| vasm | 1.8j (31-Dec-2020) | http://sun.hasenbraten.de/vasm/
| vasm | 1.8k (13-May-2021) | http://sun.hasenbraten.de/vasm/
| MUI 3.x dev | 3.8 | http://muidev.de/downloads
| MUI 5.x dev | 5.0-2020R3 | http://muidev.de/downloads
| MCC_GuiGfx | 19.2 (only on MUI3SDK)| http://aminet.net/package/dev/mui/MCC_Guigfx
Expand All @@ -53,7 +53,7 @@ The **docker4amigavbcc:latest-base** image contains software that is common on a

| app | version | source
|-------------------|-----------------------|-----------------------------------|
| vlink | 0.16g (31-Dec-2020) | http://sun.hasenbraten.de/vlink/
| vlink | 0.16h (15-Jul-2021) | http://sun.hasenbraten.de/vlink/
| AmiSSL SDK | 4.9 | https://github.com/jens-maus/amissl/releases/tag/4.9
| FlexCat | 2.18 | https://github.com/adtools/flexcat/releases/tag/2.18
| lha | v2 PMA | https://github.com/jca02266/lha.git
Expand Down
4 changes: 2 additions & 2 deletions m68k/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM walkero/docker4amigavbcc:latest-base
LABEL maintainer="Georgios Sokianos <walkero@gmail.com>"

# Install vasm
RUN curl -fsSL "http://sun.hasenbraten.de/vasm/release/vasm.tar.gz" -o /tmp/vasm_1.8j.tar.gz; \
RUN curl -fsSL "http://sun.hasenbraten.de/vasm/release/vasm.tar.gz" -o /tmp/vasm_1.8k.tar.gz; \
cd /tmp; \
tar xvfz vasm_1.8j.tar.gz; \
tar xvfz vasm_1.8k.tar.gz; \
cd /tmp/vasm; \
make CPU=m68k SYNTAX=mot; \
cp ./vasmm68k_mot ./vobjdump /opt/vbcc/bin; \
Expand Down

0 comments on commit 167f03d

Please sign in to comment.