update to 12.3: bc

This commit is contained in:
2025-03-18 23:33:35 -04:00
parent a51d3a46de
commit fdb1dd3977

View File

@@ -1,11 +1,11 @@
pkgname=bc
pkgver=6.7.6
pkgver=7.0.3
pkgdesc='An arbitrary precision calculator language'
homepage="https://git.gavinhoward.com/gavin/bc"
license=('GPL-3.0-only')
sources=("${pkgname}-${pkgver}.tar.xz")
urls=("https://github.com/gavinhoward/bc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz")
md5sums=("a47aa5e4e7395fbcd159a9228613b97b")
urls=("https://github.com/gavinhoward/bc/releases/download/${pkgver}/${sources[0]}")
md5sums=("ad4db5a0eb4fdbb3f6813be4b6b3da74")
options=(!strip)