diff options
Diffstat (limited to 'games/anki/Makefile')
-rw-r--r-- | games/anki/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/anki/Makefile b/games/anki/Makefile index 2315dfac950f..dd066ae4b3ec 100644 --- a/games/anki/Makefile +++ b/games/anki/Makefile @@ -1,5 +1,6 @@ PORTNAME= anki -DISTVERSION= 25.07.2 +DISTVERSION= 25.07.5 +PORTREVISION= 1 # Don't forget to update ${_MY_BUILDHASH} if DISTVERSION changes CATEGORIES= games education python MASTER_SITES= LOCAL/kai/:yarncache @@ -48,8 +49,8 @@ USES= cargo desktop-file-utils ninja nodejs:build pyqt:6 python \ USE_GITHUB= yes GH_ACCOUNT= ankitects # Translation files -GH_TUPLE= ankitects:anki-core-i18n:a921649:ftlrslib \ - ankitects:anki-desktop-ftl:a1134ab:ftlextra +GH_TUPLE= ankitects:anki-core-i18n:a019a54:ftlrslib \ + ankitects:anki-desktop-ftl:bc2da83:ftlextra USE_PYQT= pyqt6 sip:build webengine @@ -92,7 +93,7 @@ MPV_RUN_DEPENDS= mpv:multimedia/mpv # Should contain the most recent commit that reflects ${DISTVERSION} and must # be exactly 8 digits otherwise the check for newer versions won't work as # expected. -_MY_BUILDHASH= 3adcf05c +_MY_BUILDHASH= 7172b2d2 # Remove ${CARGO_BUILD_TARGET} from ${CARGO_ENV} to avoid problems with # hardcoded paths as the "runner" build system expects its components # in ${WRKSRC}/out/rust/debug |