From 5a01ff426ec8a3c7d3615809b29f2d7be9dff032 Mon Sep 17 00:00:00 2001 From: Jonathan Apodaca Date: Tue, 6 May 2025 14:47:51 -0600 Subject: [PATCH] v0.50.0 --- .SRCINFO | 18 +++++++----------- PKGBUILD | 12 ++++++------ 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 493ca0a..8930fab 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -3,7 +3,7 @@ pkgname = lazygit-bin pkgbase = lazygit-bin pkgdesc = A simple terminal UI for git commands, written in Go with the gocui library pkgrel = 1 -pkgver = 0.49.0 +pkgver = 0.50.0 url = https://github.com/jesseduffield/lazygit arch = aarch64 arch = arm64 @@ -13,13 +13,9 @@ arch = amd64 conflicts = lazygit license = MIT provides = lazygit -source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.49.0/lazygit_0.49.0_Linux_arm64.tar.gz -source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.49.0/lazygit_0.49.0_Linux_x86_64.tar.gz -source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.49.0/lazygit_0.49.0_Linux_arm64.tar.gz -source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.49.0/lazygit_0.49.0_Linux_armv6.tar.gz -source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.49.0/lazygit_0.49.0_Linux_32-bit.tar.gz -sha256sums_aarch64 = 68574882593b23f79a32b52ce2bc40c9a08b0b8f9e1b2240243fe69388ed7f47 -sha256sums_amd64 = ae9c9a3fcea9cdaf6511a7ca0040210cc71ab481fc773e53737cbfe92da974ce -sha256sums_arm64 = 68574882593b23f79a32b52ce2bc40c9a08b0b8f9e1b2240243fe69388ed7f47 -sha256sums_armv6h = d717db4a172d815c2cfad17e0548d501b970a0a15fc3e5808560381d42e2c1e5 -sha256sums_i686 = e9efda39a1741c8fac9710feca8767bd0083fe368740f3f64c987d2c1de443fe +source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.50.0/lazygit_0.50.0_Linux_arm64.tar.gz +source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.50.0/lazygit_0.50.0_Linux_x86_64.tar.gz +source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.50.0/lazygit_0.50.0_Linux_arm64.tar.gz +source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.50.0/lazygit_0.50.0_Linux_armv6.tar.gz +source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.50.0/lazygit_0.50.0_Linux_32-bit.tar.gz +sha256sums_amd64 = bb2bc0ac8b1e2678c650c5aa8a6fa1595e46f8825ce7e6a3833ca95768179881 diff --git a/PKGBUILD b/PKGBUILD index e9d88ed..60d7cfe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jonathan Apodaca pkgname=lazygit-bin -pkgver=0.49.0 +pkgver=0.50.0 pkgrel=1 pkgdesc='A simple terminal UI for git commands, written in Go with the gocui library' url="https://github.com/jesseduffield/lazygit" @@ -17,11 +17,11 @@ source_armv6h=("${url}/releases/download/v${pkgver}/lazygit_${pkgver}_Linux_armv source_i686=("${url}/releases/download/v${pkgver}/lazygit_${pkgver}_Linux_32-bit.tar.gz") source_amd64=("${url}/releases/download/v${pkgver}/lazygit_${pkgver}_Linux_x86_64.tar.gz") -sha256sums_aarch64=('68574882593b23f79a32b52ce2bc40c9a08b0b8f9e1b2240243fe69388ed7f47') -sha256sums_arm64=('68574882593b23f79a32b52ce2bc40c9a08b0b8f9e1b2240243fe69388ed7f47') -sha256sums_armv6h=('d717db4a172d815c2cfad17e0548d501b970a0a15fc3e5808560381d42e2c1e5') -sha256sums_i686=('e9efda39a1741c8fac9710feca8767bd0083fe368740f3f64c987d2c1de443fe') -sha256sums_amd64=('ae9c9a3fcea9cdaf6511a7ca0040210cc71ab481fc773e53737cbfe92da974ce') +sha256sums_aarch64=('3f5728d99263ae2055ce7f767d60e75fef4faf14b5a5511281108d91b1dff624') +sha256sums_arm64=('3f5728d99263ae2055ce7f767d60e75fef4faf14b5a5511281108d91b1dff624') +sha256sums_armv6h=('00021f090bdb792dde111c61a048a33224e79bc865f469e248d3f7a0c5a0ade3') +sha256sums_i686=('c02d153dd32d7877c0317f5dad74be75325149104706979bca3879f85b6bf831') +sha256sums_amd64=('bb2bc0ac8b1e2678c650c5aa8a6fa1595e46f8825ce7e6a3833ca95768179881') package() { install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit"