@@ -52,9 +52,9 @@ dnf install -y java-21-amazon-corretto-devel gcc make bison flex automake autoco
5252
5353### Install opensource COBOL 4J
5454```
55- curl -L -o opensourcecobol4j-v1.1.8.tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.1.8.tar.gz
56- tar zxvf opensourcecobol4j-v1.1.8.tar.gz
57- cd opensourcecobol4j-1.1.8
55+ curl -L -o opensourcecobol4j-v1.1.8-hotfix1 .tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.1.8-hotfix1 .tar.gz
56+ tar zxvf opensourcecobol4j-v1.1.8-hotfix1 .tar.gz
57+ cd opensourcecobol4j-1.1.8-hotfix1
5858./configure --prefix=/usr/
5959make
6060sudo make install
@@ -63,9 +63,9 @@ sudo make install
6363In order to install a compiler for UTF-8 encoded COBOL source code, run the following commands.
6464
6565```
66- curl -L -o opensourcecobol4j-v1.1.8.tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.1.8.tar.gz
67- tar zxvf opensourcecobol4j-v1.1.8.tar.gz
68- cd opensourcecobol4j-1.1.8
66+ curl -L -o opensourcecobol4j-v1.1.8-hotfix1 .tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.1.8-hotfix1 .tar.gz
67+ tar zxvf opensourcecobol4j-v1.1.8-hotfix1 .tar.gz
68+ cd opensourcecobol4j-1.1.8-hotfix1
6969./configure --prefix=/usr/ --enable-utf8
7070touch cobj/*.m4
7171make
@@ -137,7 +137,7 @@ https://www.oracle.com/java/technologies/downloads/?er=221886#java8-windows
137137The docker container for opensource COBOL 4J is available.
138138
139139```bash
140- docker pull opensourcecobol/opensourcecobol4j:20250307
140+ docker pull opensourcecobol/opensourcecobol4j:20250418
141141```
142142
143143Execute the following commands in order to run the "Hello World" COBOL program.
0 commit comments