From 631a47bc8a0e29342e13447246c9c59067d831e0 Mon Sep 17 00:00:00 2001 From: Gavin Howard Date: Wed, 17 Apr 2019 14:41:19 -0600 Subject: [PATCH] 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. --- srcpkgs/bc-gh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bc-gh/template b/srcpkgs/bc-gh/template index 7c022bf795e..f0515f6a60d 100644 --- a/srcpkgs/bc-gh/template +++ b/srcpkgs/bc-gh/template @@ -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 " 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"