This commit is contained in:
Jonathan Apodaca 2025-01-21 08:26:08 -07:00
parent dd58dba6cb
commit a404ee6992
2 changed files with 13 additions and 13 deletions

View File

@ -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.45.0
pkgver = 0.45.2
url = https://github.com/jesseduffield/lazygit
arch = aarch64
arch = arm64
@ -13,9 +13,9 @@ arch = amd64
conflicts = lazygit
license = MIT
provides = lazygit
source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.45.0/lazygit_0.45.0_Linux_arm64.tar.gz
source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.45.0/lazygit_0.45.0_Linux_x86_64.tar.gz
source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.45.0/lazygit_0.45.0_Linux_arm64.tar.gz
source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.45.0/lazygit_0.45.0_Linux_armv6.tar.gz
source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.45.0/lazygit_0.45.0_Linux_32-bit.tar.gz
sha256sums_amd64 = da9a4e97e4343bcb94962d6cc5b98e0fbf4ada8aa621bbc7588c78ba6ccc4879
source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.45.2/lazygit_0.45.2_Linux_arm64.tar.gz
source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.45.2/lazygit_0.45.2_Linux_x86_64.tar.gz
source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.45.2/lazygit_0.45.2_Linux_arm64.tar.gz
source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.45.2/lazygit_0.45.2_Linux_armv6.tar.gz
source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.45.2/lazygit_0.45.2_Linux_32-bit.tar.gz
sha256sums_amd64 = ef92a991778545fc3f912213eead3bc42965e039f99b62e069439da08bbdf478

View File

@ -1,7 +1,7 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
pkgname=lazygit-bin
pkgver=0.45.0
pkgver=0.45.2
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=('1b87437a31ab57828b4b1dad708dd9eb4121d4d7cf351a715f3cc05f29457a82')
sha256sums_arm64=('1b87437a31ab57828b4b1dad708dd9eb4121d4d7cf351a715f3cc05f29457a82')
sha256sums_armv6h=('66f62adc382f8e4e6327c458fc6bccf17950d3c79def5a4a8932cffd71ea5ae6')
sha256sums_i686=('96b6eb5295a438c09f051450ab87f98c7ce5fbc863458cc41f790e388519f7ef')
sha256sums_amd64=('da9a4e97e4343bcb94962d6cc5b98e0fbf4ada8aa621bbc7588c78ba6ccc4879')
sha256sums_aarch64=('82b938a64485143ba2241cf472afc728a453e7bcee5fb658ea19b06dfb99ee7f')
sha256sums_arm64=('82b938a64485143ba2241cf472afc728a453e7bcee5fb658ea19b06dfb99ee7f')
sha256sums_armv6h=('d801c882539f7ee0bff5d0d0ce36e5e9b77308e15d39b79b2441ceda161dc1b2')
sha256sums_i686=('6a64fe57cb5e52d4e094c928e87af4afec48217e93a7498ee48b8e3266ac423a')
sha256sums_amd64=('ef92a991778545fc3f912213eead3bc42965e039f99b62e069439da08bbdf478')
package() {
install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit"