v0.44.1
This commit is contained in:
parent
8ded38923e
commit
6f7ab2ad34
18
.SRCINFO
18
.SRCINFO
@ -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 = 1
|
pkgrel = 1
|
||||||
pkgver = 0.44.0
|
pkgver = 0.44.1
|
||||||
url = https://github.com/jesseduffield/lazygit
|
url = https://github.com/jesseduffield/lazygit
|
||||||
arch = aarch64
|
arch = aarch64
|
||||||
arch = arm64
|
arch = arm64
|
||||||
@ -13,9 +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.44.0/lazygit_0.44.0_Linux_arm64.tar.gz
|
source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.44.1/lazygit_0.44.1_Linux_arm64.tar.gz
|
||||||
source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.44.0/lazygit_0.44.0_Linux_x86_64.tar.gz
|
source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.44.1/lazygit_0.44.1_Linux_x86_64.tar.gz
|
||||||
source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.44.0/lazygit_0.44.0_Linux_arm64.tar.gz
|
source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.44.1/lazygit_0.44.1_Linux_arm64.tar.gz
|
||||||
source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.44.0/lazygit_0.44.0_Linux_armv6.tar.gz
|
source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.44.1/lazygit_0.44.1_Linux_armv6.tar.gz
|
||||||
source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.44.0/lazygit_0.44.0_Linux_32-bit.tar.gz
|
source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.44.1/lazygit_0.44.1_Linux_32-bit.tar.gz
|
||||||
sha256sums_amd64 = 5c0fbf21161b0f4b2ec7d5dbe58b3df7b8feca40182c7c2d95792db9d9ff645c
|
sha256sums_aarch64 = 26a435f47b691325c086dad2f84daa6556df5af8efc52b6ed624fa657605c976
|
||||||
|
sha256sums_amd64 = 84682f4ad5a449d0a3ffbc8332200fe8651aee9dd91dcd8d87197ba6c2450dbc
|
||||||
|
sha256sums_arm64 = 26a435f47b691325c086dad2f84daa6556df5af8efc52b6ed624fa657605c976
|
||||||
|
sha256sums_armv6h = 905da09386b4b6092b3cb0e4a178b361e99f21f4fcf2f9f9a8fa563ac8189a62
|
||||||
|
sha256sums_i686 = f223c3e1e69ddcc3ae2999d5bd7446b7496a86702f75f084f7d053bc06fcbe6d
|
||||||
|
12
PKGBUILD
12
PKGBUILD
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
|
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
|
||||||
|
|
||||||
pkgname=lazygit-bin
|
pkgname=lazygit-bin
|
||||||
pkgver=0.44.0
|
pkgver=0.44.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
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=('9966a89d101ab8323d1cc30157f4d9bc394acb153d6ca2b6ae7feb666815e9d1')
|
sha256sums_aarch64=('26a435f47b691325c086dad2f84daa6556df5af8efc52b6ed624fa657605c976')
|
||||||
sha256sums_arm64=('9966a89d101ab8323d1cc30157f4d9bc394acb153d6ca2b6ae7feb666815e9d1')
|
sha256sums_arm64=('26a435f47b691325c086dad2f84daa6556df5af8efc52b6ed624fa657605c976')
|
||||||
sha256sums_armv6h=('cdbdb8305ae70f6e83eb1c3c8808cb8881018f0584cfb2fc32a804c788760931')
|
sha256sums_armv6h=('905da09386b4b6092b3cb0e4a178b361e99f21f4fcf2f9f9a8fa563ac8189a62')
|
||||||
sha256sums_i686=('d001f80d5a67c465a3e422fc5a2ffec79d68d3e88cce2a84a921ed9f6e3a7976')
|
sha256sums_i686=('f223c3e1e69ddcc3ae2999d5bd7446b7496a86702f75f084f7d053bc06fcbe6d')
|
||||||
sha256sums_amd64=('5c0fbf21161b0f4b2ec7d5dbe58b3df7b8feca40182c7c2d95792db9d9ff645c')
|
sha256sums_amd64=('84682f4ad5a449d0a3ffbc8332200fe8651aee9dd91dcd8d87197ba6c2450dbc')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit"
|
install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user