This commit is contained in:
Jonathan Apodaca 2023-05-05 08:08:31 -06:00
parent 0be9209433
commit 60a637c0d8
2 changed files with 18 additions and 15 deletions

View File

@ -3,20 +3,23 @@ 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.37.0
pkgver = 0.38.2
url = https://github.com/jesseduffield/lazygit
arch = aarch64
arch = arm64
arch = armv6h
arch = i686
arch = amd64
conflicts = lazygit
license = MIT
provides = lazygit
source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.37.0/lazygit_0.37.0_Linux_arm64.tar.gz
source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.37.0/lazygit_0.37.0_Linux_x86_64.tar.gz
source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.37.0/lazygit_0.37.0_Linux_armv6.tar.gz
source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.37.0/lazygit_0.37.0_Linux_32-bit.tar.gz
sha256sums_aarch64 = eecf504c8a2939d26d72a958230247b64be8d3723092723f4eebe9c962b41f7b
sha256sums_amd64 = f801f5a7ab6111fc9a97b3ca7597474b672c8d0d16a3e29d7c6005f5ec9257a9
sha256sums_armv6h = f4300819f91734b987ea54b0c93961a4b48689c8c447d9f0d83131fdb3093e5a
sha256sums_i686 = 4cf515fdfd6b2feafc22494c69a9e3f178eb91958c294085ad3db11b8e030526
source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.38.2/lazygit_0.38.2_Linux_arm64.tar.gz
source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.38.2/lazygit_0.38.2_Linux_x86_64.tar.gz
source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.38.2/lazygit_0.38.2_Linux_arm64.tar.gz
source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.38.2/lazygit_0.38.2_Linux_armv6.tar.gz
source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.38.2/lazygit_0.38.2_Linux_32-bit.tar.gz
sha256sums_aarch64 = 08a6920359451d94d5903888d979c0749bb705465a8a1fe66d6f8e084931a52c
sha256sums_amd64 = a992717f728a9a64eb744816dbb0fe0e277205451b94662213a79cb2b08f3fd3
sha256sums_arm64 = 08a6920359451d94d5903888d979c0749bb705465a8a1fe66d6f8e084931a52c
sha256sums_armv6h = cf13d21903ebb9bd05b9a90f995a99d59e82754b825a634da583bac36cb2d494
sha256sums_i686 = 78297114555769f8ba25e009107215453ccde2393cc74803919c0643db65488e

View File

@ -1,7 +1,7 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
pkgname=lazygit-bin
pkgver=0.37.0
pkgver=0.38.2
pkgrel=1
pkgdesc='A simple terminal UI for git commands, written in Go with the gocui library'
url="https://github.com/jesseduffield/lazygit"
@ -16,11 +16,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=('eecf504c8a2939d26d72a958230247b64be8d3723092723f4eebe9c962b41f7b')
sha256sums_arm64=('eecf504c8a2939d26d72a958230247b64be8d3723092723f4eebe9c962b41f7b')
sha256sums_armv6h=('f4300819f91734b987ea54b0c93961a4b48689c8c447d9f0d83131fdb3093e5a')
sha256sums_i686=('4cf515fdfd6b2feafc22494c69a9e3f178eb91958c294085ad3db11b8e030526')
sha256sums_amd64=('f801f5a7ab6111fc9a97b3ca7597474b672c8d0d16a3e29d7c6005f5ec9257a9')
sha256sums_aarch64=('08a6920359451d94d5903888d979c0749bb705465a8a1fe66d6f8e084931a52c')
sha256sums_arm64=('08a6920359451d94d5903888d979c0749bb705465a8a1fe66d6f8e084931a52c')
sha256sums_armv6h=('cf13d21903ebb9bd05b9a90f995a99d59e82754b825a634da583bac36cb2d494')
sha256sums_i686=('78297114555769f8ba25e009107215453ccde2393cc74803919c0643db65488e')
sha256sums_amd64=('a992717f728a9a64eb744816dbb0fe0e277205451b94662213a79cb2b08f3fd3')
package() {
install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit"