AutoBuild: update-doxygen started at 2025-01-05-23UTC (#11090)

* Doxygen 1.13.0 => 1.13.1

* 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

---------

Co-authored-by: Ed Reel <edreel@gmail.com>
Co-authored-by: uberhacker <uberhacker@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-01-05 20:20:17 -05:00
committed by GitHub
parent b00c339003
commit 2eaed83989

View File

@@ -3,7 +3,7 @@ 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.13.0'
version '1.13.1'
license 'GPL-2'
compatibility 'all'
source_url 'https://github.com/doxygen/doxygen.git'
@@ -11,10 +11,10 @@ class Doxygen < CMake
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'd80bcd882e5c3919628531f753fd6e140051685d79e8c66644c362807855c596',
armv7l: 'd80bcd882e5c3919628531f753fd6e140051685d79e8c66644c362807855c596',
i686: 'bdc83014941321742354a263bfa183cf26d099ca62ea11663c1273dd12e7a841',
x86_64: '75c759b7f4df9c08b9bff7808767b7d2decdc19524b99cc92f7ed2e588660c26'
aarch64: '0af737ada31ad5ec8bdf9626ab99bbced14ac6f57f7443f45d76130aac7d3671',
armv7l: '0af737ada31ad5ec8bdf9626ab99bbced14ac6f57f7443f45d76130aac7d3671',
i686: 'd0d056a617ba2a7bbc3b75de42a75f288da5f24419a3199b13840ccc1128d36c',
x86_64: 'f5047b1651a0a7bd84ab4342d0e390f694e80a90bf43f9c11b35d5b38750d85c'
})
depends_on 'python3' => :build