mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 23:48:01 -05:00
AutoBuild: update-doxygen started at 2024-12-29-23UTC (#11059)
* Doxygen 1.11.0 => 1.13.0 * Add built packages for linux/386 to update-doxygen * Add built packages for linux/amd64 to update-doxygen * Add built packages for linux/arm/v7 to update-doxygen * Fix git version tag for doxygen. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add built packages for linux/386 to update-doxygen * Add built packages for linux/amd64 to update-doxygen * Add built packages for linux/arm/v7 to update-doxygen --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: Ed Reel <edreel@gmail.com> Co-authored-by: uberhacker <uberhacker@users.noreply.github.com> Co-authored-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: satmandu <satmandu@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
7ae0a1d338
commit
31750afcf5
@@ -3,18 +3,18 @@ require 'buildsystems/cmake'
|
||||
class Doxygen < CMake
|
||||
description 'Doxygen is the de facto standard tool for generating documentation from annotated C++ sources, but it also supports other popular programming languages such as C, Objective-C, C#, PHP, Java, Python, IDL (Corba, Microsoft, and UNO/OpenOffice flavors), Fortran, VHDL, Tcl, and to some extent D.'
|
||||
homepage 'https://www.doxygen.nl/'
|
||||
version '1.11.0'
|
||||
version '1.13.0'
|
||||
license 'GPL-2'
|
||||
compatibility 'all'
|
||||
source_url 'https://github.com/doxygen/doxygen.git'
|
||||
git_hashtag 'Release_1_11_0'
|
||||
git_hashtag "Release_#{version.gsub('.', '_')}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '15dedc67203dc4b24273e0efed9296c7cdd63e6a3c65e869047890c9bc24aab3',
|
||||
armv7l: '15dedc67203dc4b24273e0efed9296c7cdd63e6a3c65e869047890c9bc24aab3',
|
||||
i686: 'aad9ef98fd93177a5d90c4d616de28c49a58a4cf586a4a79ca927836dc02bfb3',
|
||||
x86_64: 'f3bdbafbb4e0f1e912959fbba038b403180952a17e48704283d072225b14e806'
|
||||
aarch64: 'd80bcd882e5c3919628531f753fd6e140051685d79e8c66644c362807855c596',
|
||||
armv7l: 'd80bcd882e5c3919628531f753fd6e140051685d79e8c66644c362807855c596',
|
||||
i686: 'bdc83014941321742354a263bfa183cf26d099ca62ea11663c1273dd12e7a841',
|
||||
x86_64: '75c759b7f4df9c08b9bff7808767b7d2decdc19524b99cc92f7ed2e588660c26'
|
||||
})
|
||||
|
||||
depends_on 'python3' => :build
|
||||
|
||||
Reference in New Issue
Block a user