mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +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'
|
||||
pkgname=bc-gh
|
||||
version=1.2.3
|
||||
version=1.2.6
|
||||
revision=1
|
||||
wrksrc="bc-${version}"
|
||||
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"
|
||||
homepage="https://github.com/gavinhoward/bc"
|
||||
distfiles="${homepage}/releases/download/${version}/bc-${version}.tar.xz"
|
||||
checksum=2285c804ae0984743fa85af1fc2506c4a3e91f031f47ecb12700db0771c23349
|
||||
checksum=56ee9256f6864e4b5c2ec053dd2ecd95e6230de9590348101f142c6be69f2f6b
|
||||
alternatives="
|
||||
bc:bc:/usr/bin/bc-gh
|
||||
dc:dc:/usr/bin/dc-gh"
|
||||
|
|
Loading…
Add table
Reference in a new issue