Update to 0.37.0
This commit is contained in:
parent
4ec79395cb
commit
acddadde20
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.36.0
|
pkgver = 0.37.0
|
||||||
url = https://github.com/jesseduffield/lazygit
|
url = https://github.com/jesseduffield/lazygit
|
||||||
arch = aarch64
|
arch = aarch64
|
||||||
arch = armv6h
|
arch = armv6h
|
||||||
@ -12,11 +12,11 @@ arch = amd64
|
|||||||
conflicts = lazygit
|
conflicts = lazygit
|
||||||
license = MIT
|
license = MIT
|
||||||
provides = lazygit
|
provides = lazygit
|
||||||
source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.36.0/lazygit_0.36.0_Linux_arm64.tar.gz
|
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.36.0/lazygit_0.36.0_Linux_x86_64.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.36.0/lazygit_0.36.0_Linux_armv6.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.36.0/lazygit_0.36.0_Linux_32-bit.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 = 10a12ae1f59fb5b1877a650c9a2ce8c05b47d871dc210a16fd9bc31dedafad90
|
sha256sums_aarch64 = eecf504c8a2939d26d72a958230247b64be8d3723092723f4eebe9c962b41f7b
|
||||||
sha256sums_amd64 = dc17a62f6f6efbeb5ba35abc182303bec17e62772be9bd8cf3e080640cb008b4
|
sha256sums_amd64 = f801f5a7ab6111fc9a97b3ca7597474b672c8d0d16a3e29d7c6005f5ec9257a9
|
||||||
sha256sums_armv6h = 04b6f3ba79f7b726a5f14152ebfe342280f7381e03c2982aa9c5af294a148e65
|
sha256sums_armv6h = f4300819f91734b987ea54b0c93961a4b48689c8c447d9f0d83131fdb3093e5a
|
||||||
sha256sums_i686 = 205298de0f8e36c744676b835b14713e5e783fedc49f830ac281e31583f2fb09
|
sha256sums_i686 = 4cf515fdfd6b2feafc22494c69a9e3f178eb91958c294085ad3db11b8e030526
|
||||||
|
10
PKGBUILD
10
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.36.0
|
pkgver=0.37.0
|
||||||
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"
|
||||||
@ -15,10 +15,10 @@ 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=('10a12ae1f59fb5b1877a650c9a2ce8c05b47d871dc210a16fd9bc31dedafad90')
|
sha256sums_aarch64=('eecf504c8a2939d26d72a958230247b64be8d3723092723f4eebe9c962b41f7b')
|
||||||
sha256sums_armv6h=('04b6f3ba79f7b726a5f14152ebfe342280f7381e03c2982aa9c5af294a148e65')
|
sha256sums_armv6h=('f4300819f91734b987ea54b0c93961a4b48689c8c447d9f0d83131fdb3093e5a')
|
||||||
sha256sums_i686=('205298de0f8e36c744676b835b14713e5e783fedc49f830ac281e31583f2fb09')
|
sha256sums_i686=('4cf515fdfd6b2feafc22494c69a9e3f178eb91958c294085ad3db11b8e030526')
|
||||||
sha256sums_amd64=('dc17a62f6f6efbeb5ba35abc182303bec17e62772be9bd8cf3e080640cb008b4')
|
sha256sums_amd64=('f801f5a7ab6111fc9a97b3ca7597474b672c8d0d16a3e29d7c6005f5ec9257a9')
|
||||||
|
|
||||||
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