Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / ghq
Commits: 12ea1394 by Carl Smedstad at 2025-03-25T21:15:51+01:00 upgpkg: 1.8.0-1: Upstream release https://github.com/x-motemen/ghq/releases/tag/v1.8.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = ghq pkgdesc = Remote repository management made easy - pkgver = 1.7.1 + pkgver = 1.8.0 pkgrel = 1 url = https://github.com/x-motemen/ghq arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = ghq makedepends = go depends = glibc options = !lto - source = ghq-1.7.1.tar.gz::https://github.com/x-motemen/ghq/archive/v1.7.1.tar.gz - sha256sums = f7c37f4b49f7109629370723ec5d30c4b306c5781d64e09270dc866899014c7e + source = ghq-1.8.0.tar.gz::https://github.com/x-motemen/ghq/archive/v1.8.0.tar.gz + sha256sums = 76cce5e3b3a39ab37d59138b916cc97d21dd6e98791775bdadc6986624918343 pkgname = ghq ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Kohei Suzuki <[email protected]> pkgname=ghq -pkgver=1.7.1 +pkgver=1.8.0 pkgrel=1 pkgdesc="Remote repository management made easy" arch=(x86_64) @@ -14,7 +14,7 @@ makedepends=(go) checkdepends=(git) options=(!lto) source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('f7c37f4b49f7109629370723ec5d30c4b306c5781d64e09270dc866899014c7e') +sha256sums=('76cce5e3b3a39ab37d59138b916cc97d21dd6e98791775bdadc6986624918343') prepare() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ghq/-/commit/12ea1394882243b24981ff087d0d683b074187f3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ghq/-/commit/12ea1394882243b24981ff087d0d683b074187f3 You're receiving this email because of your account on gitlab.archlinux.org.
