diff --git a/.SRCINFO b/.SRCINFO index fa09c7c269320..9d987c5119f27 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.3.0 + pkgver = 3.3.1 pkgrel = 1 url = https://localai.io arch = aarch64 @@ -8,24 +8,24 @@ pkgbase = local-ai-bin license = MIT provides = local-ai conflicts = local-ai - noextract = local-ai-3.3.0-aarch64 - noextract = local-ai-3.3.0-x86_64 + noextract = local-ai-3.3.1-aarch64 + noextract = local-ai-3.3.1-x86_64 options = !strip source = local-ai.conf source = local-ai.service source = local-ai.sysusers source = local-ai.tmpfiles - source = local-ai-3.3.0-README.md::https://github.com/mudler/LocalAI/raw/refs/tags/v3.3.0/README.md - source = local-ai-3.3.0-LICENSE::https://github.com/mudler/LocalAI/raw/refs/tags/v3.3.0/LICENSE + source = local-ai-3.3.1-README.md::https://github.com/mudler/LocalAI/raw/refs/tags/v3.3.1/README.md + source = local-ai-3.3.1-LICENSE::https://github.com/mudler/LocalAI/raw/refs/tags/v3.3.1/LICENSE sha256sums = 8e530e32d96d02c01192c987e8bffaf0bb67db34bf999fccdfa8d0777789233b sha256sums = bd420ec530cbfdb7f29b309e3c0c8cd72de6346b7c8e9882e917a071c65b344c sha256sums = 97ba21355c50ec658e220bc0558f506227b3dc77cc51f343b6f5657b0d77a19b sha256sums = 90e042d0f5885b63a6aa4db7f87d6b931956f6c9b022407593466f61f6973312 - sha256sums = da3bb23ea7d1bd1201507228f7b4f3197a1735bf48cdbed080953ac0b0f515a9 + sha256sums = e9d374818e185ec07eac1d378c2e6b2830cec1b8fefa3c38074bbe9433785309 sha256sums = 56bef7ba54ae4e4477b9effe34b6e6cadc1b0bcfaacc5be503096a1ce0a9d391 - source_aarch64 = local-ai-3.3.0-aarch64::https://github.com/mudler/LocalAI/releases/download/v3.3.0/local-ai-v3.3.0-linux-arm64 - sha256sums_aarch64 = 5023e866f8c5f710ebb93532b19c7df5c9a1caaf126490d90abb895d32687299 - source_x86_64 = local-ai-3.3.0-x86_64::https://github.com/mudler/LocalAI/releases/download/v3.3.0/local-ai-v3.3.0-linux-amd64 - sha256sums_x86_64 = c82e8dd3c4769659f8ee802be24397b033e346e55275987555a5e2ab06af243d + source_aarch64 = local-ai-3.3.1-aarch64::https://github.com/mudler/LocalAI/releases/download/v3.3.1/local-ai-v3.3.1-linux-arm64 + sha256sums_aarch64 = d86dccc576293686c09811e24b615851ea575b6bbd4785456ede00e5b74c120a + source_x86_64 = local-ai-3.3.1-x86_64::https://github.com/mudler/LocalAI/releases/download/v3.3.1/local-ai-v3.3.1-linux-amd64 + sha256sums_x86_64 = af8e881ffaf310ad2f35cdcbc79f5f305d2bb45ce91b70cef7d8c0890d84c0ec pkgname = local-ai-bin diff --git a/PKGBUILD b/PKGBUILD index e4f26077e6b4b..65c7d7fbfe101 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname="local-ai" pkgname="${_pkgname}-bin" -pkgver=3.3.0 +pkgver=3.3.1 pkgrel=1 pkgdesc="Free, Open Source OpenAI alternative. Self-hosted, community-driven and local-first" arch=('aarch64' 'x86_64') @@ -25,10 +25,10 @@ sha256sums=('8e530e32d96d02c01192c987e8bffaf0bb67db34bf999fccdfa8d0777789233b' 'bd420ec530cbfdb7f29b309e3c0c8cd72de6346b7c8e9882e917a071c65b344c' '97ba21355c50ec658e220bc0558f506227b3dc77cc51f343b6f5657b0d77a19b' '90e042d0f5885b63a6aa4db7f87d6b931956f6c9b022407593466f61f6973312' - 'da3bb23ea7d1bd1201507228f7b4f3197a1735bf48cdbed080953ac0b0f515a9' + 'e9d374818e185ec07eac1d378c2e6b2830cec1b8fefa3c38074bbe9433785309' '56bef7ba54ae4e4477b9effe34b6e6cadc1b0bcfaacc5be503096a1ce0a9d391') -sha256sums_aarch64=('5023e866f8c5f710ebb93532b19c7df5c9a1caaf126490d90abb895d32687299') -sha256sums_x86_64=('c82e8dd3c4769659f8ee802be24397b033e346e55275987555a5e2ab06af243d') +sha256sums_aarch64=('d86dccc576293686c09811e24b615851ea575b6bbd4785456ede00e5b74c120a') +sha256sums_x86_64=('af8e881ffaf310ad2f35cdcbc79f5f305d2bb45ce91b70cef7d8c0890d84c0ec') package() { cd "${srcdir}"