From 2962c62dd9747c23cc74612d5f442eea06580946 Mon Sep 17 00:00:00 2001 From: Jonathan Apodaca Date: Mon, 3 Mar 2025 13:30:52 -0700 Subject: [PATCH] v0.48.0 --- .SRCINFO | 14 +++++++------- PKGBUILD | 12 ++++++------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index aab9314..6053b1c 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.47.2 +pkgver = 0.48.0 url = https://github.com/jesseduffield/lazygit arch = aarch64 arch = arm64 @@ -13,9 +13,9 @@ arch = amd64 conflicts = lazygit license = MIT provides = lazygit -source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.47.2/lazygit_0.47.2_Linux_arm64.tar.gz -source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.47.2/lazygit_0.47.2_Linux_x86_64.tar.gz -source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.47.2/lazygit_0.47.2_Linux_arm64.tar.gz -source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.47.2/lazygit_0.47.2_Linux_armv6.tar.gz -source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.47.2/lazygit_0.47.2_Linux_32-bit.tar.gz -sha256sums_amd64 = 52791aba3ac96ca13bce17ec154fd8a9994a4b76de3cc7982d2c5bfee05e221a +source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.48.0/lazygit_0.48.0_Linux_arm64.tar.gz +source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.48.0/lazygit_0.48.0_Linux_x86_64.tar.gz +source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.48.0/lazygit_0.48.0_Linux_arm64.tar.gz +source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.48.0/lazygit_0.48.0_Linux_armv6.tar.gz +source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.48.0/lazygit_0.48.0_Linux_32-bit.tar.gz +sha256sums_amd64 = 291722c643a10805de3bd7b58f51d5275878269aeadb046709708f8683f558d7 diff --git a/PKGBUILD b/PKGBUILD index 6443e37..2d1560f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jonathan Apodaca pkgname=lazygit-bin -pkgver=0.47.2 +pkgver=0.48.0 pkgrel=1 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=('4d01a116d20b7595b0c4664cbf889625cf8649b6aeb8dc8606486f1132403e3d') -sha256sums_arm64=('4d01a116d20b7595b0c4664cbf889625cf8649b6aeb8dc8606486f1132403e3d') -sha256sums_armv6h=('bb612ed7cd4ca8d79a473e04ac9bfb7c2420e61ce48a99cfef2239530366f774') -sha256sums_i686=('021bef87e1ae441e71f3a9b4bedeeaed9766ee60238c9b201dcd53eb0c752e23') -sha256sums_amd64=('52791aba3ac96ca13bce17ec154fd8a9994a4b76de3cc7982d2c5bfee05e221a') +sha256sums_aarch64=('37150ec77bd42d92b7dc96f05fca5f1cd310551936e32556011ac145ccd9d62b') +sha256sums_arm64=('37150ec77bd42d92b7dc96f05fca5f1cd310551936e32556011ac145ccd9d62b') +sha256sums_armv6h=('14205bfcb33187bf779a55e4a60f2e392dc08fbaa775a226982ea8bdf86bd6ea') +sha256sums_i686=('da0145fb305b38166041d34de1f3ac6063937fd9ef1b71c5863d7841f74dcd12') +sha256sums_amd64=('291722c643a10805de3bd7b58f51d5275878269aeadb046709708f8683f558d7') package() { install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit"