[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: mpg321: Update source URL.
From: |
guix-commits |
Subject: |
07/09: gnu: mpg321: Update source URL. |
Date: |
Mon, 5 Apr 2021 06:03:53 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 4a6271d95b62fe99327dcfa2dc30d6cc87db6a3e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Apr 5 11:32:23 2021 +0200
gnu: mpg321: Update source URL.
* gnu/packages/mp3.scm (mpg321)[source]: Update URL to match what's on
SourceForge. Add 'file-name'.
---
gnu/packages/mp3.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index dadaccd..ff67d9e 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
-;;; Copyright © 2014, 2015, 2017, 2020 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2014, 2015, 2017, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
@@ -405,7 +405,8 @@ command-line tool as well as a C library, libmpg123.")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/mpg321/mpg321/"
- version "/mpg321-" version ".tar.gz"))
+ version "/mpg321_" version ".orig.tar.gz"))
+ (file-name (string-append "mpg321-" version ".tar.gz"))
(sha256
(base32
"0ki8mh76bbmdh77qsiw682dvi8y468yhbdabqwg05igmwc1wqvq5"))
- branch master updated (b7aca04 -> dda0ada), guix-commits, 2021/04/05
- 01/09: gnu-maintenance: 'generic-html' updates packages with the right property., guix-commits, 2021/04/05
- 03/09: gnu: file: Add 'release-monitoring-url' property., guix-commits, 2021/04/05
- 05/09: utils: 'tarball-sans-extension' recognizes ".tgz"., guix-commits, 2021/04/05
- 02/09: gnu: ncftp: Add 'release-monitoring-url' property., guix-commits, 2021/04/05
- 04/09: gnu-maintenance: Remove unused procedure., guix-commits, 2021/04/05
- 09/09: gnu: sloccount: Update source URL., guix-commits, 2021/04/05
- 06/09: gnu-maintenance: Recognize more source tarball naming schemes., guix-commits, 2021/04/05
- 07/09: gnu: mpg321: Update source URL.,
guix-commits <=
- 08/09: gnu: libffi: Add 'release-monitoring-url'., guix-commits, 2021/04/05