Commit 7d3d35a7 authored by Casey Strouse's avatar Casey Strouse Committed by Ed Reel

Update docutils from 0.14 to 0.15 (#3413)

parent 83271bce
......@@ -3,21 +3,13 @@ require 'package'
class Docutils < Package
description 'Docutils is an open-source text processing system for processing plaintext documentation into useful formats, such as HTML, LaTeX, man-pages, open-document or XML.'
homepage 'http://docutils.sourceforge.net/'
version '0.14'
source_url 'https://prdownloads.sourceforge.net/project/docutils/docutils/0.14/docutils-0.14.tar.gz'
source_sha256 '51e64ef2ebfb29cae1faa133b3710143496eca21c530f3f71424d77687764274'
version '0.15'
source_url 'https://prdownloads.sourceforge.net/project/docutils/docutils/0.15/docutils-0.15.tar.gz'
source_sha256 'c35e87e985f70106f6f97e050f3bed990641e0e104566134b9cd23849a460e96'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/docutils-0.14-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/docutils-0.14-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/docutils-0.14-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/docutils-0.14-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'b981eecf82f7dd1bbbd29d2467a632b8b400f1c64efa5dda9d497fe99b2af98c',
armv7l: 'b981eecf82f7dd1bbbd29d2467a632b8b400f1c64efa5dda9d497fe99b2af98c',
i686: '6711f08e339c595025819c590f0e154a60fd625f039d561a091d1482a1654682',
x86_64: 'd551a697f37dc6d03b77d2740637c3c1c36a0fa74fbac813e5dcb16745f4cd32',
})
depends_on 'python3'
......
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