Alex Vong <alexvong1...@gmail.com> skribis: > I think the ftp url of mp3info does not work anymore, so I replace it > with the http url. > > Can anyone confirm this?
Seems like it; the FTP server initially responds, but then hangs upon RETR: --8<---------------cut here---------------start------------->8--- $ wget ftp://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/mp3info-0.8.5a.tgz --2015-12-06 23:13:53-- ftp://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/mp3info-0.8.5a.tgz => ‘mp3info-0.8.5a.tgz’ Resolving ftp.ibiblio.org (ftp.ibiblio.org)... 152.19.134.40 Connecting to ftp.ibiblio.org (ftp.ibiblio.org)|152.19.134.40|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD (1) /pub/linux/apps/sound/mp3-utils/mp3info ... done. ==> SIZE mp3info-0.8.5a.tgz ... 127482 ==> PASV ... done. ==> RETR mp3info-0.8.5a.tgz ... C-c C-c --8<---------------cut here---------------end--------------->8--- > From db5865a1bc824055e269cfe31347669e9a9ae645 Mon Sep 17 00:00:00 2001 > From: Alex Vong <alexvong1...@gmail.com> > Date: Mon, 7 Dec 2015 00:33:08 +0800 > Subject: [PATCH] gnu: mp3info: Update urls. > > * gnu/packages/mp3.scm (mp3info): Update source url. Applied, thanks! Ludo’.