mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Bump to 3.10.1
This commit is contained in:
parent
424544e117
commit
6084433304
2 changed files with 12 additions and 12 deletions
16
.SRCINFO
16
.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.0
|
||||
pkgver = 3.10.1
|
||||
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.0-README.md::https://github.com/mudler/LocalAI/raw/refs/tags/v3.10.0/README.md
|
||||
source = local-ai-3.10.0-LICENSE::https://github.com/mudler/LocalAI/raw/refs/tags/v3.10.0/LICENSE
|
||||
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
|
||||
sha256sums = 8153bc015f138655e08a49183c36d00f7fb661a2b9367110f44af844eab815ae
|
||||
sha256sums = 6e4c0e2a2694867a5c27e21855e530a9327ae3658dbaa9b18fe028ab96df915a
|
||||
sha256sums = 97ba21355c50ec658e220bc0558f506227b3dc77cc51f343b6f5657b0d77a19b
|
||||
sha256sums = dd51cf954b60d75e0521a6e58188bcb06981e87d7ca8ac22d7dc4d46a362a671
|
||||
sha256sums = 3a54dab4cbc0d41448f3661fcfb11cfc948ea14aa1a2f4257eadc42103d83463
|
||||
sha256sums = 7e598b6642b5f3c4fa9a7b5408d485ab80f081a1d5d3e3c0675775d6b8335d28
|
||||
sha256sums = 56bef7ba54ae4e4477b9effe34b6e6cadc1b0bcfaacc5be503096a1ce0a9d391
|
||||
source_aarch64 = local-ai-3.10.0-aarch64::https://github.com/mudler/LocalAI/releases/download/v3.10.0/local-ai-v3.10.0-linux-arm64
|
||||
sha256sums_aarch64 = b7b4c5257a7ac7fc7ecfd2f8fb13376442255b8be40a79cc951c28e8ff8107f1
|
||||
source_x86_64 = local-ai-3.10.0-x86_64::https://github.com/mudler/LocalAI/releases/download/v3.10.0/local-ai-v3.10.0-linux-amd64
|
||||
sha256sums_x86_64 = 6af72f4c55fd4a9a8f8e914e05d0e7c5823264779f754c57210dfc33a037915a
|
||||
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
|
||||
|
||||
pkgname = local-ai-bin
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
_name="localai"
|
||||
_pkgname="local-ai"
|
||||
pkgname="${_pkgname}-bin"
|
||||
pkgver=3.10.0
|
||||
pkgver=3.10.1
|
||||
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'
|
||||
'3a54dab4cbc0d41448f3661fcfb11cfc948ea14aa1a2f4257eadc42103d83463'
|
||||
'7e598b6642b5f3c4fa9a7b5408d485ab80f081a1d5d3e3c0675775d6b8335d28'
|
||||
'56bef7ba54ae4e4477b9effe34b6e6cadc1b0bcfaacc5be503096a1ce0a9d391')
|
||||
sha256sums_aarch64=('b7b4c5257a7ac7fc7ecfd2f8fb13376442255b8be40a79cc951c28e8ff8107f1')
|
||||
sha256sums_x86_64=('6af72f4c55fd4a9a8f8e914e05d0e7c5823264779f754c57210dfc33a037915a')
|
||||
sha256sums_aarch64=('45877a516577089c67574eabf4a2639dabbf728bb13ec2b56307cd71e488b5cc')
|
||||
sha256sums_x86_64=('cbee1ffd6068f7a56a21ec5ed86067cb31449270adc79de76f935a9dc78d54d3')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue