guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/10: gnu: mktorrent: Update to 1.1.


From: Tobias Geerinckx-Rice
Subject: 02/10: gnu: mktorrent: Update to 1.1.
Date: Sat, 20 Jan 2018 21:24:19 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit fd90e396953144570ebbc0dfabb516c8d4d51e72
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jan 20 23:20:26 2018 +0100

    gnu: mktorrent: Update to 1.1.
    
    * gnu/packages/bittorrent.scm (mktorrent): Update to 1.1.
    [source, home-page]: Use new URI.
---
 gnu/packages/bittorrent.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 053988c..1c6e512 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2016, 2017 Leo Famulari <address@hidden>
 ;;; Copyright © 2016, 2017 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016 Tomáš Čech <address@hidden>
-;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2017 Jelle Licht <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -340,14 +340,15 @@ downloads, download scheduling, download rate limiting.")
 (define-public mktorrent
   (package
     (name "mktorrent")
-    (version "1.0")
+    (version "1.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://sourceforge/mktorrent/mktorrent/"
-                                  version "/" name "-" version ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (uri (string-append 
"https://github.com/Rudde/mktorrent/archive/v";
+                                  version ".tar.gz"))
               (sha256
                (base32
-                "17qi3nfky240pq6qcmf5qg324mxm83vk9r3nvsdhsvinyqm5d3kg"))))
+                "1j9qc4fxa9isnaygqk6jazsiklqywl2wcs95b8dx01963407bx6h"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases
@@ -359,7 +360,7 @@ downloads, download scheduling, download rate limiting.")
                           "USE_LONG_OPTIONS=1"
                           "USE_PTHREADS=1")
        #:tests? #f))                            ; no tests
-    (home-page "http://mktorrent.sourceforge.net/";)
+    (home-page "https://github.com/Rudde/mktorrent";)
     (synopsis "Utility to create BitTorrent metainfo files")
     (description "mktorrent is a simple command-line utility to create
 BitTorrent @dfn{metainfo} files, often known simply as @dfn{torrents}, from



reply via email to

[Prev in Thread] Current Thread [Next in Thread]