bc-gh: update to 2.3.1

This fixes a bug in comparison of negative numbers.
This commit is contained in:
Gavin Howard 2019-11-23 09:47:54 -07:00 committed by Johannes
parent 0f0deb0911
commit ccef30c93d

View file

@ -1,6 +1,6 @@
# Template file for 'bc-gh'
pkgname=bc-gh
version=2.3.0
version=2.3.1
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=5a4d14721688ce0a2679fb02680fe8dc41574417f60647be3a125d53d5672f5d
checksum=ecd66a326f348ce4e109df4ed06d9fe03a6fa5f22a6fe14aa577a393d2b08a32
alternatives="
bc:bc:/usr/bin/bc-gh
dc:dc:/usr/bin/dc-gh"