Commit f8075575 authored by vincowl's avatar vincowl Committed by GitHub

[docbook_xml] Update to 5.1 (#3909)

Co-authored-by: default avatarVincent GIRARD <vincent@heliosphere.fr>
parent 52f5392a
......@@ -5,21 +5,13 @@ require 'package'
class Docbook_xml < Package
description 'document type definitions for verification of XML data files against the DocBook rule set'
homepage 'http://www.docbook.org'
version '4.3-1'
source_url 'http://www.docbook.org/xml/4.3/docbook-xml-4.3.zip'
source_sha256 '23068a94ea6fd484b004c5a73ec36a66aa47ea8f0d6b62cc1695931f5c143464'
version '5.1'
source_url 'https://docbook.org/xml/5.1/docbook-v5.1-os.zip'
source_sha256 'b3f3413654003c1e773360d7fc60ebb8abd0e8c9af8e7d6c4b55f124f34d1e7f'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/docbook_xml-4.3-1-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/docbook_xml-4.3-1-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/docbook_xml-4.3-1-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/docbook_xml-4.3-1-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'd3008b147f80217982def39e17e04ab9dd32774932322685ae54e5310c70787b',
armv7l: 'd3008b147f80217982def39e17e04ab9dd32774932322685ae54e5310c70787b',
i686: '2650849c66d4838eb91c679dcd18792583e848a11073b8f60fdc2f5c9f81a7dd',
x86_64: '2479e13c8b04434b51a07a96d8500a753042e08ed68dac8b692a267b44372001',
})
depends_on 'docbook'
......@@ -27,7 +19,7 @@ class Docbook_xml < Package
def self.install
xml_version = '4.3'
xml_version = '5.1'
xml_dtd = "xml-dtd-#{xml_version}"
system "install -v -d -m755 #{CREW_DEST_PREFIX}/share/xml/docbook/#{xml_dtd}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment