diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 1fcaa9f1af0..5541f3e77c1 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -12,7 +12,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`alpine`](alpine/) | Alpine Email Client | 2.26 | https://alpineapp.email | | [`angband`](angband/) | Angband | 4.2.5 | https://rephial.org | | [`Another-World`](Another-World/) | Another World Bytecode Interpreter | | https://github.com/fabiensanglard/Another-World-Bytecode-Interpreter | -| [`aria2`](aria2/) | aria2 | 1.36.0 | https://aria2.github.io | +| [`aria2`](aria2/) | aria2 | 1.37.0 | https://aria2.github.io | | [`awk`](awk/) | The One True Awk | 20220122 | https://github.com/onetrueawk/awk | | [`backward-cpp`](backward-cpp/) | Backward-cpp | 65a769f | https://github.com/bombela/backward-cpp | | [`bash`](bash/) | GNU Bash | 5.2.15 | https://www.gnu.org/software/bash/ | diff --git a/Ports/aria2/package.sh b/Ports/aria2/package.sh index 0b203d9c0f8..8bf42aa7b39 100755 --- a/Ports/aria2/package.sh +++ b/Ports/aria2/package.sh @@ -1,8 +1,8 @@ #!/usr/bin/env -S bash ../.port_include.sh port='aria2' -version='1.36.0' +version='1.37.0' files=( - "https://github.com/aria2/aria2/releases/download/release-${version}/aria2-${version}.tar.xz#58d1e7608c12404f0229a3d9a4953d0d00c18040504498b483305bcb3de907a5" + "https://github.com/aria2/aria2/releases/download/release-${version}/aria2-${version}.tar.xz#60a420ad7085eb616cb6e2bdf0a7206d68ff3d37fb5a956dc44242eb2f79b66b" ) depends=( 'libssh2'