summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkdols2024-05-04 11:52:23 -0500
committerMarkdols2024-05-04 11:52:23 -0500
commitd27c77506a4724ed98bc22fdfc9c3823b8a43119 (patch)
tree2ce5b5ec15365bf93e625ec1f77854093659e2be
parent6d33fbf95419d9eda63aa5822e6acd71fcfc0c97 (diff)
downloadaur-d27c77506a4724ed98bc22fdfc9c3823b8a43119.tar.gz
bump to version 1.64.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30ab42c5a7f2..1950f37d35c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = koboldcpp-bin
pkgdesc = A simple one-file way to run various GGML and GGUF models with KoboldAI's UI. (Requires AVX2 support)
- pkgver = 1.64
+ pkgver = 1.64.1
pkgrel = 1
url = https://github.com/LostRuins/koboldcpp
arch = x86_64
license = AGPL3
depends = glibc
- provides = koboldcpp=1.64
+ provides = koboldcpp=1.64.1
conflicts = koboldcpp
- source = https://github.com/LostRuins/koboldcpp/releases/download/v1.64/koboldcpp-linux-x64-cuda1150
- sha256sums = c55a7e917a01c5384376bd622a75f6675f6f3e2aad47f9773eeca115df4c1bc5
+ source = https://github.com/LostRuins/koboldcpp/releases/download/v1.64.1/koboldcpp-linux-x64-cuda1150
+ sha256sums = 05e98fca8e69dda910c120dcdc743e4c6b8a5772c5aaa5ec0a98b95be9ba38e2
pkgname = koboldcpp-bin
diff --git a/PKGBUILD b/PKGBUILD
index 64891f061c5f..86df6cb485e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=koboldcpp
pkgname=koboldcpp-bin
-pkgver=1.64
+pkgver=1.64.1
pkgrel=1
pkgdesc="A simple one-file way to run various GGML and GGUF models with KoboldAI's UI. (Requires AVX2 support)"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('glibc')
conflicts=('koboldcpp')
provides=("koboldcpp=$pkgver")
source=("https://github.com/LostRuins/koboldcpp/releases/download/v$pkgver/${_pkgname}-linux-x64-cuda1150")
-sha256sums=('c55a7e917a01c5384376bd622a75f6675f6f3e2aad47f9773eeca115df4c1bc5')
+sha256sums=('05e98fca8e69dda910c120dcdc743e4c6b8a5772c5aaa5ec0a98b95be9ba38e2')
package() {
install -D -m 0755 ${_pkgname}-linux-x64-cuda1150 ${pkgdir}/usr/bin/${_pkgname}