bc-gh: update to 3.3.3.
This commit is contained in:
parent
4c053ffdc3
commit
e5ff2bd87c
1 changed files with 5 additions and 4 deletions
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'bc-gh'
|
||||
pkgname=bc-gh
|
||||
version=3.1.5
|
||||
version=3.3.3
|
||||
revision=1
|
||||
wrksrc="bc-${version}"
|
||||
short_desc="Implementation of POSIX bc with GNU extensions"
|
||||
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=0493c1eb76e94ace7a00532824121ab901ac1bd3580a340ea5de92a7d9c1a19e
|
||||
homepage="https://git.yzena.com/gavin/bc"
|
||||
changelog="https://git.yzena.com/gavin/bc/raw/branch/master/NEWS.md"
|
||||
distfiles="https://github.com/gavinhoward/bc/releases/download/${version}/bc-${version}.tar.xz"
|
||||
checksum=b9fde063b32d4f0c3bab9d069aa8ac4d7d804ce5bebb54d7a2e574e70309bc93
|
||||
alternatives="
|
||||
bc:bc:/usr/bin/bc-gh
|
||||
bc:bc.1:/usr/share/man/man1/bc-gh.1
|
||||
|
|
Loading…
Reference in a new issue