File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -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.0 .tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.1.0.tar.gz
56- tar zxvf opensourcecobol4j-v1.1.0 .tar.gz
57- cd opensourcecobol4j-1.1.0
55+ curl -L -o opensourcecobol4j-v1.1.1 .tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.1.0.tar.gz
56+ tar zxvf opensourcecobol4j-v1.1.1 .tar.gz
57+ cd opensourcecobol4j-1.1.1
5858./configure --prefix=/usr/
5959make
6060sudo make install
@@ -113,7 +113,7 @@ Then, libcobj.jar will be created in `libcobj/app/build/libs/`.
113113The docker container for opensource COBOL 4J is available.
114114
115115``` bash
116- docker pull opensourcecobol/opensourcecobol4j:1.1.0
116+ docker pull opensourcecobol/opensourcecobol4j:1.1.1
117117```
118118
119119Execute the following commands in order to run the "Hello World" COBOL program.
You can’t perform that action at this time.
0 commit comments