aboutsummaryrefslogtreecommitdiff
path: root/utils/bc
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2023-01-13 17:28:33 -0800
committerRosen Penev <rosenp@gmail.com>2023-01-14 15:07:25 -0800
commit08a846c684a67926c85f34baeed6ae72bf8d360e (patch)
tree1b72afbe153d7c3dfe7a9d8564a5de9f6ca3c9eb /utils/bc
parent40c685e616f5a83202da1c6e91744bd9c3e39e76 (diff)
bc: use @DEBIAN
Seems Debian no longer offers ftp. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/bc')
-rw-r--r--utils/bc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/bc/Makefile b/utils/bc/Makefile
index f02285e8d..14f9480ed 100644
--- a/utils/bc/Makefile
+++ b/utils/bc/Makefile
@@ -12,7 +12,7 @@ PKG_VERSION:=1.06.95
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
-PKG_SOURCE_URL:=ftp://ftp.debian.org/debian/pool/main/b/bc
+PKG_SOURCE_URL:=@DEBIAN/pool/main/b/bc
PKG_HASH:=5e1471869dd27ba4120dd3942d2f4ec6646cf917fb056be9ae0d3a8259668d47
PKG_MAINTAINER:=Bruno Randolf <br1@einfach.org>