Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / lazygit
Commits: 6227f9f5 by Caleb Maclennan at 2025-02-22T11:05:10+03:00 upgpkg: 0.47.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = lazygit pkgdesc = Simple terminal UI for git commands - pkgver = 0.46.0 + pkgver = 0.47.0 pkgrel = 1 url = https://github.com/jesseduffield/lazygit arch = x86_64 @@ -8,8 +8,8 @@ pkgbase = lazygit makedepends = go depends = git depends = glibc - source = https://github.com/jesseduffield/lazygit/archive/v0.46.0/lazygit-0.46.0.tar.gz - sha256sums = 7157f8237953cf65fce02a5e662bdffb675f196cdf736b7ab6d24539b915bd74 - b2sums = b493fb985645b19e82ba710740d29aeec5c4725adc780609bf4183cd0164c2d06c8b7ccc48f7216722ccc7e80f6392e035a0fa4afea5e001b44d2e30f9aaddfd + source = https://github.com/jesseduffield/lazygit/archive/v0.47.0/lazygit-0.47.0.tar.gz + sha256sums = 0e2240508bd317811a7cfba774d3378e2a3527e1685bcb0bf4cf0d227f191e68 + b2sums = 18c35b6cba7bb1b4e3e12a7ad2f845daab5ad82211003c5ccd3b54986d6055e960e2bdb66971c9cf7eb19beb9529aaa5b7ea18fcb319d9a36f95e42f22a833a0 pkgname = lazygit ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: fuero <fue...@gmail.com> pkgname=lazygit -pkgver=0.46.0 +pkgver=0.47.0 pkgrel=1 pkgdesc='Simple terminal UI for git commands' url='https://github.com/jesseduffield/lazygit' @@ -13,8 +13,8 @@ license=('MIT') depends=('git' 'glibc') makedepends=('go') source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('7157f8237953cf65fce02a5e662bdffb675f196cdf736b7ab6d24539b915bd74') -b2sums=('b493fb985645b19e82ba710740d29aeec5c4725adc780609bf4183cd0164c2d06c8b7ccc48f7216722ccc7e80f6392e035a0fa4afea5e001b44d2e30f9aaddfd') +sha256sums=('0e2240508bd317811a7cfba774d3378e2a3527e1685bcb0bf4cf0d227f191e68') +b2sums=('18c35b6cba7bb1b4e3e12a7ad2f845daab5ad82211003c5ccd3b54986d6055e960e2bdb66971c9cf7eb19beb9529aaa5b7ea18fcb319d9a36f95e42f22a833a0') build() { cd ${pkgname}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lazygit/-/commit/6227f9f5a8273a80c6b76a2d985351ef8eeb9336 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lazygit/-/commit/6227f9f5a8273a80c6b76a2d985351ef8eeb9336 You're receiving this email because of your account on gitlab.archlinux.org.