From 4273e593766930ef315dc25572fcc90d03f6f295 Mon Sep 17 00:00:00 2001 From: TUR Github Actions Date: Mon, 13 May 2024 18:22:46 +0000 Subject: [PATCH] bump(tur/python-tiktoken): 0.7.0 This commit has been automatically submitted by Github Actions. --- tur/python-tiktoken/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tur/python-tiktoken/build.sh b/tur/python-tiktoken/build.sh index 59265663b..ba625c49d 100644 --- a/tur/python-tiktoken/build.sh +++ b/tur/python-tiktoken/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/openai/tiktoken TERMUX_PKG_DESCRIPTION="A fast BPE tokeniser for use with OpenAI's models" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="@termux-user-repository" -TERMUX_PKG_VERSION="0.6.0" +TERMUX_PKG_VERSION="0.7.0" TERMUX_PKG_SRCURL=https://github.com/openai/tiktoken/archive/refs/tags/$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=d40bf4bf4a32bda814a16b2c5651663960da40ac5a8c02a65b7a9aa97bda2046 +TERMUX_PKG_SHA256=c8028671aa0525e474f2862608ac2edc879071f96c00777e1f8af8b2d4800c8d TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="libc++, python" TERMUX_PKG_PYTHON_COMMON_DEPS="wheel, setuptools-rust"