This commit is contained in:
Jonathan Apodaca 2023-07-26 22:09:57 -06:00
parent 5a815a227d
commit 18a01759e2
2 changed files with 17 additions and 17 deletions

View File

@ -3,7 +3,7 @@ pkgname = lazygit-bin
pkgbase = lazygit-bin pkgbase = lazygit-bin
pkgdesc = A simple terminal UI for git commands, written in Go with the gocui library pkgdesc = A simple terminal UI for git commands, written in Go with the gocui library
pkgrel = 2 pkgrel = 2
pkgver = 0.39.2 pkgver = 0.39.4
url = https://github.com/jesseduffield/lazygit url = https://github.com/jesseduffield/lazygit
arch = aarch64 arch = aarch64
arch = arm64 arch = arm64
@ -13,13 +13,13 @@ arch = amd64
conflicts = lazygit conflicts = lazygit
license = MIT license = MIT
provides = lazygit provides = lazygit
source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.39.2/lazygit_0.39.2_Linux_arm64.tar.gz source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.39.4/lazygit_0.39.4_Linux_arm64.tar.gz
source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.39.2/lazygit_0.39.2_Linux_x86_64.tar.gz source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.39.4/lazygit_0.39.4_Linux_x86_64.tar.gz
source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.39.2/lazygit_0.39.2_Linux_arm64.tar.gz source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.39.4/lazygit_0.39.4_Linux_arm64.tar.gz
source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.39.2/lazygit_0.39.2_Linux_armv6.tar.gz source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.39.4/lazygit_0.39.4_Linux_armv6.tar.gz
source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.39.2/lazygit_0.39.2_Linux_32-bit.tar.gz source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.39.4/lazygit_0.39.4_Linux_32-bit.tar.gz
sha256sums_aarch64 = 96ad9d612184dc3f00f17479cf85528d1dad3e5818ad0065d188d203fdb39744 sha256sums_aarch64 = 872e290979addfa274bb4aec39661002e7708c3b8ee6c400a493912f72620de0
sha256sums_amd64 = ee7b9a8678ad9046a9471b5df033f43c4039e1d75ddcc22f5696893249b7b8f2 sha256sums_amd64 = ef30959442a62c0395910a2835e01e3f99fe1c740dad92db881b1989d765f15b
sha256sums_arm64 = 96ad9d612184dc3f00f17479cf85528d1dad3e5818ad0065d188d203fdb39744 sha256sums_arm64 = 872e290979addfa274bb4aec39661002e7708c3b8ee6c400a493912f72620de0
sha256sums_armv6h = 7d8d249064c31831c022f3108d74a736edb455ecc41a84ab4b25eb17b24494f1 sha256sums_armv6h = cacd510bef5fb1a0c9ac59ff545c1ff1f8c1f1c000b59402dd40a7160fba311c
sha256sums_i686 = 46b4cba989d0cc5913d2808fc7e7e070d05299d64cb5009e21c0ad940fdbdbab sha256sums_i686 = a67ec104254d3c0496f127f3851ca5fc0724fbc7ac0d2dd8ee109da5f5aaa19e

View File

@ -1,7 +1,7 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com> # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
pkgname=lazygit-bin pkgname=lazygit-bin
pkgver=0.39.2 pkgver=0.39.4
pkgrel=2 pkgrel=2
pkgdesc='A simple terminal UI for git commands, written in Go with the gocui library' pkgdesc='A simple terminal UI for git commands, written in Go with the gocui library'
url="https://github.com/jesseduffield/lazygit" 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_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") source_amd64=("${url}/releases/download/v${pkgver}/lazygit_${pkgver}_Linux_x86_64.tar.gz")
sha256sums_aarch64=('96ad9d612184dc3f00f17479cf85528d1dad3e5818ad0065d188d203fdb39744') sha256sums_aarch64=('872e290979addfa274bb4aec39661002e7708c3b8ee6c400a493912f72620de0')
sha256sums_arm64=('96ad9d612184dc3f00f17479cf85528d1dad3e5818ad0065d188d203fdb39744') sha256sums_arm64=('872e290979addfa274bb4aec39661002e7708c3b8ee6c400a493912f72620de0')
sha256sums_armv6h=('7d8d249064c31831c022f3108d74a736edb455ecc41a84ab4b25eb17b24494f1') sha256sums_armv6h=('cacd510bef5fb1a0c9ac59ff545c1ff1f8c1f1c000b59402dd40a7160fba311c')
sha256sums_i686=('46b4cba989d0cc5913d2808fc7e7e070d05299d64cb5009e21c0ad940fdbdbab') sha256sums_i686=('a67ec104254d3c0496f127f3851ca5fc0724fbc7ac0d2dd8ee109da5f5aaa19e')
sha256sums_amd64=('ee7b9a8678ad9046a9471b5df033f43c4039e1d75ddcc22f5696893249b7b8f2') sha256sums_amd64=('ef30959442a62c0395910a2835e01e3f99fe1c740dad92db881b1989d765f15b')
package() { package() {
install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit" install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit"