mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Bump to 3.4.0
This commit is contained in:
parent
ed1ece2c54
commit
048f15c59e
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.3.2
|
||||
pkgver = 3.4.0
|
||||
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.2-aarch64
|
||||
noextract = local-ai-3.3.2-x86_64
|
||||
noextract = local-ai-3.4.0-aarch64
|
||||
noextract = local-ai-3.4.0-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.2-README.md::https://github.com/mudler/LocalAI/raw/refs/tags/v3.3.2/README.md
|
||||
source = local-ai-3.3.2-LICENSE::https://github.com/mudler/LocalAI/raw/refs/tags/v3.3.2/LICENSE
|
||||
source = local-ai-3.4.0-README.md::https://github.com/mudler/LocalAI/raw/refs/tags/v3.4.0/README.md
|
||||
source = local-ai-3.4.0-LICENSE::https://github.com/mudler/LocalAI/raw/refs/tags/v3.4.0/LICENSE
|
||||
sha256sums = ad8459c708f6e4413d4d2d0c5dda71dc9a13860c1a8641d72f49cf9cf259768e
|
||||
sha256sums = bd420ec530cbfdb7f29b309e3c0c8cd72de6346b7c8e9882e917a071c65b344c
|
||||
sha256sums = 97ba21355c50ec658e220bc0558f506227b3dc77cc51f343b6f5657b0d77a19b
|
||||
sha256sums = 90e042d0f5885b63a6aa4db7f87d6b931956f6c9b022407593466f61f6973312
|
||||
sha256sums = e9d374818e185ec07eac1d378c2e6b2830cec1b8fefa3c38074bbe9433785309
|
||||
sha256sums = 56bef7ba54ae4e4477b9effe34b6e6cadc1b0bcfaacc5be503096a1ce0a9d391
|
||||
source_aarch64 = local-ai-3.3.2-aarch64::https://github.com/mudler/LocalAI/releases/download/v3.3.2/local-ai-v3.3.2-linux-arm64
|
||||
sha256sums_aarch64 = 40ea15ca8788566f10a857552f668e4aec5259763e1772c3876d60f947cd6a21
|
||||
source_x86_64 = local-ai-3.3.2-x86_64::https://github.com/mudler/LocalAI/releases/download/v3.3.2/local-ai-v3.3.2-linux-amd64
|
||||
sha256sums_x86_64 = 293e128009ec31dfe002a2e8aa968ecb86f76b31677f4d699212a5968dacbaa5
|
||||
source_aarch64 = local-ai-3.4.0-aarch64::https://github.com/mudler/LocalAI/releases/download/v3.4.0/local-ai-v3.4.0-linux-arm64
|
||||
sha256sums_aarch64 = 3847b603ad5ea6cdac8d22e003ebc2bec1803b52d9c6341bb6fe2476052aabbe
|
||||
source_x86_64 = local-ai-3.4.0-x86_64::https://github.com/mudler/LocalAI/releases/download/v3.4.0/local-ai-v3.4.0-linux-amd64
|
||||
sha256sums_x86_64 = b760c4013a09e3f43d6f8ae78f976e16a4c4f06371fb707d6da343532d08d6a4
|
||||
|
||||
pkgname = local-ai-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
_pkgname="local-ai"
|
||||
pkgname="${_pkgname}-bin"
|
||||
pkgver=3.3.2
|
||||
pkgver=3.4.0
|
||||
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'
|
||||
'e9d374818e185ec07eac1d378c2e6b2830cec1b8fefa3c38074bbe9433785309'
|
||||
'56bef7ba54ae4e4477b9effe34b6e6cadc1b0bcfaacc5be503096a1ce0a9d391')
|
||||
sha256sums_aarch64=('40ea15ca8788566f10a857552f668e4aec5259763e1772c3876d60f947cd6a21')
|
||||
sha256sums_x86_64=('293e128009ec31dfe002a2e8aa968ecb86f76b31677f4d699212a5968dacbaa5')
|
||||
sha256sums_aarch64=('3847b603ad5ea6cdac8d22e003ebc2bec1803b52d9c6341bb6fe2476052aabbe')
|
||||
sha256sums_x86_64=('b760c4013a09e3f43d6f8ae78f976e16a4c4f06371fb707d6da343532d08d6a4')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue