This commit is contained in:
Jonathan Apodaca 2023-07-22 08:20:03 -06:00
parent 69f29e0dfc
commit 5a815a227d
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.1 pkgver = 0.39.2
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.1/lazygit_0.39.1_Linux_arm64.tar.gz source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.39.2/lazygit_0.39.2_Linux_arm64.tar.gz
source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.39.1/lazygit_0.39.1_Linux_x86_64.tar.gz source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.39.2/lazygit_0.39.2_Linux_x86_64.tar.gz
source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.39.1/lazygit_0.39.1_Linux_arm64.tar.gz source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.39.2/lazygit_0.39.2_Linux_arm64.tar.gz
source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.39.1/lazygit_0.39.1_Linux_armv6.tar.gz source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.39.2/lazygit_0.39.2_Linux_armv6.tar.gz
source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.39.1/lazygit_0.39.1_Linux_32-bit.tar.gz source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.39.2/lazygit_0.39.2_Linux_32-bit.tar.gz
sha256sums_aarch64 = 9c90b00933ac34eae3c59c51c68adf148650f0f1801276b22bbcf6dfc0a21bf9 sha256sums_aarch64 = 96ad9d612184dc3f00f17479cf85528d1dad3e5818ad0065d188d203fdb39744
sha256sums_amd64 = 2e6f323e2995a9ef4d98e65dc06e5e1fd37026d08a6a8d846770f6cd7439e916 sha256sums_amd64 = ee7b9a8678ad9046a9471b5df033f43c4039e1d75ddcc22f5696893249b7b8f2
sha256sums_arm64 = 9c90b00933ac34eae3c59c51c68adf148650f0f1801276b22bbcf6dfc0a21bf9 sha256sums_arm64 = 96ad9d612184dc3f00f17479cf85528d1dad3e5818ad0065d188d203fdb39744
sha256sums_armv6h = 95dbae04fc7d759f286686f46e95ee6979277c4c1b3b27d3dd41df5222552256 sha256sums_armv6h = 7d8d249064c31831c022f3108d74a736edb455ecc41a84ab4b25eb17b24494f1
sha256sums_i686 = 6d79d4d17833573c567d272a8743cf064777f71d3de8ace4b2933c3ac5aaeb98 sha256sums_i686 = 46b4cba989d0cc5913d2808fc7e7e070d05299d64cb5009e21c0ad940fdbdbab

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.1 pkgver=0.39.2
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=('9c90b00933ac34eae3c59c51c68adf148650f0f1801276b22bbcf6dfc0a21bf9') sha256sums_aarch64=('96ad9d612184dc3f00f17479cf85528d1dad3e5818ad0065d188d203fdb39744')
sha256sums_arm64=('9c90b00933ac34eae3c59c51c68adf148650f0f1801276b22bbcf6dfc0a21bf9') sha256sums_arm64=('96ad9d612184dc3f00f17479cf85528d1dad3e5818ad0065d188d203fdb39744')
sha256sums_armv6h=('95dbae04fc7d759f286686f46e95ee6979277c4c1b3b27d3dd41df5222552256') sha256sums_armv6h=('7d8d249064c31831c022f3108d74a736edb455ecc41a84ab4b25eb17b24494f1')
sha256sums_i686=('6d79d4d17833573c567d272a8743cf064777f71d3de8ace4b2933c3ac5aaeb98') sha256sums_i686=('46b4cba989d0cc5913d2808fc7e7e070d05299d64cb5009e21c0ad940fdbdbab')
sha256sums_amd64=('2e6f323e2995a9ef4d98e65dc06e5e1fd37026d08a6a8d846770f6cd7439e916') sha256sums_amd64=('ee7b9a8678ad9046a9471b5df033f43c4039e1d75ddcc22f5696893249b7b8f2')
package() { package() {
install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit" install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit"