From 94b779b6a4d0bbd0693e293d2f6f38afa6e8a6c3 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 26 Dec 2017 21:02:05 +0100 Subject: gnu: mujs: Update to 1.0.2. * gnu/packages/javascript.scm (mujs): Update to 1.0.2. [source]: Download over HTTPS. [home-page]: Update to redirected URL. --- gnu/packages/javascript.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/javascript.scm b/gnu/packages/javascript.scm index 1fe62d2308..b52edb2254 100644 --- a/gnu/packages/javascript.scm +++ b/gnu/packages/javascript.scm @@ -371,16 +371,16 @@ (define-public js-es5-shim (define-public mujs (package (name "mujs") - (version "1.0.1") + (version "1.0.2") (source (origin (method git-fetch) (uri (git-reference - (url "http://git.ghostscript.com/mujs.git") + (url "https://git.ghostscript.com/mujs.git") (commit version))) (file-name (string-append name "-" version "-checkout")) (sha256 (base32 - "0ch0s3vqs7agf65gbks32bj44nk1dr2s23ki47b0bhdhzvw9q93j")))) + "1angy1higk8bvh69frjhq1m6znhd75fzalaydz5rfzkdfyw52jgy")))) (build-system gnu-build-system) (arguments '(#:phases (modify-phases %standard-phases @@ -388,7 +388,7 @@ (define-public mujs #:make-flags (list (string-append "prefix=" (assoc-ref %outputs "out")) (string-append "CC=gcc")) #:tests? #f)) ; no tests - (home-page "http://dev.mujs.com") + (home-page "https://artifex.com/mujs/") (synopsis "JavaScript interpreter written in C") (description "MuJS is a lightweight Javascript interpreter designed for embedding in other software to extend them with scripting capabilities. MuJS -- cgit v1.2.3