mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
Ports/bc: Update to version 6.1.1
This commit is contained in:
parent
70a7bca920
commit
c54334c8e4
Notes:
sideshowbarker
2024-07-19 17:01:58 +09:00
Author: https://github.com/rahmanuh 🔰 Commit: https://github.com/SerenityOS/serenity/commit/c54334c8e47 Pull-request: https://github.com/SerenityOS/serenity/pull/16190 Reviewed-by: https://github.com/bgianfo
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`awk`](awk/) | The One True Awk | 20220122 | https://github.com/onetrueawk/awk |
|
||||
| [`bash`](bash/) | GNU Bash | 5.1.16 | https://www.gnu.org/software/bash/ |
|
||||
| [`bass`](bass/) | Beneath a Steel Sky | cd-1.2 | https://www.scummvm.org/games |
|
||||
| [`bc`](bc/) | bc | 5.2.5 | https://github.com/gavinhoward/bc |
|
||||
| [`bc`](bc/) | bc | 6.1.1 | 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.39 | https://www.gnu.org/software/binutils/ |
|
||||
| [`bison`](bison/) | GNU Bison | 1.25 | https://www.gnu.org/software/bison/ |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='bc'
|
||||
version='5.2.5'
|
||||
files="https://github.com/gavinhoward/bc/releases/download/${version}/bc-${version}.tar.xz bc-${version}.tar.xz 085d1f0d544f34c6e186a4b91e8978702eaa7645e39c630184efd49f17b3dbd5"
|
||||
version='6.1.1'
|
||||
files="https://github.com/gavinhoward/bc/releases/download/${version}/bc-${version}.tar.xz bc-${version}.tar.xz b6de9e2fa4fcb1902c1686760dd90217543128f0298d418951ab1e9a03964097"
|
||||
auth_type='sha256'
|
||||
useconfigure='true'
|
||||
configscript='configure.sh'
|
||||
|
|
Loading…
Reference in a new issue