diff --git a/.SRCINFO b/.SRCINFO index 156ba38ac1f26..3e05e3d643ec2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = local-ai-bin pkgdesc = Free, Open Source OpenAI alternative. Self-hosted, community-driven and local-first - pkgver = 3.10.1 + pkgver = 3.11.0 pkgrel = 1 url = https://localai.io arch = aarch64 @@ -13,17 +13,17 @@ pkgbase = local-ai-bin source = local-ai.service source = local-ai.sysusers source = local-ai.tmpfiles - source = local-ai-3.10.1-README.md::https://github.com/mudler/LocalAI/raw/refs/tags/v3.10.1/README.md - source = local-ai-3.10.1-LICENSE::https://github.com/mudler/LocalAI/raw/refs/tags/v3.10.1/LICENSE + source = local-ai-3.11.0-README.md::https://github.com/mudler/LocalAI/raw/refs/tags/v3.11.0/README.md + source = local-ai-3.11.0-LICENSE::https://github.com/mudler/LocalAI/raw/refs/tags/v3.11.0/LICENSE sha256sums = 8153bc015f138655e08a49183c36d00f7fb661a2b9367110f44af844eab815ae sha256sums = 6e4c0e2a2694867a5c27e21855e530a9327ae3658dbaa9b18fe028ab96df915a sha256sums = 97ba21355c50ec658e220bc0558f506227b3dc77cc51f343b6f5657b0d77a19b sha256sums = dd51cf954b60d75e0521a6e58188bcb06981e87d7ca8ac22d7dc4d46a362a671 - sha256sums = 7e598b6642b5f3c4fa9a7b5408d485ab80f081a1d5d3e3c0675775d6b8335d28 + sha256sums = 648bb3836db914f0d6d5c9c67709041d905a044d61bbb83f828490855b701b97 sha256sums = 56bef7ba54ae4e4477b9effe34b6e6cadc1b0bcfaacc5be503096a1ce0a9d391 - source_aarch64 = local-ai-3.10.1-aarch64::https://github.com/mudler/LocalAI/releases/download/v3.10.1/local-ai-v3.10.1-linux-arm64 - sha256sums_aarch64 = 45877a516577089c67574eabf4a2639dabbf728bb13ec2b56307cd71e488b5cc - source_x86_64 = local-ai-3.10.1-x86_64::https://github.com/mudler/LocalAI/releases/download/v3.10.1/local-ai-v3.10.1-linux-amd64 - sha256sums_x86_64 = cbee1ffd6068f7a56a21ec5ed86067cb31449270adc79de76f935a9dc78d54d3 + source_aarch64 = local-ai-3.11.0-aarch64::https://github.com/mudler/LocalAI/releases/download/v3.11.0/local-ai-v3.11.0-linux-arm64 + sha256sums_aarch64 = 51b46909e6d528ef1bae3bd51d970c26d4a0c15db8b5524d4a2c43458ec98323 + source_x86_64 = local-ai-3.11.0-x86_64::https://github.com/mudler/LocalAI/releases/download/v3.11.0/local-ai-v3.11.0-linux-amd64 + sha256sums_x86_64 = f1a55e173480b5b0e17926351690ca7321f96655f9513d09f6fb157a8193323a pkgname = local-ai-bin diff --git a/PKGBUILD b/PKGBUILD index 87ba6a3e611b7..8f6207ad5be37 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ _name="localai" _pkgname="local-ai" pkgname="${_pkgname}-bin" -pkgver=3.10.1 +pkgver=3.11.0 pkgrel=1 pkgdesc="Free, Open Source OpenAI alternative. Self-hosted, community-driven and local-first" arch=( @@ -40,10 +40,10 @@ sha256sums=('8153bc015f138655e08a49183c36d00f7fb661a2b9367110f44af844eab815ae' '6e4c0e2a2694867a5c27e21855e530a9327ae3658dbaa9b18fe028ab96df915a' '97ba21355c50ec658e220bc0558f506227b3dc77cc51f343b6f5657b0d77a19b' 'dd51cf954b60d75e0521a6e58188bcb06981e87d7ca8ac22d7dc4d46a362a671' - '7e598b6642b5f3c4fa9a7b5408d485ab80f081a1d5d3e3c0675775d6b8335d28' + '648bb3836db914f0d6d5c9c67709041d905a044d61bbb83f828490855b701b97' '56bef7ba54ae4e4477b9effe34b6e6cadc1b0bcfaacc5be503096a1ce0a9d391') -sha256sums_aarch64=('45877a516577089c67574eabf4a2639dabbf728bb13ec2b56307cd71e488b5cc') -sha256sums_x86_64=('cbee1ffd6068f7a56a21ec5ed86067cb31449270adc79de76f935a9dc78d54d3') +sha256sums_aarch64=('51b46909e6d528ef1bae3bd51d970c26d4a0c15db8b5524d4a2c43458ec98323') +sha256sums_x86_64=('f1a55e173480b5b0e17926351690ca7321f96655f9513d09f6fb157a8193323a') package() { cd "${srcdir}"