all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex Vong <alexvong1995@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: mp3info: Update urls.
Date: Mon, 7 Dec 2015 01:41:52 +0800	[thread overview]
Message-ID: <CADrxHD_W300Ua=KvPLfpfr468rjF9FKriYzWCjbNPZjS_KyzmA@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 139 bytes --]

Hi guix,

I think the ftp url of mp3info does not work anymore, so I replace it
with the http url.

Can anyone confirm this?

Cheers,
Alex

[-- Attachment #2: 0001-gnu-mp3info-Update-urls.patch --]
[-- Type: text/x-diff, Size: 1080 bytes --]

From db5865a1bc824055e269cfe31347669e9a9ae645 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@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.
---
 gnu/packages/mp3.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index ae94869..5a551d2 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -171,8 +171,10 @@ Speex, WavPack TrueAudio, WAV, AIFF, MP4 and ASF files.")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "ftp://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/mp3info-"
-                    version ".tgz"))
+                    "http://ibiblio.org"
+                    "/pub/linux/apps/sound/mp3-utils/mp3info/mp3info-"
+                    version
+                    ".tgz"))
               (sha256
                (base32
                 "042f1czcs9n2sbqvg4rsvfwlqib2gk976mfa2kxlfjghx5laqf04"))
-- 
2.6.3


             reply	other threads:[~2015-12-06 17:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-06 17:41 Alex Vong [this message]
2015-12-06 22:14 ` [PATCH] gnu: mp3info: Update urls Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CADrxHD_W300Ua=KvPLfpfr468rjF9FKriYzWCjbNPZjS_KyzmA@mail.gmail.com' \
    --to=alexvong1995@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.