diff options
author | Cameron Youell <cameronyouell@gmail.com> | 2023-03-27 19:49:43 +1100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-03-27 14:27:32 +0100 |
commit | fb3a1e2341d11877c49f70b94d7e55b0ac81269d (patch) | |
tree | 6d188ab52c5556d6ac897e8a282934eb4003c721 | |
parent | 884d5720d6fff37b6dfd3458b5f516fdb641efb9 (diff) | |
download | serenity-fb3a1e2341d11877c49f70b94d7e55b0ac81269d.zip |
Ports/bc: Update bc to version 6.5.0
-rw-r--r-- | Ports/AvailablePorts.md | 2 | ||||
-rwxr-xr-x | Ports/bc/package.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 2f8726d303..cdbd4cd88f 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -16,7 +16,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`backward-cpp`](backward-cpp/) | Backward-cpp | 1.6 | https://github.com/bombela/backward-cpp | | [`bash`](bash/) | GNU Bash | 5.2.15 | https://www.gnu.org/software/bash/ | | [`bass`](bass/) | Beneath a Steel Sky | cd-1.2 | https://www.scummvm.org/games | -| [`bc`](bc/) | bc | 6.1.1 | https://github.com/gavinhoward/bc | +| [`bc`](bc/) | bc | 6.5.0 | https://github.com/gavinhoward/bc | | [`bdwgc`](bdwgc/) | Boehm-Demers-Weiser Garbage Collector (libgc) | 8.0.6 | https://github.com/ivmai/bdwgc | | [`binutils`](binutils/) | GNU Binutils | 2.40 | https://www.gnu.org/software/binutils/ | | [`bison`](bison/) | GNU Bison | 1.25 | https://www.gnu.org/software/bison/ | diff --git a/Ports/bc/package.sh b/Ports/bc/package.sh index 9b69bca361..17c597a109 100755 --- a/Ports/bc/package.sh +++ b/Ports/bc/package.sh @@ -1,7 +1,7 @@ #!/usr/bin/env -S bash ../.port_include.sh port='bc' -version='6.1.1' -files="https://github.com/gavinhoward/bc/releases/download/${version}/bc-${version}.tar.xz bc-${version}.tar.xz b6de9e2fa4fcb1902c1686760dd90217543128f0298d418951ab1e9a03964097" +version='6.5.0' +files="https://github.com/gavinhoward/bc/releases/download/${version}/bc-${version}.tar.xz bc-${version}.tar.xz b1afb1f50c0bce6119c98590bcc8afc22f520bc85c2b512c83938dbb8321cc30" auth_type='sha256' useconfigure='true' configscript='configure.sh' |