This commit is contained in:
Jonathan Apodaca 2023-07-21 06:23:28 -06:00
parent ad0a1c03b8
commit 69f29e0dfc
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.38.2 pkgver = 0.39.1
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.38.2/lazygit_0.38.2_Linux_arm64.tar.gz source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.39.1/lazygit_0.39.1_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_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.39.1/lazygit_0.39.1_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_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.39.1/lazygit_0.39.1_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_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.39.1/lazygit_0.39.1_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 source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.39.1/lazygit_0.39.1_Linux_32-bit.tar.gz
sha256sums_aarch64 = 08a6920359451d94d5903888d979c0749bb705465a8a1fe66d6f8e084931a52c sha256sums_aarch64 = 9c90b00933ac34eae3c59c51c68adf148650f0f1801276b22bbcf6dfc0a21bf9
sha256sums_amd64 = a992717f728a9a64eb744816dbb0fe0e277205451b94662213a79cb2b08f3fd3 sha256sums_amd64 = 2e6f323e2995a9ef4d98e65dc06e5e1fd37026d08a6a8d846770f6cd7439e916
sha256sums_arm64 = 08a6920359451d94d5903888d979c0749bb705465a8a1fe66d6f8e084931a52c sha256sums_arm64 = 9c90b00933ac34eae3c59c51c68adf148650f0f1801276b22bbcf6dfc0a21bf9
sha256sums_armv6h = cf13d21903ebb9bd05b9a90f995a99d59e82754b825a634da583bac36cb2d494 sha256sums_armv6h = 95dbae04fc7d759f286686f46e95ee6979277c4c1b3b27d3dd41df5222552256
sha256sums_i686 = 78297114555769f8ba25e009107215453ccde2393cc74803919c0643db65488e sha256sums_i686 = 6d79d4d17833573c567d272a8743cf064777f71d3de8ace4b2933c3ac5aaeb98

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.38.2 pkgver=0.39.1
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=('08a6920359451d94d5903888d979c0749bb705465a8a1fe66d6f8e084931a52c') sha256sums_aarch64=('9c90b00933ac34eae3c59c51c68adf148650f0f1801276b22bbcf6dfc0a21bf9')
sha256sums_arm64=('08a6920359451d94d5903888d979c0749bb705465a8a1fe66d6f8e084931a52c') sha256sums_arm64=('9c90b00933ac34eae3c59c51c68adf148650f0f1801276b22bbcf6dfc0a21bf9')
sha256sums_armv6h=('cf13d21903ebb9bd05b9a90f995a99d59e82754b825a634da583bac36cb2d494') sha256sums_armv6h=('95dbae04fc7d759f286686f46e95ee6979277c4c1b3b27d3dd41df5222552256')
sha256sums_i686=('78297114555769f8ba25e009107215453ccde2393cc74803919c0643db65488e') sha256sums_i686=('6d79d4d17833573c567d272a8743cf064777f71d3de8ace4b2933c3ac5aaeb98')
sha256sums_amd64=('a992717f728a9a64eb744816dbb0fe0e277205451b94662213a79cb2b08f3fd3') sha256sums_amd64=('2e6f323e2995a9ef4d98e65dc06e5e1fd37026d08a6a8d846770f6cd7439e916')
package() { package() {
install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit" install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit"