From: Sergei Trofimovich <slyich@gmail.com>
To: 50114@debbugs.gnu.org
Cc: Sergei Trofimovich <slyich@gmail.com>
Subject: [bug#50114] [PATCH] gnu: mc: Bump up to 4.8.27
Date: Wed, 18 Aug 2021 23:42:18 +0100 [thread overview]
Message-ID: <20210818224218.3290022-1-slyich@gmail.com> (raw)
While at it added 'release-monitoing-url property to allow
'generic-html updater to fetch latest version from correct location.
Otherwise the only available updater is 'gnu-ftp (which forces downgrade
to ancient 4.6.1 release).
* gnu/packages/mc.scm (mc): Update to 4.8.27. Explicitly set
release-monitoing-url to up to date location.
---
gnu/packages/mc.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mc.scm b/gnu/packages/mc.scm
index b9dea3b446..e19bc02e7a 100644
--- a/gnu/packages/mc.scm
+++ b/gnu/packages/mc.scm
@@ -38,14 +38,14 @@
(define-public mc
(package
(name "mc")
- (version "4.8.26")
+ (version "4.8.27")
(source
(origin
(method url-fetch)
- (uri (string-append "https://ftp.midnight-commander.org/mc-"
+ (uri (string-append "http://ftp.midnight-commander.org/mc-"
version ".tar.xz"))
(sha256
- (base32 "09vc2vf6k12a8k5gdss6hcskwfcbyalrkhn65nidkwlm0p2svpn6"))))
+ (base32 "1x2g5ahgzg951y4ldbsgkv8icni2mgh3p2wsds0j16gsbwi5kgii"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl)
("pkg-config" ,pkg-config)))
@@ -97,6 +97,8 @@
(("usr/bin") "/"))
#t)))))
(home-page "https://www.midnight-commander.org")
+ (properties
+ `((release-monitoring-url . "http://ftp.midnight-commander.org/")))
(synopsis "Graphical file manager")
(description
"GNU Midnight Commander is a command-line file manager laid out in a
--
2.33.0
next reply other threads:[~2021-08-18 22:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-18 22:42 Sergei Trofimovich [this message]
2021-08-20 9:29 ` [bug#50114] [PATCH] gnu: mc: Bump up to 4.8.27 zimoun
2021-08-20 21:48 ` Sergei Trofimovich
2021-08-26 19:29 ` bug#50114: " Brice Waegeneire
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210818224218.3290022-1-slyich@gmail.com \
--to=slyich@gmail.com \
--cc=50114@debbugs.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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).