Compare commits

..

22 Commits

Author SHA1 Message Date
Jonathan Apodaca
5a01ff426e v0.50.0 2025-05-06 14:47:51 -06:00
Jonathan Apodaca
4a20c0df95 v0.49.0 2025-04-14 09:05:47 -06:00
Jonathan Apodaca
2962c62dd9 v0.48.0 2025-03-03 13:30:52 -07:00
f14f8a2fc9 v0.47.2 2025-02-25 09:21:53 -07:00
05676702f4 v0.47.1 2025-02-25 09:19:45 -07:00
9ef81e644b v0.46.0 2025-02-17 09:12:54 -07:00
a404ee6992 v0.45.2 2025-01-21 08:26:08 -07:00
dd58dba6cb v0.45.0 2025-01-12 15:30:47 -07:00
6f7ab2ad34 v0.44.1 2024-09-18 16:51:47 -06:00
8ded38923e v0.44.0 2024-09-10 14:46:47 -06:00
0dd6c7907d v0.43.1 2024-07-16 08:36:16 -06:00
e0610538cc v0.42.0 2024-05-20 20:34:33 -06:00
d9f602dc41 v0.41.0 2024-04-01 09:21:30 -06:00
8a958ef9b5 0.40.2 2023-08-14 09:33:25 -06:00
bcd0972cef 0.40.0 2023-08-06 05:48:41 -06:00
18a01759e2 v0.39.4 2023-07-26 22:09:57 -06:00
5a815a227d 0.39.2 2023-07-22 08:20:03 -06:00
69f29e0dfc 0.39.1 2023-07-21 06:23:28 -06:00
ad0a1c03b8 extensions=('zipman') (no strip) 2023-06-03 15:14:14 -06:00
60a637c0d8 v0.38.2 2023-05-05 08:08:31 -06:00
0be9209433 Make installable on 64-bit ARM 2023-03-01 16:43:09 -07:00
acddadde20 Update to 0.37.0 2023-02-24 23:39:14 +00:00
2 changed files with 17 additions and 15 deletions

View File

@@ -3,20 +3,19 @@ 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.36.0
pkgver = 0.50.0
url = https://github.com/jesseduffield/lazygit
arch = aarch64
arch = arm64
arch = armv6h
arch = i686
arch = amd64
conflicts = lazygit
license = MIT
provides = lazygit
source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.36.0/lazygit_0.36.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_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.36.0/lazygit_0.36.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
sha256sums_aarch64 = 10a12ae1f59fb5b1877a650c9a2ce8c05b47d871dc210a16fd9bc31dedafad90
sha256sums_amd64 = dc17a62f6f6efbeb5ba35abc182303bec17e62772be9bd8cf3e080640cb008b4
sha256sums_armv6h = 04b6f3ba79f7b726a5f14152ebfe342280f7381e03c2982aa9c5af294a148e65
sha256sums_i686 = 205298de0f8e36c744676b835b14713e5e783fedc49f830ac281e31583f2fb09
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

View File

@@ -1,24 +1,27 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
pkgname=lazygit-bin
pkgver=0.36.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"
license=('MIT')
provides=("lazygit")
conflicts=("lazygit")
arch=('aarch64' 'armv6h' 'i686' 'amd64')
arch=('aarch64' 'arm64' 'armv6h' 'i686' 'amd64')
extensions=('zipman')
source_aarch64=("${url}/releases/download/v${pkgver}/lazygit_${pkgver}_Linux_arm64.tar.gz")
source_arm64=("${url}/releases/download/v${pkgver}/lazygit_${pkgver}_Linux_arm64.tar.gz")
source_armv6h=("${url}/releases/download/v${pkgver}/lazygit_${pkgver}_Linux_armv6.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")
sha256sums_aarch64=('10a12ae1f59fb5b1877a650c9a2ce8c05b47d871dc210a16fd9bc31dedafad90')
sha256sums_armv6h=('04b6f3ba79f7b726a5f14152ebfe342280f7381e03c2982aa9c5af294a148e65')
sha256sums_i686=('205298de0f8e36c744676b835b14713e5e783fedc49f830ac281e31583f2fb09')
sha256sums_amd64=('dc17a62f6f6efbeb5ba35abc182303bec17e62772be9bd8cf3e080640cb008b4')
sha256sums_aarch64=('3f5728d99263ae2055ce7f767d60e75fef4faf14b5a5511281108d91b1dff624')
sha256sums_arm64=('3f5728d99263ae2055ce7f767d60e75fef4faf14b5a5511281108d91b1dff624')
sha256sums_armv6h=('00021f090bdb792dde111c61a048a33224e79bc865f469e248d3f7a0c5a0ade3')
sha256sums_i686=('c02d153dd32d7877c0317f5dad74be75325149104706979bca3879f85b6bf831')
sha256sums_amd64=('bb2bc0ac8b1e2678c650c5aa8a6fa1595e46f8825ce7e6a3833ca95768179881')
package() {
install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit"