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