kicad: update to 9.0.3.

This commit is contained in:
classabbyamp 2025-07-16 11:33:11 -04:00
parent 10495d2119
commit 8e1dd24d76
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,8 +1,8 @@
# Template file for 'kicad'
# XXX: keep in sync with kicad-doc
pkgname=kicad
version=9.0.2
revision=2
version=9.0.3
revision=1
build_style=cmake
build_helper="cmake-wxWidgets-gtk3"
configure_args="-DKICAD_SCRIPTING_WXPYTHON=ON -DKICAD_USE_EGL=ON -DKICAD_BUILD_QA_TESTS=OFF
@ -21,7 +21,7 @@ license="GPL-3.0-or-later"
homepage="http://kicad.org"
changelog="https://www.kicad.org/blog/categories/Release-Notes/"
distfiles="https://gitlab.com/kicad/code/kicad/-/archive/${version}/kicad-${version}.tar.gz"
checksum=0943b34578429707c5bfe8f418b6d37def9f697d297fd962256ae8c92eae0ddd
checksum=17356874d62dad0f4a37df2edbc0835afc666fe936957f3e992514416d98b588
python_version=3
replaces="kicad-i18n>=0"