diff options
author | envolution | 2025-01-06 22:12:25 +0000 |
---|---|---|
committer | envolution | 2025-01-06 22:12:25 +0000 |
commit | 575f7de8a40d172d364c90d8e2836850dda70770 (patch) | |
tree | 49755de762362331a84e8cfc90f7904b9638c747 | |
parent | bf1097d4a2c2bf82527e50d41b6390660671b534 (diff) | |
download | aur-575f7de8a40d172d364c90d8e2836850dda70770.tar.gz |
Auto update: lmstudio: 0.3.6.8
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = lmstudio pkgdesc = Discover, download, and run local LLMs - pkgver = 0.3.6.7 + pkgver = 0.3.6.8 pkgrel = 1 url = https://lmstudio.ai/ arch = x86_64 @@ -11,10 +11,10 @@ pkgbase = lmstudio depends = fuse2 depends = clblast conflicts = lmstudio-appimage - noextract = lmstudio-0.3.6.7.AppImage + noextract = lmstudio-0.3.6.8.AppImage options = !strip options = !debug - source_x86_64 = lmstudio-0.3.6.7.AppImage::https://installers.lmstudio.ai/linux/x64/0.3.6-7/LM-Studio-0.3.6-7-x64.AppImage - sha256sums_x86_64 = f74862e754f88ade3a1b5a256bfad22f41d4e5a980d06add6efcccc176f06688 + source_x86_64 = lmstudio-0.3.6.8.AppImage::https://installers.lmstudio.ai/linux/x64/0.3.6-8/LM-Studio-0.3.6-8-x64.AppImage + sha256sums_x86_64 = 95a44e054af51cba1a413eab621861ba5475299b8a73336898a6eb5d790300d6 pkgname = lmstudio @@ -4,7 +4,7 @@ _appname=lm-studio pkgname=lmstudio -pkgver=0.3.6.7 +pkgver=0.3.6.8 pkgrel=1 pkgdesc="Discover, download, and run local LLMs" arch=('x86_64') @@ -17,7 +17,7 @@ _appimage="${pkgname}-${pkgver}.AppImage" source_x86_64=("${_appimage}::https://installers.lmstudio.ai/linux/x64/${pkgver%.*}-${pkgver##*.}/LM-Studio-${pkgver%.*}-${pkgver##*.}-x64.AppImage") conflicts=(lmstudio-appimage) noextract=("${_appimage}") -sha256sums_x86_64=('f74862e754f88ade3a1b5a256bfad22f41d4e5a980d06add6efcccc176f06688') +sha256sums_x86_64=('95a44e054af51cba1a413eab621861ba5475299b8a73336898a6eb5d790300d6') prepare() { chmod +x "${_appimage}" |