summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHironori-Yamaji <52182908+Hironori-Yamaji@users.noreply.github.com>2019-06-29 03:03:54 +0900
committerPeter Scheibel <scheibel1@llnl.gov>2019-06-28 11:03:54 -0700
commitd5402147f07d614c8c1b2f3541640cba467a1904 (patch)
treed912d38de998c3110665d39a25a105e0023a99fb
parent46c15132964b482ca0808cc8700c980407562095 (diff)
downloadspack-d5402147f07d614c8c1b2f3541640cba467a1904.tar.gz
spack-d5402147f07d614c8c1b2f3541640cba467a1904.tar.bz2
spack-d5402147f07d614c8c1b2f3541640cba467a1904.tar.xz
spack-d5402147f07d614c8c1b2f3541640cba467a1904.zip
bib2xhtml: replace version and change the download url (#11837)
The old version was no longer available for download
-rw-r--r--var/spack/repos/builtin/packages/bib2xhtml/package.py4
1 files 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 @@ from glob import glob
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