Compare commits
7 Commits
dd58dba6cb
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5a01ff426e | ||
|
|
4a20c0df95 | ||
|
|
2962c62dd9 | ||
| f14f8a2fc9 | |||
| 05676702f4 | |||
| 9ef81e644b | |||
| a404ee6992 |
14
.SRCINFO
14
.SRCINFO
@@ -3,7 +3,7 @@ pkgname = lazygit-bin
|
||||
pkgbase = lazygit-bin
|
||||
pkgdesc = A simple terminal UI for git commands, written in Go with the gocui library
|
||||
pkgrel = 1
|
||||
pkgver = 0.45.0
|
||||
pkgver = 0.50.0
|
||||
url = https://github.com/jesseduffield/lazygit
|
||||
arch = aarch64
|
||||
arch = arm64
|
||||
@@ -13,9 +13,9 @@ arch = amd64
|
||||
conflicts = lazygit
|
||||
license = MIT
|
||||
provides = lazygit
|
||||
source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.45.0/lazygit_0.45.0_Linux_arm64.tar.gz
|
||||
source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.45.0/lazygit_0.45.0_Linux_x86_64.tar.gz
|
||||
source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.45.0/lazygit_0.45.0_Linux_arm64.tar.gz
|
||||
source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.45.0/lazygit_0.45.0_Linux_armv6.tar.gz
|
||||
source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.45.0/lazygit_0.45.0_Linux_32-bit.tar.gz
|
||||
sha256sums_amd64 = da9a4e97e4343bcb94962d6cc5b98e0fbf4ada8aa621bbc7588c78ba6ccc4879
|
||||
source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.50.0/lazygit_0.50.0_Linux_arm64.tar.gz
|
||||
source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.50.0/lazygit_0.50.0_Linux_x86_64.tar.gz
|
||||
source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.50.0/lazygit_0.50.0_Linux_arm64.tar.gz
|
||||
source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.50.0/lazygit_0.50.0_Linux_armv6.tar.gz
|
||||
source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.50.0/lazygit_0.50.0_Linux_32-bit.tar.gz
|
||||
sha256sums_amd64 = bb2bc0ac8b1e2678c650c5aa8a6fa1595e46f8825ce7e6a3833ca95768179881
|
||||
|
||||
12
PKGBUILD
12
PKGBUILD
@@ -1,7 +1,7 @@
|
||||
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
|
||||
|
||||
pkgname=lazygit-bin
|
||||
pkgver=0.45.0
|
||||
pkgver=0.50.0
|
||||
pkgrel=1
|
||||
pkgdesc='A simple terminal UI for git commands, written in Go with the gocui library'
|
||||
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_amd64=("${url}/releases/download/v${pkgver}/lazygit_${pkgver}_Linux_x86_64.tar.gz")
|
||||
|
||||
sha256sums_aarch64=('1b87437a31ab57828b4b1dad708dd9eb4121d4d7cf351a715f3cc05f29457a82')
|
||||
sha256sums_arm64=('1b87437a31ab57828b4b1dad708dd9eb4121d4d7cf351a715f3cc05f29457a82')
|
||||
sha256sums_armv6h=('66f62adc382f8e4e6327c458fc6bccf17950d3c79def5a4a8932cffd71ea5ae6')
|
||||
sha256sums_i686=('96b6eb5295a438c09f051450ab87f98c7ce5fbc863458cc41f790e388519f7ef')
|
||||
sha256sums_amd64=('da9a4e97e4343bcb94962d6cc5b98e0fbf4ada8aa621bbc7588c78ba6ccc4879')
|
||||
sha256sums_aarch64=('3f5728d99263ae2055ce7f767d60e75fef4faf14b5a5511281108d91b1dff624')
|
||||
sha256sums_arm64=('3f5728d99263ae2055ce7f767d60e75fef4faf14b5a5511281108d91b1dff624')
|
||||
sha256sums_armv6h=('00021f090bdb792dde111c61a048a33224e79bc865f469e248d3f7a0c5a0ade3')
|
||||
sha256sums_i686=('c02d153dd32d7877c0317f5dad74be75325149104706979bca3879f85b6bf831')
|
||||
sha256sums_amd64=('bb2bc0ac8b1e2678c650c5aa8a6fa1595e46f8825ce7e6a3833ca95768179881')
|
||||
|
||||
package() {
|
||||
install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit"
|
||||
|
||||
Reference in New Issue
Block a user