├── .gitignore ├── LICENSE ├── README.md ├── appveyor.yml ├── aria2-0001-options-change-default-path-to-current-dir.patch ├── aria2-0002-options-unlock-connection-per-server-limit.patch ├── aria2-0003-download-retry-on-slow-speed-and-reset.patch ├── aria2-0004-option_processing-make-use-of-deamon-on-mingw.patch ├── aria2-0005-option-add-option-to-retry-on-http-4xx.patch ├── aria2-0006-feature-config-add-os-info-for-newer-windows.patch ├── c-ares-1.17.1-fix-autotools-static-library.patch ├── init-msys2.bat └── libssh2-1.9.0-wincng-multiple-definition.patch /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myfreeer/aria2-build-msys2/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myfreeer/aria2-build-msys2/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myfreeer/aria2-build-msys2/HEAD/README.md -------------------------------------------------------------------------------- /appveyor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myfreeer/aria2-build-msys2/HEAD/appveyor.yml -------------------------------------------------------------------------------- /aria2-0001-options-change-default-path-to-current-dir.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myfreeer/aria2-build-msys2/HEAD/aria2-0001-options-change-default-path-to-current-dir.patch -------------------------------------------------------------------------------- /aria2-0002-options-unlock-connection-per-server-limit.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myfreeer/aria2-build-msys2/HEAD/aria2-0002-options-unlock-connection-per-server-limit.patch -------------------------------------------------------------------------------- /aria2-0003-download-retry-on-slow-speed-and-reset.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myfreeer/aria2-build-msys2/HEAD/aria2-0003-download-retry-on-slow-speed-and-reset.patch -------------------------------------------------------------------------------- /aria2-0004-option_processing-make-use-of-deamon-on-mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myfreeer/aria2-build-msys2/HEAD/aria2-0004-option_processing-make-use-of-deamon-on-mingw.patch -------------------------------------------------------------------------------- /aria2-0005-option-add-option-to-retry-on-http-4xx.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myfreeer/aria2-build-msys2/HEAD/aria2-0005-option-add-option-to-retry-on-http-4xx.patch -------------------------------------------------------------------------------- /aria2-0006-feature-config-add-os-info-for-newer-windows.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myfreeer/aria2-build-msys2/HEAD/aria2-0006-feature-config-add-os-info-for-newer-windows.patch -------------------------------------------------------------------------------- /c-ares-1.17.1-fix-autotools-static-library.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myfreeer/aria2-build-msys2/HEAD/c-ares-1.17.1-fix-autotools-static-library.patch -------------------------------------------------------------------------------- /init-msys2.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myfreeer/aria2-build-msys2/HEAD/init-msys2.bat -------------------------------------------------------------------------------- /libssh2-1.9.0-wincng-multiple-definition.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myfreeer/aria2-build-msys2/HEAD/libssh2-1.9.0-wincng-multiple-definition.patch --------------------------------------------------------------------------------