Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / tgpt
Commits: a399202b by Carl Smedstad at 2025-02-01T18:16:02+01:00 upgpkg: 2.9.0-1: Upstream release https://github.com/aandrew-me/tgpt/releases/tag/v2.9.0 - - - - - 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.3 + pkgver = 2.9.0 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.3.tar.gz::https://github.com/aandrew-me/tgpt/archive/v2.8.3.tar.gz - sha256sums = f4aa107f71b9973fd105b263a60d8c26512deaf4bc3609f2b2d4219d33d9af32 + source = tgpt-2.9.0.tar.gz::https://github.com/aandrew-me/tgpt/archive/v2.9.0.tar.gz + sha256sums = e86d6a66d69eba27e2e5ff1bc6b2772d541c402939fc8ed366145aa9571a0e8b pkgname = tgpt ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: George Woodall <[email protected]> pkgname=tgpt -pkgver=2.8.3 +pkgver=2.9.0 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=('f4aa107f71b9973fd105b263a60d8c26512deaf4bc3609f2b2d4219d33d9af32') +sha256sums=('e86d6a66d69eba27e2e5ff1bc6b2772d541c402939fc8ed366145aa9571a0e8b') prepare() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tgpt/-/commit/a399202b9bb664df5864ad97e0dc22282be53d87 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tgpt/-/commit/a399202b9bb664df5864ad97e0dc22282be53d87 You're receiving this email because of your account on gitlab.archlinux.org.
