Skip to content

Commit a074344

Browse files
author
P3TERX
committed
Update README.md
1 parent 8a317f3 commit a074344

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,21 @@
66
[![GitHub forks](https://img.shields.io/github/forks/P3TERX/aria2-builder.svg?style=flat-square&label=Forks&logo=github)](https://github.com/P3TERX/aria2-builder/fork)
77
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/P3TERX/aria2-builder/Aria2%20Builder?label=Actions&logo=github&style=flat-square)
88

9-
Aria2 static builds for GNU/Linux
10-
11-
## Downloads
9+
Aria2 static builds for GNU/Linux with custom patches.
1210

1311
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/P3TERX/aria2-builder?style=for-the-badge)](https://github.com/P3TERX/aria2-builder/releases/latest)
1412

13+
## Changes
14+
15+
* option `max-connection-per-server`: change maximum value to ``
16+
* option `min-split-size`: change minimum value to `1K`
17+
* option `piece-length`: change minimum value to `1K`
18+
* download: retry on slow speed (`lowest-speed-limit`) and connection close
19+
* download: add option `retry-on-400` to retry on http 400 bad request, which only effective if `retry-wait` > 0
20+
* download: add option `retry-on-403` to retry on http 403 forbidden, which only effective if `retry-wait` > 0
21+
* download: add option `retry-on-406` to retry on http 406 not acceptable, which only effective if `retry-wait` > 0
22+
* download: add option `retry-on-unknown` to retry on unknown status code, which only effective if `retry-wait` > 0
23+
1524
## Installing
1625

1726
### Automatic script
@@ -54,7 +63,7 @@ DOCKER_BUILDKIT=1 docker build \
5463
github.com/P3TERX/aria2-builder
5564
```
5665

57-
**`dest`** can define the output directory. If there are no changes, two archive files will be generated in the current directory after the work is completed.
66+
**`dest`** can define the output directory. If there are no changes, there will be an archive file in the current directory when the build is completed.
5867
```
5968
$ ls -l
6069
-rw-r--r-- 1 p3terx p3terx 3744106 Jan 17 20:24 aria2-1.35.0-static-linux-amd64.tar.gz
@@ -68,7 +77,7 @@ DOCKER_BUILDKIT=1 docker build \
6877
-o type=local,dest=. \
6978
github.com/P3TERX/aria2-builder
7079
```
71-
> **`BUILDER_IMAGE`** variable defines the system image used for the build. In general, platforms other than `armhf` don't require it.
80+
> **`BUILDER_IMAGE`** variable defines the system image used for the build. In general, platforms other than `armhf` don't require it.
7281
> **`BUILD_SCRIPT`** variable defines the script used for the cross build.
7382
7483
## External links
@@ -91,6 +100,7 @@ DOCKER_BUILDKIT=1 docker build \
91100
### Credits
92101

93102
* [q3aql/aria2-static-builds](https://github.com/q3aql/aria2-static-builds)
103+
* [myfreeer/aria2-build-msys2](https://github.com/myfreeer/aria2-build-msys2)
94104

95105
## Licence
96106

0 commit comments

Comments
 (0)