graphviz: Update to version 2.49.1

This commit is contained in:
Jakub Čábera 2021-10-07 00:34:55 -07:00
parent 60b9da843e
commit 8cb3f35be6
2 changed files with 17 additions and 22 deletions

View File

@ -1,16 +1,16 @@
{
"version": "2.47.1",
"version": "2.49.1",
"description": "Open source graph visualization software.",
"homepage": "https://www.graphviz.org/",
"license": "EPL-1.0",
"architecture": {
"64bit": {
"url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/2.47.1/stable_windows_10_cmake_Release_x64_graphviz-install-2.47.1-win64.exe#/dl.7z",
"hash": "a10ad83a61a1445aa1754e869c01f56706374a8a7e3329471a0d84f8fac9aaad"
"url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/2.49.1/stable_windows_10_cmake_Release_x64_graphviz-install-2.49.1-win64.exe#/dl.7z",
"hash": "8eb1d86aaba134ccf12bff7a65509fe60725e75f81d1bfae104aa450a030c586"
},
"32bit": {
"url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/2.47.1/stable_windows_10_cmake_Release_Win32_graphviz-install-2.47.1-win32.exe#/dl.7z",
"hash": "30ea9c598e96623b528d4c67bf0bf86e9cebe1525ba3ea1293254acdcc6f674b"
"url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/2.49.1/stable_windows_10_cmake_Release_Win32_graphviz-install-2.49.1-win32.exe#/dl.7z",
"hash": "5e38201c547ff0ca95830564b41917ebd81647b0bc2cc15ff82e3399d670d88f"
}
},
"bin": [
@ -39,19 +39,15 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/$version/stable_windows_10_cmake_Release_x64_graphviz-install-$version-win64.exe#/dl.7z",
"hash": {
"url": "$url.sha256",
"find": "([a-fA-F0-9]{32,128})\\s+.*"
}
"url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/$version/stable_windows_10_cmake_Release_x64_graphviz-install-$version-win64.exe#/dl.7z"
},
"32bit": {
"url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/$version/stable_windows_10_cmake_Release_Win32_graphviz-install-$version-win32.exe#/dl.7z",
"hash": {
"url": "$url.sha256",
"find": "([a-fA-F0-9]{32,128})\\s+.*"
}
"url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/$version/stable_windows_10_cmake_Release_Win32_graphviz-install-$version-win32.exe#/dl.7z"
}
},
"hash": {
"url": "$url.sha256",
"regex": "$sha256\\s*"
}
}
}

View File

@ -18,18 +18,17 @@
],
"checkver": {
"url": "https://rakudo.org/downloads/star",
"regex": "rakudo-star-(?<version>[\\d.-]+)-win-x86_64-(?<compiler>.*)\\.msi",
"replace": "${version}"
"regex": "rakudo-star-([\\d.-]+)-win-x86_64-(?<compiler>\\w+)\\.msi"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://rakudo.org/dl/star/rakudo-star-$version-win-x86_64-$matchCompiler.msi",
"hash": {
"url": "$url.checksums.txt",
"regex": "rakudo-star-(?<version>[\\d.-]+)-win-x86_64-(?<compiler>.*)\\.msi.*($sha256)"
}
"url": "https://rakudo.org/dl/star/rakudo-star-$version-win-x86_64-$matchCompiler.msi"
}
},
"hash": {
"url": "$url.checksums.txt",
"regex": "$basename\\)\\s+=\\s+$sha256"
}
}
}