mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
bc: update to 1.08.1
This commit is contained in:
parent
2d6c204805
commit
d5a999690c
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'bc'
|
||||
pkgname=bc
|
||||
version=1.07.1
|
||||
revision=5
|
||||
version=1.08.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-readline"
|
||||
hostmakedepends="ed flex texinfo"
|
||||
|
@ -9,9 +9,9 @@ makedepends="readline-devel"
|
|||
short_desc="Arbitrary precision numeric processing language"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.gnu.org/software/${pkgname}/"
|
||||
homepage="https://www.gnu.org/software/bc/"
|
||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a
|
||||
checksum=b71457ffeb210d7ea61825ff72b3e49dc8f2c1a04102bbe23591d783d1bfe996
|
||||
alternatives="
|
||||
bc:bc:/usr/bin/gnu-bc
|
||||
bc:bc.1:/usr/share/man/man1/gnu-bc.1
|
||||
|
|
Loading…
Add table
Reference in a new issue