Skip to content

Commit f7f108f

Browse files
committed
Update Readme of c/libcurl
1 parent 33048f6 commit f7f108f

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

modules/openapi-generator/src/main/resources/C-libcurl/README.md.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ For more information, please visit [{{{infoUrl}}}]({{{infoUrl}}})
1515
{{/infoUrl}}
1616

1717
## Installation
18-
You'll need the `curl 7.58.0` package in order to build the API. To have code formatted nicely, you also need to have uncrustify version 0.67 or later.
18+
You'll need the `curl 7.61.1` package in order to build the API. To have code formatted nicely, you also need to have uncrustify version 0.67 or later.
1919

2020
# Prerequisites
2121

22-
## Install the `curl 7.58.0` package with the following command on Linux.
22+
## Install the `curl 7.61.1` package with the following command on Linux.
2323
```bash
2424
sudo apt remove curl
2525
wget http://curl.haxx.se/download/curl-7.61.1.tar.gz

samples/client/others/c/bearerAuth/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ This API client was generated by the [OpenAPI Generator](https://openapi-generat
99
- Build package: org.openapitools.codegen.languages.CLibcurlClientCodegen
1010

1111
## Installation
12-
You'll need the `curl 7.58.0` package in order to build the API. To have code formatted nicely, you also need to have uncrustify version 0.67 or later.
12+
You'll need the `curl 7.61.1` package in order to build the API. To have code formatted nicely, you also need to have uncrustify version 0.67 or later.
1313

1414
# Prerequisites
1515

16-
## Install the `curl 7.58.0` package with the following command on Linux.
16+
## Install the `curl 7.61.1` package with the following command on Linux.
1717
```bash
1818
sudo apt remove curl
19-
wget http://curl.haxx.se/download/curl-7.58.0.tar.gz
20-
tar -xvf curl-7.58.0.tar.gz
21-
cd curl-7.58.0/
19+
wget http://curl.haxx.se/download/curl-7.61.1.tar.gz
20+
tar -xvf curl-7.61.1.tar.gz
21+
cd curl-7.61.1/
2222
./configure
2323
make
2424
sudo make install

samples/client/petstore/c-useJsonUnformatted/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ This API client was generated by the [OpenAPI Generator](https://openapi-generat
99
- Build package: org.openapitools.codegen.languages.CLibcurlClientCodegen
1010

1111
## Installation
12-
You'll need the `curl 7.58.0` package in order to build the API. To have code formatted nicely, you also need to have uncrustify version 0.67 or later.
12+
You'll need the `curl 7.61.1` package in order to build the API. To have code formatted nicely, you also need to have uncrustify version 0.67 or later.
1313

1414
# Prerequisites
1515

16-
## Install the `curl 7.58.0` package with the following command on Linux.
16+
## Install the `curl 7.61.1` package with the following command on Linux.
1717
```bash
1818
sudo apt remove curl
19-
wget http://curl.haxx.se/download/curl-7.58.0.tar.gz
20-
tar -xvf curl-7.58.0.tar.gz
21-
cd curl-7.58.0/
19+
wget http://curl.haxx.se/download/curl-7.61.1.tar.gz
20+
tar -xvf curl-7.61.1.tar.gz
21+
cd curl-7.61.1/
2222
./configure
2323
make
2424
sudo make install

samples/client/petstore/c/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ This API client was generated by the [OpenAPI Generator](https://openapi-generat
99
- Build package: org.openapitools.codegen.languages.CLibcurlClientCodegen
1010

1111
## Installation
12-
You'll need the `curl 7.58.0` package in order to build the API. To have code formatted nicely, you also need to have uncrustify version 0.67 or later.
12+
You'll need the `curl 7.61.1` package in order to build the API. To have code formatted nicely, you also need to have uncrustify version 0.67 or later.
1313

1414
# Prerequisites
1515

16-
## Install the `curl 7.58.0` package with the following command on Linux.
16+
## Install the `curl 7.61.1` package with the following command on Linux.
1717
```bash
1818
sudo apt remove curl
19-
wget http://curl.haxx.se/download/curl-7.58.0.tar.gz
20-
tar -xvf curl-7.58.0.tar.gz
21-
cd curl-7.58.0/
19+
wget http://curl.haxx.se/download/curl-7.61.1.tar.gz
20+
tar -xvf curl-7.61.1.tar.gz
21+
cd curl-7.61.1/
2222
./configure
2323
make
2424
sudo make install

0 commit comments

Comments
 (0)