changeset 7190:b9d5704ca9c1

* src/file.mk: use https for update, download
author John Donoghue <john.donoghue@ieee.org>
date Sun, 05 May 2024 08:11:32 -0400
parents f4ee4f37af00
children d001afec8e35
files src/file.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/file.mk	Sun May 05 08:09:36 2024 -0400
+++ b/src/file.mk	Sun May 05 08:11:32 2024 -0400
@@ -7,11 +7,11 @@
 $(PKG)_CHECKSUM := df8ffe8759ec8cd85a98dc98e858563ea2555f64
 $(PKG)_SUBDIR   := file-$($(PKG)_VERSION)
 $(PKG)_FILE     := file-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL      := ftp://ftp.astron.com/pub/file/$($(PKG)_FILE)
+$(PKG)_URL      := https://astron.com/pub/file/$($(PKG)_FILE)
 $(PKG)_DEPS     := libgnurx
 
 define $(PKG)_UPDATE
-    $(WGET) -q -O- 'ftp://ftp.astron.com/pub/file/' | \
+    $(WGET) -q -O- 'https://astron.com/pub/file/' | \
     grep 'file-' | \
     $(SED) -n 's,.*file-\([0-9][^>]*\)\.tar.*,\1,p' | \
     tail -1