Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / ghq
Commits: 64a01a99 by Carl Smedstad at 2026-02-23T08:21:04+01:00 upgpkg: 1.9.4-1: Upstream release https://github.com/x-motemen/ghq/releases/tag/v1.9.4 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = ghq pkgdesc = Remote repository management made easy - pkgver = 1.9.3 + pkgver = 1.9.4 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 = https://github.com/x-motemen/ghq/archive/v1.9.3/ghq-1.9.3.tar.gz - b2sums = 3d265199ebc7127b1f670ea95e8e73b634a43ac4e9818bd80766d6b8831aeea372f921498b6338648e12620cb1e4a0e823efe14adcdabb2239db363bfebdc61c + source = https://github.com/x-motemen/ghq/archive/v1.9.4/ghq-1.9.4.tar.gz + b2sums = 923a64f362b9dd4c1f759096f4de621ea345ec7be7d9736fa40114db68f2c30779b266b6be2a03133c84e706fb97f73538b2d2ed2b29941b0820c47bd8d0790c pkgname = ghq ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Kohei Suzuki <[email protected]> pkgname=ghq -pkgver=1.9.3 +pkgver=1.9.4 pkgrel=1 pkgdesc="Remote repository management made easy" arch=(x86_64) @@ -14,7 +14,7 @@ makedepends=(go) checkdepends=(git) options=(!lto) source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -b2sums=('3d265199ebc7127b1f670ea95e8e73b634a43ac4e9818bd80766d6b8831aeea372f921498b6338648e12620cb1e4a0e823efe14adcdabb2239db363bfebdc61c') +b2sums=('923a64f362b9dd4c1f759096f4de621ea345ec7be7d9736fa40114db68f2c30779b266b6be2a03133c84e706fb97f73538b2d2ed2b29941b0820c47bd8d0790c') prepare() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ghq/-/commit/64a01a996613e857c02d1daa5b2e2024e739ca53 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ghq/-/commit/64a01a996613e857c02d1daa5b2e2024e739ca53 You're receiving this email because of your account on gitlab.archlinux.org.
