diff options
author | davidovski <david@davidovski.xyz> | 2022-01-13 19:49:37 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-13 19:49:37 +0000 |
commit | 2e534f6dcdbca6700bc18354925986b054330725 (patch) | |
tree | 39e6233e6e0c9fb737ce5c1987039c3a10df193c /repo/core/bc.xibuild | |
parent | 31741d5c284261ef59b0ce8839b47ff44a2f6bf7 (diff) |
fixed issues with headers
cleaned other packages to fit better with lfs
Diffstat (limited to 'repo/core/bc.xibuild')
-rw-r--r-- | repo/core/bc.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/bc.xibuild b/repo/core/bc.xibuild index 0d6da1c..160b6f5 100644 --- a/repo/core/bc.xibuild +++ b/repo/core/bc.xibuild @@ -2,7 +2,7 @@ DEPS=(readline) -SOURCE=https://github.com/gavinhoward/bc +SOURCE=https://github.com/gavinhoward/bc/releases/download/5.2.1/bc-5.2.1.tar.xz DESC="An arbitrary precision numeric processing language" build () { |