v0.42.0
This commit is contained in:
parent
d9f602dc41
commit
e0610538cc
22
.SRCINFO
22
.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.41.0
|
pkgver = 0.42.0
|
||||||
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.41.0/lazygit_0.41.0_Linux_arm64.tar.gz
|
source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.42.0/lazygit_0.42.0_Linux_arm64.tar.gz
|
||||||
source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.41.0/lazygit_0.41.0_Linux_x86_64.tar.gz
|
source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.42.0/lazygit_0.42.0_Linux_x86_64.tar.gz
|
||||||
source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.41.0/lazygit_0.41.0_Linux_arm64.tar.gz
|
source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.42.0/lazygit_0.42.0_Linux_arm64.tar.gz
|
||||||
source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.41.0/lazygit_0.41.0_Linux_armv6.tar.gz
|
source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.42.0/lazygit_0.42.0_Linux_armv6.tar.gz
|
||||||
source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.41.0/lazygit_0.41.0_Linux_32-bit.tar.gz
|
source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.42.0/lazygit_0.42.0_Linux_32-bit.tar.gz
|
||||||
sha256sums_aarch64 = e28a4aa146927b3307b32c3abbdf719b1dfd7fdd08783d1d2bc7e52980ccf0c3
|
sha256sums_aarch64 = f3e40f46cbf649beaea94859f41499c83efac2db7877b5c02f6c938fae3049c3
|
||||||
sha256sums_amd64 = 697a11091362d591e202ec01c76bacf3af692aabeb9656a6bf9b6ff4792259d4
|
sha256sums_amd64 = c3f8f1630fa9a0a00b68425c95879e059a42158425fd720b0b303e101d347d57
|
||||||
sha256sums_arm64 = e28a4aa146927b3307b32c3abbdf719b1dfd7fdd08783d1d2bc7e52980ccf0c3
|
sha256sums_arm64 = f3e40f46cbf649beaea94859f41499c83efac2db7877b5c02f6c938fae3049c3
|
||||||
sha256sums_armv6h = 2f4641295b10c04bcf4cd5d2cba53749f5f978c1806e8bfd3d39c9f4328bda9f
|
sha256sums_armv6h = eff22ffb76522d7158abb3587bd3a3e6cc445c617f2f47185364901721f10f52
|
||||||
sha256sums_i686 = f5d5b0dca7914ddb62d98581411b2aeaa58ca566b944e9ab8ea3482efce0ed31
|
sha256sums_i686 = dcba25fd947dddda810826b11d4237e6c66c3ea6eb3c412863be291cafa0ed0c
|
||||||
|
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.41.0
|
pkgver=0.42.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"
|
||||||
@ -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=('e28a4aa146927b3307b32c3abbdf719b1dfd7fdd08783d1d2bc7e52980ccf0c3')
|
sha256sums_aarch64=('f3e40f46cbf649beaea94859f41499c83efac2db7877b5c02f6c938fae3049c3')
|
||||||
sha256sums_arm64=('e28a4aa146927b3307b32c3abbdf719b1dfd7fdd08783d1d2bc7e52980ccf0c3')
|
sha256sums_arm64=('f3e40f46cbf649beaea94859f41499c83efac2db7877b5c02f6c938fae3049c3')
|
||||||
sha256sums_armv6h=('2f4641295b10c04bcf4cd5d2cba53749f5f978c1806e8bfd3d39c9f4328bda9f')
|
sha256sums_armv6h=('eff22ffb76522d7158abb3587bd3a3e6cc445c617f2f47185364901721f10f52')
|
||||||
sha256sums_i686=('f5d5b0dca7914ddb62d98581411b2aeaa58ca566b944e9ab8ea3482efce0ed31')
|
sha256sums_i686=('dcba25fd947dddda810826b11d4237e6c66c3ea6eb3c412863be291cafa0ed0c')
|
||||||
sha256sums_amd64=('697a11091362d591e202ec01c76bacf3af692aabeb9656a6bf9b6ff4792259d4')
|
sha256sums_amd64=('c3f8f1630fa9a0a00b68425c95879e059a42158425fd720b0b303e101d347d57')
|
||||||
|
|
||||||
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