guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: macchanger: Update to 1.7.0.


From: Tobias Geerinckx-Rice
Subject: 01/04: gnu: macchanger: Update to 1.7.0.
Date: Wed, 14 Mar 2018 13:23:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f3fda2980cd6c6cb1911c278c45e40efd81c5163
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Mar 14 11:56:08 2018 +0100

    gnu: macchanger: Update to 1.7.0.
    
    * gnu/packages/networking.scm (macchanger): Update to 1.7.0.
    [source]: Update URI.
---
 gnu/packages/networking.scm | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index bf4bee2..395e75a 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -87,17 +87,22 @@
   #:use-module (gnu packages xml)
   #:use-module (ice-9 match))
 
+;; The gnu.org ‘home’ for this GNU project is a directory listing with 1.6.0 as
+;; the latest version.  The author's git repository, mentioned in the 1.6.0
+;; README and otherwise legit-looking, contains a proper 1.7.0 release tarball
+;; with many OUI updates.  Use it, even though it's also several years old now.
 (define-public macchanger
   (package
     (name "macchanger")
-    (version "1.6.0")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "mirror://gnu/"
-                                  name "/" name "-" version ".tar.gz"))
-              (sha256
-               (base32
-                "1xsiivjjyhqcs6dyjcshrnxlgypvyfzacjz7gcjgl88xiw9lylri"))))
+    (version "1.7.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/alobbs/macchanger/";
+                           "releases/download/" version "/"
+                           name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1gs5m0jxyprdp00w2qkbnaqm3ilkjz0q1gqdg4nzdm8g4xy73qns"))))
     (build-system gnu-build-system)
     (home-page "https://www.gnu.org/software/macchanger/";)
     (synopsis "Viewing and manipulating MAC addresses of network interfaces")



reply via email to

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