From d5402147f07d614c8c1b2f3541640cba467a1904 Mon Sep 17 00:00:00 2001
From: Hironori-Yamaji <52182908+Hironori-Yamaji@users.noreply.github.com>
Date: Sat, 29 Jun 2019 03:03:54 +0900
Subject: [PATCH] bib2xhtml: replace version and change the download url
 (#11837)

The old version was no longer available for download
---
 var/spack/repos/builtin/packages/bib2xhtml/package.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/var/spack/repos/builtin/packages/bib2xhtml/package.py b/var/spack/repos/builtin/packages/bib2xhtml/package.py
index 3d559c0442..3d75b7ebc9 100644
--- a/var/spack/repos/builtin/packages/bib2xhtml/package.py
+++ b/var/spack/repos/builtin/packages/bib2xhtml/package.py
@@ -10,9 +10,9 @@
 class Bib2xhtml(Package):
     """bib2xhtml is a program that converts BibTeX files into HTML."""
     homepage = "http://www.spinellis.gr/sw/textproc/bib2xhtml/"
-    url = 'http://www.spinellis.gr/sw/textproc/bib2xhtml/bib2xhtml-v3.0-15-gf506.tar.gz'
+    url = 'https://www.spinellis.gr/sw/textproc/bib2xhtml/bib2xhtml-v3.0-79-ge935.tar.gz'
 
-    version('3.0-15-gf506', 'a26ba02fe0053bbbf2277bdf0acf8645')
+    version('3.0-79-ge935', sha256='4a2d2d89dd2f3fed1c735055b806809b5cc1cde32dee1aa5987097ec5bf2181f')
 
     def install(self, spec, prefix):
         # Add the bst include files to the install directory
-- 
GitLab