diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-12 14:59:14 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-13 09:17:52 +0700 |
commit | bad51fcf30dc633357aff14fe66fd36a3a417e65 (patch) | |
tree | 6fb56dbdb4d46ac81de788bfebc70a6721a4da5b /system | |
parent | 6b554b447047f8268bbd2a89aa73d308d006b074 (diff) |
system/dfc: Fix download URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/dfc/dfc.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/dfc/dfc.info b/system/dfc/dfc.info index 5709c4dc3217..6b1707ddde64 100644 --- a/system/dfc/dfc.info +++ b/system/dfc/dfc.info @@ -1,7 +1,7 @@ PRGNAM="dfc" VERSION="3.1.1" HOMEPAGE="https://projects.gw-computing.net/projects/dfc" -DOWNLOAD="https://projects.gw-computing.net/attachments/download/615/dfc-3.1.1.tar.gz" +DOWNLOAD="http://distcache.freebsd.org/ports-distfiles/dfc-3.1.1.tar.gz" MD5SUM="26fd905a07078332d98c2806cdd0fc0e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |