diff options
Diffstat (limited to 'games/anki/Makefile')
-rw-r--r-- | games/anki/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/anki/Makefile b/games/anki/Makefile index 51e571fdbcc8..56433fedfa71 100644 --- a/games/anki/Makefile +++ b/games/anki/Makefile @@ -1,5 +1,5 @@ PORTNAME= anki -DISTVERSION= 25.07.4 +DISTVERSION= 25.07.5 # Don't forget to update ${_MY_BUILDHASH} if DISTVERSION changes CATEGORIES= games education python MASTER_SITES= LOCAL/kai/:yarncache @@ -48,7 +48,7 @@ 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:40ed2ea:ftlrslib \ +GH_TUPLE= ankitects:anki-core-i18n:a019a54:ftlrslib \ ankitects:anki-desktop-ftl:bc2da83:ftlextra USE_PYQT= pyqt6 sip:build webengine @@ -92,7 +92,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= e511d63b +_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 |