update to LFS 12.4 #1

Merged
wyj merged 146 commits from dev into main 2025-12-22 07:15:10 -05:00
Showing only changes of commit fdb1dd3977 - Show all commits

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)