Bump version

This commit is contained in:
SelfRef 2026-02-10 00:36:05 +01:00
parent a2ca3ffbae
commit 6955e616f7
No known key found for this signature in database
GPG key ID: 1DCDBA681B911503
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = jan
pkgdesc = An open source alternative to ChatGPT that runs 100% offline on your computer
pkgver = 0.7.3
pkgver = 0.7.6
pkgrel = 1
url = https://jan.ai/
arch = x86_64
@ -18,7 +18,7 @@ pkgbase = jan
provides = jan
conflicts = jan
options = !lto
source = jan::git+https://github.com/menloresearch/jan.git#tag=v0.7.3
sha256sums = 401fceb4137185e29c0df15e7e344d6dc9e66f4ff77f213905d35d2d1ef0de66
source = jan::git+https://github.com/menloresearch/jan.git#tag=v0.7.6
sha256sums = 8b9184dcfe7247d33d518afdb880e98b66ddfc728923a95cd1c2891e2777cd19
pkgname = jan

View file

@ -3,14 +3,14 @@
_pkgbase=jan
pkgname=${_pkgbase}
pkgver=0.7.3
pkgver=0.7.6
pkgrel=1
pkgdesc="An open source alternative to ChatGPT that runs 100% offline on your computer"
url="https://jan.ai/"
arch=('x86_64')
license=('Apache-2.0')
source=("$_pkgbase::git+https://github.com/menloresearch/jan.git#tag=v$pkgver")
sha256sums=('401fceb4137185e29c0df15e7e344d6dc9e66f4ff77f213905d35d2d1ef0de66')
sha256sums=('8b9184dcfe7247d33d518afdb880e98b66ddfc728923a95cd1c2891e2777cd19')
provides=("$_pkgbase")
conflicts=("$_pkgbase")
options=(!lto)