summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkdols2024-03-12 21:33:25 -0500
committerMarkdols2024-03-12 21:33:25 -0500
commitaf0d0f6d8220d297f8acdb3d994d93e45c99eb8b (patch)
tree9f777d47e61e0b9e8043ab406e0156c669c30e43
parent5c7c098552eb513db3d86e810c4def6261a96b65 (diff)
downloadaur-af0d0f6d8220d297f8acdb3d994d93e45c99eb8b.tar.gz
bump to version 1.61
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c70528b5a84..e2ee4a56c5f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
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.60.1
+ pkgver = 1.61
pkgrel = 1
url = https://github.com/LostRuins/koboldcpp
arch = x86_64
license = AGPL3
- source = https://github.com/LostRuins/koboldcpp/releases/download/v1.60.1/koboldcpp-linux-x64
- sha256sums = 32f3e9cf7401411892731b0a5849ae610f056bbad66286b8eca4f5c06830c86b
+ source = https://github.com/LostRuins/koboldcpp/releases/download/v1.61/koboldcpp-linux-x64
+ sha256sums = 284cdb11ca9a0e90c796ef485d19176d7abab4f368cb749b8e79f3fb25b3a4c4
pkgname = koboldcpp-bin
diff --git a/PKGBUILD b/PKGBUILD
index 18fa720c8324..0ab7159acc6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=koboldcpp
pkgname=koboldcpp-bin
-pkgver=1.60.1
+pkgver=1.61
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')
url="https://github.com/LostRuins/koboldcpp"
license=('AGPL3')
source=("https://github.com/LostRuins/koboldcpp/releases/download/v$pkgver/koboldcpp-linux-x64")
-sha256sums=('32f3e9cf7401411892731b0a5849ae610f056bbad66286b8eca4f5c06830c86b')
+sha256sums=('284cdb11ca9a0e90c796ef485d19176d7abab4f368cb749b8e79f3fb25b3a4c4')
package() {
install -D -m 0755 ${_pkgname}-linux-x64 ${pkgdir}/usr/bin/${_pkgname}