mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
bc-gh: update to 1.2.6
This release contains more locales, removes dependence on the non-POSIX `local` in shell scripts, updates the dc man page to fix a small omission, and fixes a rare and subtle use-after-free bug in dc.
This commit is contained in:
parent
f4a0eeb816
commit
631a47bc8a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'bc-gh'
|
# Template file for 'bc-gh'
|
||||||
pkgname=bc-gh
|
pkgname=bc-gh
|
||||||
version=1.2.3
|
version=1.2.6
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="bc-${version}"
|
wrksrc="bc-${version}"
|
||||||
short_desc="Implementation of POSIX bc with GNU extensions"
|
short_desc="Implementation of POSIX bc with GNU extensions"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Gavin D. Howard <yzena.tech@gmail.com>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/gavinhoward/bc"
|
homepage="https://github.com/gavinhoward/bc"
|
||||||
distfiles="${homepage}/releases/download/${version}/bc-${version}.tar.xz"
|
distfiles="${homepage}/releases/download/${version}/bc-${version}.tar.xz"
|
||||||
checksum=2285c804ae0984743fa85af1fc2506c4a3e91f031f47ecb12700db0771c23349
|
checksum=56ee9256f6864e4b5c2ec053dd2ecd95e6230de9590348101f142c6be69f2f6b
|
||||||
alternatives="
|
alternatives="
|
||||||
bc:bc:/usr/bin/bc-gh
|
bc:bc:/usr/bin/bc-gh
|
||||||
dc:dc:/usr/bin/dc-gh"
|
dc:dc:/usr/bin/dc-gh"
|
||||||
|
|
Loading…
Add table
Reference in a new issue