Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / ghq
Commits: f49635d9 by Carl Smedstad at 2024-11-15T09:00:39+01:00 upgpkg: 1.7.1-1: Upstream release https://github.com/x-motemen/ghq/releases/tag/v1.7.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = ghq pkgdesc = Remote repository management made easy - pkgver = 1.6.3 + pkgver = 1.7.1 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.6.3.tar.gz::https://github.com/x-motemen/ghq/archive/v1.6.3.tar.gz - sha256sums = 54cca2f02d7f970ec1cba5a8a1854bca7185fe19009165382e0f8bced137277f + source = ghq-1.7.1.tar.gz::https://github.com/x-motemen/ghq/archive/v1.7.1.tar.gz + sha256sums = f7c37f4b49f7109629370723ec5d30c4b306c5781d64e09270dc866899014c7e pkgname = ghq ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Kohei Suzuki <[email protected]> pkgname=ghq -pkgver=1.6.3 +pkgver=1.7.1 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=('54cca2f02d7f970ec1cba5a8a1854bca7185fe19009165382e0f8bced137277f') +sha256sums=('f7c37f4b49f7109629370723ec5d30c4b306c5781d64e09270dc866899014c7e') prepare() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ghq/-/commit/f49635d984ce58db68f9e5a563f4ad099dd7c946 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ghq/-/commit/f49635d984ce58db68f9e5a563f4ad099dd7c946 You're receiving this email because of your account on gitlab.archlinux.org.
