makedeb


lazygit-bin 0.40.2-1


A simple terminal UI for git commands, written in Go with the gocui library

Click here to go back to the commit logs for lazygit-bin.

Commit:


Hash: c6ef3ed95bd8129a470937bd31c944e7a87d38ea

Message: Update to 0.40.2

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 92d4004..3fdf032 100644
--- a/.SRCINFO
+++ b/.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.38.2
+pkgver = 0.40.2
 url = https://github.com/jesseduffield/lazygit
 arch = aarch64
 arch = armv6h
@@ -12,11 +12,11 @@ arch = amd64
 conflicts = lazygit
 license = MIT
 provides = lazygit
-source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.38.2/lazygit_0.38.2_Linux_arm64.tar.gz
-source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.38.2/lazygit_0.38.2_Linux_x86_64.tar.gz
-source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.38.2/lazygit_0.38.2_Linux_armv6.tar.gz
-source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.38.2/lazygit_0.38.2_Linux_32-bit.tar.gz
-sha256sums_aarch64 = 08a6920359451d94d5903888d979c0749bb705465a8a1fe66d6f8e084931a52c
-sha256sums_amd64 = a992717f728a9a64eb744816dbb0fe0e277205451b94662213a79cb2b08f3fd3
-sha256sums_armv6h = cf13d21903ebb9bd05b9a90f995a99d59e82754b825a634da583bac36cb2d494
-sha256sums_i686 = 78297114555769f8ba25e009107215453ccde2393cc74803919c0643db65488e
+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_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_armv6h = f37baac1b1cffef5173c337e401d5f73571240bdf97a6b78e471a5ae7938cae1
+sha256sums_i686 = 49f756fc5fed8414920c9dcc369c941bd9ceb75fa82a9348512a36e761bf911d
diff --git a/PKGBUILD b/PKGBUILD
index fde054a..8edbbbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Edgar <Edgar{at}AnotherFoxGuy.com>
 
 pkgname=lazygit-bin
-pkgver=0.38.2
+pkgver=0.40.2
 pkgrel=1
 pkgdesc='A simple terminal UI for git commands, written in Go with the gocui library'
 url="https://github.com/jesseduffield/lazygit"
@@ -15,10 +15,10 @@ 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=('08a6920359451d94d5903888d979c0749bb705465a8a1fe66d6f8e084931a52c')
-sha256sums_armv6h=('cf13d21903ebb9bd05b9a90f995a99d59e82754b825a634da583bac36cb2d494')
-sha256sums_i686=('78297114555769f8ba25e009107215453ccde2393cc74803919c0643db65488e')
-sha256sums_amd64=('a992717f728a9a64eb744816dbb0fe0e277205451b94662213a79cb2b08f3fd3')
+sha256sums_aarch64=('d88972818ce67dea2832e4f275b06975188f49716de13c4e452918212fd31616')
+sha256sums_armv6h=('f37baac1b1cffef5173c337e401d5f73571240bdf97a6b78e471a5ae7938cae1')
+sha256sums_i686=('49f756fc5fed8414920c9dcc369c941bd9ceb75fa82a9348512a36e761bf911d')
+sha256sums_amd64=('ff05cb8ebd0785ce220975e5cd394bc200424d9a58727fa81e0bbb3828db7ff1')
 
 package() {
     install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit"