Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / tgpt
Commits: 1b704b5c by Carl Smedstad at 2024-10-13T15:13:17+02:00 upgpkg: 2.8.2-1: Upstream release https://github.com/aandrew-me/tgpt/releases/tag/v2.8.2 - - - - - 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.1 + pkgver = 2.8.2 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.1.tar.gz::https://github.com/aandrew-me/tgpt/archive/v2.8.1.tar.gz - sha256sums = 07abbf9658e85cdde1252c7e1cdc4e7257375f5708764f49577f8e44dfecd34b + source = tgpt-2.8.2.tar.gz::https://github.com/aandrew-me/tgpt/archive/v2.8.2.tar.gz + sha256sums = e8648161ae8121a5d7db3904657040d202fcd0571028938a81f3fda2d9030060 pkgname = tgpt ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: George Woodall <[email protected]> pkgname=tgpt -pkgver=2.8.1 +pkgver=2.8.2 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=('07abbf9658e85cdde1252c7e1cdc4e7257375f5708764f49577f8e44dfecd34b') +sha256sums=('e8648161ae8121a5d7db3904657040d202fcd0571028938a81f3fda2d9030060') prepare() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tgpt/-/commit/1b704b5c317ef0d9d4d1bf40066169a73ca4fe7f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tgpt/-/commit/1b704b5c317ef0d9d4d1bf40066169a73ca4fe7f You're receiving this email because of your account on gitlab.archlinux.org.
