From 8a958ef9b50954e719a1fdadc9aeca6ee0440516 Mon Sep 17 00:00:00 2001 From: Jonathan Apodaca Date: Mon, 14 Aug 2023 09:33:25 -0600 Subject: [PATCH] 0.40.2 --- .SRCINFO | 22 +++++++++++----------- PKGBUILD | 12 ++++++------ 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7bda362..164bd6d 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 = 2 -pkgver = 0.40.0 +pkgver = 0.40.2 url = https://github.com/jesseduffield/lazygit arch = aarch64 arch = arm64 @@ -13,13 +13,13 @@ arch = amd64 conflicts = lazygit license = MIT provides = lazygit -source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.40.0/lazygit_0.40.0_Linux_arm64.tar.gz -source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.40.0/lazygit_0.40.0_Linux_x86_64.tar.gz -source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.40.0/lazygit_0.40.0_Linux_arm64.tar.gz -source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.40.0/lazygit_0.40.0_Linux_armv6.tar.gz -source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.40.0/lazygit_0.40.0_Linux_32-bit.tar.gz -sha256sums_aarch64 = d7f34632b97b96de1c13ca4b46573b46a214d064b92473190c1af5b2bab89a66 -sha256sums_amd64 = f627e0ffe8b2646cc156f4ea4785288d1692548ed274130e4f50c8eb1e1d53d7 -sha256sums_arm64 = d7f34632b97b96de1c13ca4b46573b46a214d064b92473190c1af5b2bab89a66 -sha256sums_armv6h = b4a67c0a9f991df1c7b6c7a9256d2014d97fb8029d05a3a9abd5eea9aafccb74 -sha256sums_i686 = 9f9760f40a21eae4a50896a618c8e9b732beecdba9882d5c416dcf2d98de2966 +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_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.40.2/lazygit_0.40.2_Linux_arm64.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_arm64 = d88972818ce67dea2832e4f275b06975188f49716de13c4e452918212fd31616 +sha256sums_armv6h = f37baac1b1cffef5173c337e401d5f73571240bdf97a6b78e471a5ae7938cae1 +sha256sums_i686 = 49f756fc5fed8414920c9dcc369c941bd9ceb75fa82a9348512a36e761bf911d diff --git a/PKGBUILD b/PKGBUILD index 8986132..3cb467d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jonathan Apodaca pkgname=lazygit-bin -pkgver=0.40.0 +pkgver=0.40.2 pkgrel=2 pkgdesc='A simple terminal UI for git commands, written in Go with the gocui library' url="https://github.com/jesseduffield/lazygit" @@ -17,11 +17,11 @@ 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=('d7f34632b97b96de1c13ca4b46573b46a214d064b92473190c1af5b2bab89a66') -sha256sums_arm64=('d7f34632b97b96de1c13ca4b46573b46a214d064b92473190c1af5b2bab89a66') -sha256sums_armv6h=('b4a67c0a9f991df1c7b6c7a9256d2014d97fb8029d05a3a9abd5eea9aafccb74') -sha256sums_i686=('9f9760f40a21eae4a50896a618c8e9b732beecdba9882d5c416dcf2d98de2966') -sha256sums_amd64=('f627e0ffe8b2646cc156f4ea4785288d1692548ed274130e4f50c8eb1e1d53d7') +sha256sums_aarch64=('d88972818ce67dea2832e4f275b06975188f49716de13c4e452918212fd31616') +sha256sums_arm64=('d88972818ce67dea2832e4f275b06975188f49716de13c4e452918212fd31616') +sha256sums_armv6h=('f37baac1b1cffef5173c337e401d5f73571240bdf97a6b78e471a5ae7938cae1') +sha256sums_i686=('49f756fc5fed8414920c9dcc369c941bd9ceb75fa82a9348512a36e761bf911d') +sha256sums_amd64=('ff05cb8ebd0785ce220975e5cd394bc200424d9a58727fa81e0bbb3828db7ff1') package() { install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit"