Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / tgpt
Commits: 837a3219 by Carl Smedstad at 2024-12-09T08:18:07+01:00 upgpkg: 2.8.3-1: Upstream release https://github.com/aandrew-me/tgpt/releases/tag/v2.8.3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = tgpt pkgdesc = AI Chatbots in terminal without needing API keys - pkgver = 2.8.2 + pkgver = 2.8.3 pkgrel = 1 url = https://github.com/aandrew-me/tgpt arch = x86_64 @@ -8,7 +8,7 @@ pkgbase = tgpt makedepends = go depends = glibc options = !lto - source = tgpt-2.8.2.tar.gz::https://github.com/aandrew-me/tgpt/archive/v2.8.2.tar.gz - sha256sums = e8648161ae8121a5d7db3904657040d202fcd0571028938a81f3fda2d9030060 + source = tgpt-2.8.3.tar.gz::https://github.com/aandrew-me/tgpt/archive/v2.8.3.tar.gz + sha256sums = f4aa107f71b9973fd105b263a60d8c26512deaf4bc3609f2b2d4219d33d9af32 pkgname = tgpt ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: George Woodall <[email protected]> pkgname=tgpt -pkgver=2.8.2 +pkgver=2.8.3 pkgrel=1 pkgdesc="AI Chatbots in terminal without needing API keys" arch=(x86_64) @@ -12,7 +12,7 @@ depends=(glibc) makedepends=(go) options=(!lto) source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('e8648161ae8121a5d7db3904657040d202fcd0571028938a81f3fda2d9030060') +sha256sums=('f4aa107f71b9973fd105b263a60d8c26512deaf4bc3609f2b2d4219d33d9af32') prepare() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tgpt/-/commit/837a3219dfcf6f957e6e41ec8b96fa03d621f701 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tgpt/-/commit/837a3219dfcf6f957e6e41ec8b96fa03d621f701 You're receiving this email because of your account on gitlab.archlinux.org.
