Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/CastXML/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'CastXML'
pkgname=CastXML
version=0.6.11
version=0.7.0
revision=1
build_style=cmake
_llvmver=19

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would probably make sense to switch this to clang22.

Expand All @@ -16,7 +16,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://github.com/CastXML/CastXML"
distfiles="https://github.com/CastXML/CastXML/archive/refs/tags/v${version}.tar.gz"
checksum=fc5b49f802b67f98ecea10564bc171c660020836a48cecefc416681a2d2e1d3d
checksum=e70728229db5444384befcba9681a01497e9a19e35166ce1ffef3b5cbc8eeefe

post_install() {
rm -r ${DESTDIR}/usr/share/castxml/clang/include
Expand Down