mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:07:45 +00:00
Ports/bc: Update bc to version 5.2.5
This commit is contained in:
parent
3a611ff2cb
commit
1da48b2c0c
2 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,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 |
|
| [`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/ |
|
| [`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 |
|
| [`bass`](bass/) | Beneath a Steel Sky | cd-1.2 | https://www.scummvm.org/games |
|
||||||
| [`bc`](bc/) | bc | 5.2.3 | https://github.com/gavinhoward/bc |
|
| [`bc`](bc/) | bc | 5.2.5 | https://github.com/gavinhoward/bc |
|
||||||
| [`bdwgc`](bdwgc/) | Boehm-Demers-Weiser Garbage Collector (libgc) | 8.0.6 | https://github.com/ivmai/bdwgc |
|
| [`bdwgc`](bdwgc/) | Boehm-Demers-Weiser Garbage Collector (libgc) | 8.0.6 | https://github.com/ivmai/bdwgc |
|
||||||
| [`binutils`](binutils/) | GNU Binutils | 2.38 | https://www.gnu.org/software/binutils/ |
|
| [`binutils`](binutils/) | GNU Binutils | 2.38 | https://www.gnu.org/software/binutils/ |
|
||||||
| [`bison`](bison/) | GNU Bison | 1.25 | https://www.gnu.org/software/bison/ |
|
| [`bison`](bison/) | GNU Bison | 1.25 | https://www.gnu.org/software/bison/ |
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port=bc
|
port='bc'
|
||||||
version=5.2.3
|
version='5.2.5'
|
||||||
files="https://github.com/gavinhoward/bc/releases/download/${version}/bc-${version}.tar.xz bc-${version}.tar.xz
|
files="https://github.com/gavinhoward/bc/releases/download/${version}/bc-${version}.tar.xz bc-${version}.tar.xz
|
||||||
https://github.com/gavinhoward/bc/releases/download/${version}/bc-${version}.tar.xz.sig bc-${version}.tar.xz.sig"
|
https://github.com/gavinhoward/bc/releases/download/${version}/bc-${version}.tar.xz.sig bc-${version}.tar.xz.sig"
|
||||||
useconfigure=true
|
useconfigure='true'
|
||||||
configscript=configure.sh
|
configscript='configure.sh'
|
||||||
auth_type="sig"
|
auth_type="sig"
|
||||||
auth_import_key="E2A30324A4465A4D5882692EC08038BDF280D33E"
|
auth_import_key="E2A30324A4465A4D5882692EC08038BDF280D33E"
|
||||||
auth_opts=("bc-${version}.tar.xz.sig")
|
auth_opts=("bc-${version}.tar.xz.sig")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue