diff --git a/.SRCINFO b/.SRCINFO index 00e62b7..192de61 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.44.1 +pkgver = 0.45.0 url = https://github.com/jesseduffield/lazygit arch = aarch64 arch = arm64 @@ -13,13 +13,9 @@ arch = amd64 conflicts = lazygit license = MIT provides = lazygit -source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.44.1/lazygit_0.44.1_Linux_arm64.tar.gz -source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.44.1/lazygit_0.44.1_Linux_x86_64.tar.gz -source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.44.1/lazygit_0.44.1_Linux_arm64.tar.gz -source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.44.1/lazygit_0.44.1_Linux_armv6.tar.gz -source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.44.1/lazygit_0.44.1_Linux_32-bit.tar.gz -sha256sums_aarch64 = 26a435f47b691325c086dad2f84daa6556df5af8efc52b6ed624fa657605c976 -sha256sums_amd64 = 84682f4ad5a449d0a3ffbc8332200fe8651aee9dd91dcd8d87197ba6c2450dbc -sha256sums_arm64 = 26a435f47b691325c086dad2f84daa6556df5af8efc52b6ed624fa657605c976 -sha256sums_armv6h = 905da09386b4b6092b3cb0e4a178b361e99f21f4fcf2f9f9a8fa563ac8189a62 -sha256sums_i686 = f223c3e1e69ddcc3ae2999d5bd7446b7496a86702f75f084f7d053bc06fcbe6d +source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.45.0/lazygit_0.45.0_Linux_arm64.tar.gz +source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.45.0/lazygit_0.45.0_Linux_x86_64.tar.gz +source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.45.0/lazygit_0.45.0_Linux_arm64.tar.gz +source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.45.0/lazygit_0.45.0_Linux_armv6.tar.gz +source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.45.0/lazygit_0.45.0_Linux_32-bit.tar.gz +sha256sums_amd64 = da9a4e97e4343bcb94962d6cc5b98e0fbf4ada8aa621bbc7588c78ba6ccc4879 diff --git a/PKGBUILD b/PKGBUILD index f7bf6f0..fbfe53f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jonathan Apodaca pkgname=lazygit-bin -pkgver=0.44.1 +pkgver=0.45.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=('26a435f47b691325c086dad2f84daa6556df5af8efc52b6ed624fa657605c976') -sha256sums_arm64=('26a435f47b691325c086dad2f84daa6556df5af8efc52b6ed624fa657605c976') -sha256sums_armv6h=('905da09386b4b6092b3cb0e4a178b361e99f21f4fcf2f9f9a8fa563ac8189a62') -sha256sums_i686=('f223c3e1e69ddcc3ae2999d5bd7446b7496a86702f75f084f7d053bc06fcbe6d') -sha256sums_amd64=('84682f4ad5a449d0a3ffbc8332200fe8651aee9dd91dcd8d87197ba6c2450dbc') +sha256sums_aarch64=('1b87437a31ab57828b4b1dad708dd9eb4121d4d7cf351a715f3cc05f29457a82') +sha256sums_arm64=('1b87437a31ab57828b4b1dad708dd9eb4121d4d7cf351a715f3cc05f29457a82') +sha256sums_armv6h=('66f62adc382f8e4e6327c458fc6bccf17950d3c79def5a4a8932cffd71ea5ae6') +sha256sums_i686=('96b6eb5295a438c09f051450ab87f98c7ce5fbc863458cc41f790e388519f7ef') +sha256sums_amd64=('da9a4e97e4343bcb94962d6cc5b98e0fbf4ada8aa621bbc7588c78ba6ccc4879') package() { install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit"