mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Bump to 3.5.3
This commit is contained in:
parent
8c6465b115
commit
095460b646
2 changed files with 12 additions and 12 deletions
18
.SRCINFO
18
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = local-ai-bin
|
||||
pkgdesc = Free, Open Source OpenAI alternative. Self-hosted, community-driven and local-first
|
||||
pkgver = 3.5.2
|
||||
pkgver = 3.5.3
|
||||
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.5.2-aarch64
|
||||
noextract = local-ai-3.5.2-x86_64
|
||||
noextract = local-ai-3.5.3-aarch64
|
||||
noextract = local-ai-3.5.3-x86_64
|
||||
options = !strip
|
||||
source = local-ai.conf
|
||||
source = local-ai.service
|
||||
source = local-ai.sysusers
|
||||
source = local-ai.tmpfiles
|
||||
source = local-ai-3.5.2-README.md::https://github.com/mudler/LocalAI/raw/refs/tags/v3.5.2/README.md
|
||||
source = local-ai-3.5.2-LICENSE::https://github.com/mudler/LocalAI/raw/refs/tags/v3.5.2/LICENSE
|
||||
source = local-ai-3.5.3-README.md::https://github.com/mudler/LocalAI/raw/refs/tags/v3.5.3/README.md
|
||||
source = local-ai-3.5.3-LICENSE::https://github.com/mudler/LocalAI/raw/refs/tags/v3.5.3/LICENSE
|
||||
sha256sums = ad8459c708f6e4413d4d2d0c5dda71dc9a13860c1a8641d72f49cf9cf259768e
|
||||
sha256sums = bd420ec530cbfdb7f29b309e3c0c8cd72de6346b7c8e9882e917a071c65b344c
|
||||
sha256sums = 97ba21355c50ec658e220bc0558f506227b3dc77cc51f343b6f5657b0d77a19b
|
||||
sha256sums = 90e042d0f5885b63a6aa4db7f87d6b931956f6c9b022407593466f61f6973312
|
||||
sha256sums = 23b8184dbc70f79a3a17adbe710e7f720e97c670cdac4f5f3722a54789bacafb
|
||||
sha256sums = 56bef7ba54ae4e4477b9effe34b6e6cadc1b0bcfaacc5be503096a1ce0a9d391
|
||||
source_aarch64 = local-ai-3.5.2-aarch64::https://github.com/mudler/LocalAI/releases/download/v3.5.2/local-ai-v3.5.2-linux-arm64
|
||||
sha256sums_aarch64 = 2b36573310fc5fff77331ccd9913fd4a100c315a03d2b2c0025a738551831e03
|
||||
source_x86_64 = local-ai-3.5.2-x86_64::https://github.com/mudler/LocalAI/releases/download/v3.5.2/local-ai-v3.5.2-linux-amd64
|
||||
sha256sums_x86_64 = ade34ac724f3c9ce9cfce45356b8c5819f2b454068e0c0be4b5fb49d6171c034
|
||||
source_aarch64 = local-ai-3.5.3-aarch64::https://github.com/mudler/LocalAI/releases/download/v3.5.3/local-ai-v3.5.3-linux-arm64
|
||||
sha256sums_aarch64 = 3a13529b8ed2c1ac94429efff25540397437ba9589a928bbb413f5057b9912cf
|
||||
source_x86_64 = local-ai-3.5.3-x86_64::https://github.com/mudler/LocalAI/releases/download/v3.5.3/local-ai-v3.5.3-linux-amd64
|
||||
sha256sums_x86_64 = e933faa7e73c7ef4d44cd1e9611a3de375c68eb0deead4b6c564ec3d9ab3b73f
|
||||
|
||||
pkgname = local-ai-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
_pkgname="local-ai"
|
||||
pkgname="${_pkgname}-bin"
|
||||
pkgver=3.5.2
|
||||
pkgver=3.5.3
|
||||
pkgrel=1
|
||||
pkgdesc="Free, Open Source OpenAI alternative. Self-hosted, community-driven and local-first"
|
||||
arch=('aarch64' 'x86_64')
|
||||
|
|
@ -27,8 +27,8 @@ sha256sums=('ad8459c708f6e4413d4d2d0c5dda71dc9a13860c1a8641d72f49cf9cf259768e'
|
|||
'90e042d0f5885b63a6aa4db7f87d6b931956f6c9b022407593466f61f6973312'
|
||||
'23b8184dbc70f79a3a17adbe710e7f720e97c670cdac4f5f3722a54789bacafb'
|
||||
'56bef7ba54ae4e4477b9effe34b6e6cadc1b0bcfaacc5be503096a1ce0a9d391')
|
||||
sha256sums_aarch64=('2b36573310fc5fff77331ccd9913fd4a100c315a03d2b2c0025a738551831e03')
|
||||
sha256sums_x86_64=('ade34ac724f3c9ce9cfce45356b8c5819f2b454068e0c0be4b5fb49d6171c034')
|
||||
sha256sums_aarch64=('3a13529b8ed2c1ac94429efff25540397437ba9589a928bbb413f5057b9912cf')
|
||||
sha256sums_x86_64=('e933faa7e73c7ef4d44cd1e9611a3de375c68eb0deead4b6c564ec3d9ab3b73f')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue