makedeb
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.
Hash: ff0d320cf7a2eb84c9be2b70e462229f5cfd972a
Message: Updated to 0.42.0
diff --git a/.SRCINFO b/.SRCINFO
index 3fdf032..34bc4fe 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.40.2
+pkgver = 0.42.0
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.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
+source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.42.0/lazygit_0.42.0_Linux_arm64.tar.gz
+source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.42.0/lazygit_0.42.0_Linux_x86_64.tar.gz
+source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.42.0/lazygit_0.42.0_Linux_armv6.tar.gz
+source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.42.0/lazygit_0.42.0_Linux_32-bit.tar.gz
+sha256sums_aarch64 = f3e40f46cbf649beaea94859f41499c83efac2db7877b5c02f6c938fae3049c3
+sha256sums_amd64 = c3f8f1630fa9a0a00b68425c95879e059a42158425fd720b0b303e101d347d57
+sha256sums_armv6h = eff22ffb76522d7158abb3587bd3a3e6cc445c617f2f47185364901721f10f52
+sha256sums_i686 = dcba25fd947dddda810826b11d4237e6c66c3ea6eb3c412863be291cafa0ed0c
diff --git a/PKGBUILD b/PKGBUILD
index 8edbbbf..5e73f6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Edgar <Edgar{at}AnotherFoxGuy.com>
pkgname=lazygit-bin
-pkgver=0.40.2
+pkgver=0.42.0
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=('d88972818ce67dea2832e4f275b06975188f49716de13c4e452918212fd31616')
-sha256sums_armv6h=('f37baac1b1cffef5173c337e401d5f73571240bdf97a6b78e471a5ae7938cae1')
-sha256sums_i686=('49f756fc5fed8414920c9dcc369c941bd9ceb75fa82a9348512a36e761bf911d')
-sha256sums_amd64=('ff05cb8ebd0785ce220975e5cd394bc200424d9a58727fa81e0bbb3828db7ff1')
+sha256sums_aarch64=('f3e40f46cbf649beaea94859f41499c83efac2db7877b5c02f6c938fae3049c3')
+sha256sums_armv6h=('eff22ffb76522d7158abb3587bd3a3e6cc445c617f2f47185364901721f10f52')
+sha256sums_i686=('dcba25fd947dddda810826b11d4237e6c66c3ea6eb3c412863be291cafa0ed0c')
+sha256sums_amd64=('c3f8f1630fa9a0a00b68425c95879e059a42158425fd720b0b303e101d347d57')
package() {
install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit"