v0.41.0
This commit is contained in:
parent
8a958ef9b5
commit
d9f602dc41
24
.SRCINFO
24
.SRCINFO
@ -2,8 +2,8 @@ generated-by = makedeb
|
||||
pkgname = lazygit-bin
|
||||
pkgbase = lazygit-bin
|
||||
pkgdesc = A simple terminal UI for git commands, written in Go with the gocui library
|
||||
pkgrel = 2
|
||||
pkgver = 0.40.2
|
||||
pkgrel = 1
|
||||
pkgver = 0.41.0
|
||||
url = https://github.com/jesseduffield/lazygit
|
||||
arch = aarch64
|
||||
arch = arm64
|
||||
@ -13,13 +13,13 @@ arch = amd64
|
||||
conflicts = lazygit
|
||||
license = MIT
|
||||
provides = lazygit
|
||||
source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.40.2/lazygit_0.40.2_Linux_arm64.tar.gz
|
||||
source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.40.2/lazygit_0.40.2_Linux_x86_64.tar.gz
|
||||
source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.40.2/lazygit_0.40.2_Linux_arm64.tar.gz
|
||||
source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.40.2/lazygit_0.40.2_Linux_armv6.tar.gz
|
||||
source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.40.2/lazygit_0.40.2_Linux_32-bit.tar.gz
|
||||
sha256sums_aarch64 = d88972818ce67dea2832e4f275b06975188f49716de13c4e452918212fd31616
|
||||
sha256sums_amd64 = ff05cb8ebd0785ce220975e5cd394bc200424d9a58727fa81e0bbb3828db7ff1
|
||||
sha256sums_arm64 = d88972818ce67dea2832e4f275b06975188f49716de13c4e452918212fd31616
|
||||
sha256sums_armv6h = f37baac1b1cffef5173c337e401d5f73571240bdf97a6b78e471a5ae7938cae1
|
||||
sha256sums_i686 = 49f756fc5fed8414920c9dcc369c941bd9ceb75fa82a9348512a36e761bf911d
|
||||
source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.41.0/lazygit_0.41.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_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.41.0/lazygit_0.41.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_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.41.0/lazygit_0.41.0_Linux_32-bit.tar.gz
|
||||
sha256sums_aarch64 = e28a4aa146927b3307b32c3abbdf719b1dfd7fdd08783d1d2bc7e52980ccf0c3
|
||||
sha256sums_amd64 = 697a11091362d591e202ec01c76bacf3af692aabeb9656a6bf9b6ff4792259d4
|
||||
sha256sums_arm64 = e28a4aa146927b3307b32c3abbdf719b1dfd7fdd08783d1d2bc7e52980ccf0c3
|
||||
sha256sums_armv6h = 2f4641295b10c04bcf4cd5d2cba53749f5f978c1806e8bfd3d39c9f4328bda9f
|
||||
sha256sums_i686 = f5d5b0dca7914ddb62d98581411b2aeaa58ca566b944e9ab8ea3482efce0ed31
|
||||
|
14
PKGBUILD
14
PKGBUILD
@ -1,8 +1,8 @@
|
||||
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
|
||||
|
||||
pkgname=lazygit-bin
|
||||
pkgver=0.40.2
|
||||
pkgrel=2
|
||||
pkgver=0.41.0
|
||||
pkgrel=1
|
||||
pkgdesc='A simple terminal UI for git commands, written in Go with the gocui library'
|
||||
url="https://github.com/jesseduffield/lazygit"
|
||||
license=('MIT')
|
||||
@ -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_amd64=("${url}/releases/download/v${pkgver}/lazygit_${pkgver}_Linux_x86_64.tar.gz")
|
||||
|
||||
sha256sums_aarch64=('d88972818ce67dea2832e4f275b06975188f49716de13c4e452918212fd31616')
|
||||
sha256sums_arm64=('d88972818ce67dea2832e4f275b06975188f49716de13c4e452918212fd31616')
|
||||
sha256sums_armv6h=('f37baac1b1cffef5173c337e401d5f73571240bdf97a6b78e471a5ae7938cae1')
|
||||
sha256sums_i686=('49f756fc5fed8414920c9dcc369c941bd9ceb75fa82a9348512a36e761bf911d')
|
||||
sha256sums_amd64=('ff05cb8ebd0785ce220975e5cd394bc200424d9a58727fa81e0bbb3828db7ff1')
|
||||
sha256sums_aarch64=('e28a4aa146927b3307b32c3abbdf719b1dfd7fdd08783d1d2bc7e52980ccf0c3')
|
||||
sha256sums_arm64=('e28a4aa146927b3307b32c3abbdf719b1dfd7fdd08783d1d2bc7e52980ccf0c3')
|
||||
sha256sums_armv6h=('2f4641295b10c04bcf4cd5d2cba53749f5f978c1806e8bfd3d39c9f4328bda9f')
|
||||
sha256sums_i686=('f5d5b0dca7914ddb62d98581411b2aeaa58ca566b944e9ab8ea3482efce0ed31')
|
||||
sha256sums_amd64=('697a11091362d591e202ec01c76bacf3af692aabeb9656a6bf9b6ff4792259d4')
|
||||
|
||||
package() {
|
||||
install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit"
|
||||
|
Loading…
x
Reference in New Issue
Block a user