Lazygit 0.56.0 => 0.57.0 (#13922)

This commit is contained in:
Ed Reel
2025-12-20 20:56:36 -06:00
committed by GitHub
parent 27cf4c5c24
commit d3ec8acc55
5 changed files with 11 additions and 8 deletions

View File

@@ -1,2 +1,2 @@
# Total size: 20578488 # Total size: 20512952
/usr/local/bin/lazygit /usr/local/bin/lazygit

View File

@@ -1,2 +1,2 @@
# Total size: 20443320 # Total size: 20361400
/usr/local/bin/lazygit /usr/local/bin/lazygit

View File

@@ -1,2 +1,2 @@
# Total size: 21852344 # Total size: 21762232
/usr/local/bin/lazygit /usr/local/bin/lazygit

View File

@@ -3,7 +3,7 @@ require 'package'
class Lazygit < Package class Lazygit < Package
description 'A simple terminal UI for git commands' description 'A simple terminal UI for git commands'
homepage 'https://github.com/jesseduffield/lazygit' homepage 'https://github.com/jesseduffield/lazygit'
version '0.56.0' version '0.57.0'
license 'MIT' license 'MIT'
compatibility 'all' compatibility 'all'
source_url({ source_url({
@@ -13,10 +13,10 @@ class Lazygit < Package
x86_64: "https://github.com/jesseduffield/lazygit/releases/download/v#{version}/lazygit_#{version}_linux_x86_64.tar.gz" x86_64: "https://github.com/jesseduffield/lazygit/releases/download/v#{version}/lazygit_#{version}_linux_x86_64.tar.gz"
}) })
source_sha256({ source_sha256({
aarch64: '7fc078e735fd08a8ba7dd514025432443c8f3b576220be8873c661d173fe86df', aarch64: '2984e480923f8685b5184f497c14e5fe9d4b7890e70ef50fdead3d5846212ae6',
armv7l: '7fc078e735fd08a8ba7dd514025432443c8f3b576220be8873c661d173fe86df', armv7l: '2984e480923f8685b5184f497c14e5fe9d4b7890e70ef50fdead3d5846212ae6',
i686: '9c5d5920a4deb8ba5735f2a3df7627a03926d637609e74c57595a3ee38750a5f', i686: 'cd5c17dab07b0db999ab4691f5e6bcdd700b3402d30d3f447ba1e88f84f2de49',
x86_64: 'ced13c2ae074bbf6c201bc700ee2971e193b811c3b2ae0ed4d00d6225c6c9ab7' x86_64: 'ced011ecd1459d069c66128fbf172b7248c8b99d8983fa17d84a247a98146d5e'
}) })
no_compile_needed no_compile_needed

3
tests/package/l/lazygit Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
lazygit -h 2>&1
lazygit -v