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: 7d4ea0d2ba01052e821eb51ee3c5208eaeda4687
Message: Updated to 0.38.2
diff --git a/.SRCINFO b/.SRCINFO
index 5630da4..92d4004 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,22 @@
-generated-by = makedeb-makepkg
-
-pkgbase = lazygit-bin
- pkgdesc = A simple terminal UI for git commands, written in Go with the gocui library
- pkgver = 0.34
- pkgrel = 1
- url = https://github.com/jesseduffield/lazygit
- arch = aarch64
- arch = armv6h
- arch = i686
- arch = x86_64
- license = MIT
- provides = lazygit
- conflicts = lazygit
- source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.34/lazygit_0.34_Linux_arm64.tar.gz
- sha256sums_aarch64 = 10a12ae1f59fb5b1877a650c9a2ce8c05b47d871dc210a16fd9bc31dedafad90
- source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.34/lazygit_0.34_Linux_armv6.tar.gz
- sha256sums_armv6h = 04b6f3ba79f7b726a5f14152ebfe342280f7381e03c2982aa9c5af294a148e65
- source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.34/lazygit_0.34_Linux_32-bit.tar.gz
- sha256sums_i686 = 205298de0f8e36c744676b835b14713e5e783fedc49f830ac281e31583f2fb09
- source_x86_64 = https://github.com/jesseduffield/lazygit/releases/download/v0.34/lazygit_0.34_Linux_x86_64.tar.gz
- sha256sums_x86_64 = 4216b48d02884173f0f784235a5fee52c4ab344713b0b873e27321b3df421879
-
+generated-by = makedeb
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
+url = https://github.com/jesseduffield/lazygit
+arch = aarch64
+arch = armv6h
+arch = i686
+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
diff --git a/PKGBUILD b/PKGBUILD
index 6ffb2ef..fde054a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,24 @@
# Maintainer: Edgar <Edgar{at}AnotherFoxGuy.com>
pkgname=lazygit-bin
-pkgver=0.34
+pkgver=0.38.2
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' 'x86_64')
+arch=('aarch64' 'armv6h' 'i686' 'amd64')
source_aarch64=("${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_x86_64=("${url}/releases/download/v${pkgver}/lazygit_${pkgver}_Linux_x86_64.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_x86_64=('4216b48d02884173f0f784235a5fee52c4ab344713b0b873e27321b3df421879')
+sha256sums_aarch64=('08a6920359451d94d5903888d979c0749bb705465a8a1fe66d6f8e084931a52c')
+sha256sums_armv6h=('cf13d21903ebb9bd05b9a90f995a99d59e82754b825a634da583bac36cb2d494')
+sha256sums_i686=('78297114555769f8ba25e009107215453ccde2393cc74803919c0643db65488e')
+sha256sums_amd64=('a992717f728a9a64eb744816dbb0fe0e277205451b94662213a79cb2b08f3fd3')
package() {
install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit"