Skip to content
Snippets Groups Projects
Commit d5402147 authored by Hironori-Yamaji's avatar Hironori-Yamaji Committed by Peter Scheibel
Browse files

bib2xhtml: replace version and change the download url (#11837)

The old version was no longer available for download
parent 46c15132
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment