diff --git a/misc/grok-build/Makefile b/misc/grok-build/Makefile index 96be3641739b..1a28f671be37 100644 --- a/misc/grok-build/Makefile +++ b/misc/grok-build/Makefile @@ -1,55 +1,55 @@ PORTNAME= grok-build -DISTVERSION= 0.2.106 +DISTVERSION= 0.2.111 CATEGORIES= misc # machine-learning MASTER_SITES= ${GROK_URL_BASE:S|$|:amd64|} \ ${GROK_URL_BASE:S|$|:aarch64|} DISTFILES= grok-${DISTVERSION}-linux-x86_64:amd64 \ grok-${DISTVERSION}-linux-aarch64:aarch64 DIST_SUBDIR= ${PORTNAME}-${DISTVERSION} EXTRACT_ONLY= MAINTAINER= yuri@FreeBSD.org COMMENT= CLI for xAI Grok AI platform WWW= https://x.ai/ ONLY_FOR_ARCHS= aarch64 amd64 ONLY_FOR_ARCHS_REASON= is a Linux binary with a limited platform support BROKEN_FreeBSD_14= fails with os error 22, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296863 USES= linux:rl9 USE_LINUX= base GROK_URL_BASE= https://x.ai/cli/ \ https://storage.googleapis.com/grok-build-public-artifacts/cli/ NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= bin/agent \ bin/grok find-new-version: @TAB=$$(printf '\t'); \ new_ver=$$(fetch -q -o - https://x.ai/cli/stable 2>/dev/null || \ fetch -q -o - https://storage.googleapis.com/grok-build-public-artifacts/cli/stable); \ current_ver=$$(make -V DISTVERSION); \ if [ "$$new_ver" != "$$current_ver" ] && [ -n "$$new_ver" ]; then \ ${SED} -i '' "s/^DISTVERSION=.*/DISTVERSION=$${TAB}$$new_ver/" ${.CURDIR}/Makefile; \ echo "=> New version available: $$current_ver -> $$new_ver"; \ else \ echo "=> No new version available (current: $$current_ver)"; \ fi .include .if ${ARCH} == aarch64 GROK_DISTFILE= grok-${DISTVERSION}-linux-aarch64 .else GROK_DISTFILE= grok-${DISTVERSION}-linux-x86_64 .endif do-install: ${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/${GROK_DISTFILE} ${STAGEDIR}${PREFIX}/bin/grok ${LN} -s grok ${STAGEDIR}${PREFIX}/bin/agent .include diff --git a/misc/grok-build/distinfo b/misc/grok-build/distinfo index b9d7b8994ddf..6e49cfb507fc 100644 --- a/misc/grok-build/distinfo +++ b/misc/grok-build/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1784563317 -SHA256 (grok-build-0.2.106/grok-0.2.106-linux-x86_64) = 7180d0e03cc2a496033ff3aae2223ce239446a9827a59faa76091c7edd5e1c38 -SIZE (grok-build-0.2.106/grok-0.2.106-linux-x86_64) = 154008672 -SHA256 (grok-build-0.2.106/grok-0.2.106-linux-aarch64) = d12be1698d56d4543f1f1095c2c26cd3d17a64e88772629673740991c188e4ff -SIZE (grok-build-0.2.106/grok-0.2.106-linux-aarch64) = 125535912 +TIMESTAMP = 1784871526 +SHA256 (grok-build-0.2.111/grok-0.2.111-linux-x86_64) = f158d0d43367c3959c5ad213327255ac5991a0ec4c67bb475e09cc8cdba4a7b3 +SIZE (grok-build-0.2.111/grok-0.2.111-linux-x86_64) = 162655648 +SHA256 (grok-build-0.2.111/grok-0.2.111-linux-aarch64) = d2daad12b448a96cab461b8195b3b59b63c9f981e98a07414f12db4fcc278f10 +SIZE (grok-build-0.2.111/grok-0.2.111-linux-aarch64) = 132491224