mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-06 22:24:12 -05:00
updater-doxygen-1.15.0 — doxygen → 1.15.0 (#13206)
* Add unbuilt doxygen to updater-doxygen-1.15.0 * updater-doxygen-1.15.0: Package File Update Run on linux/386 container. * updater-doxygen-1.15.0: Package File Update Run on linux/amd64 container. * updater-doxygen-1.15.0: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
36e7b50ed6
commit
b1e4cedb39
@@ -1,3 +1,3 @@
|
||||
# Total size: 17977033
|
||||
# Total size: 18815144
|
||||
/usr/local/bin/doxygen
|
||||
/usr/local/share/man/man1/doxygen.1.zst
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Total size: 23727765
|
||||
# Total size: 24605828
|
||||
/usr/local/bin/doxygen
|
||||
/usr/local/share/man/man1/doxygen.1.zst
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Total size: 23325117
|
||||
# Total size: 24160332
|
||||
/usr/local/bin/doxygen
|
||||
/usr/local/share/man/man1/doxygen.1.zst
|
||||
|
||||
@@ -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.14.0'
|
||||
version '1.15.0'
|
||||
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: '4d665e13a9a0e5085d7e485f4c72f611b7909f5e2f34f68e44e761213955e806',
|
||||
armv7l: '4d665e13a9a0e5085d7e485f4c72f611b7909f5e2f34f68e44e761213955e806',
|
||||
i686: '3595f66e251ba2c183d0cd440faca980779a253e83fd9c214908ed36fe786a68',
|
||||
x86_64: '316fc5f28694d6c04fcfa9c69621a0fc79ab7f4a9597535a8ab3b13f6b721cd7'
|
||||
aarch64: 'c06666fe7999c337dbf9e28f4a280f1d97771120643a56a22b3a3163babe3d98',
|
||||
armv7l: 'c06666fe7999c337dbf9e28f4a280f1d97771120643a56a22b3a3163babe3d98',
|
||||
i686: 'fde921f416e292fc8921db845834df962e98b739881e1e27f9aa65b6576b1cd2',
|
||||
x86_64: '62663412b949a409afcd419d8b662e31a5dca9d5be7aed73591bce7051cff31a'
|
||||
})
|
||||
|
||||
depends_on 'gcc_lib' # R
|
||||
|
||||
Reference in New Issue
Block a user