diff --git a/.SRCINFO b/.SRCINFO index 5a48f26..ea1efae 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.45.2 +pkgver = 0.46.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.45.2/lazygit_0.45.2_Linux_arm64.tar.gz -source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.45.2/lazygit_0.45.2_Linux_x86_64.tar.gz -source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.45.2/lazygit_0.45.2_Linux_arm64.tar.gz -source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.45.2/lazygit_0.45.2_Linux_armv6.tar.gz -source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.45.2/lazygit_0.45.2_Linux_32-bit.tar.gz -sha256sums_amd64 = ef92a991778545fc3f912213eead3bc42965e039f99b62e069439da08bbdf478 +source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.46.0/lazygit_0.46.0_Linux_arm64.tar.gz +source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.46.0/lazygit_0.46.0_Linux_x86_64.tar.gz +source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.46.0/lazygit_0.46.0_Linux_arm64.tar.gz +source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.46.0/lazygit_0.46.0_Linux_armv6.tar.gz +source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.46.0/lazygit_0.46.0_Linux_32-bit.tar.gz +sha256sums_amd64 = e32a403e9642a134c7a6c622e8fcf26e7b5863ec793dbcd2bf758761c977ff87 diff --git a/PKGBUILD b/PKGBUILD index 8ac32c9..4564cd7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jonathan Apodaca pkgname=lazygit-bin -pkgver=0.45.2 +pkgver=0.46.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=('82b938a64485143ba2241cf472afc728a453e7bcee5fb658ea19b06dfb99ee7f') -sha256sums_arm64=('82b938a64485143ba2241cf472afc728a453e7bcee5fb658ea19b06dfb99ee7f') -sha256sums_armv6h=('d801c882539f7ee0bff5d0d0ce36e5e9b77308e15d39b79b2441ceda161dc1b2') -sha256sums_i686=('6a64fe57cb5e52d4e094c928e87af4afec48217e93a7498ee48b8e3266ac423a') -sha256sums_amd64=('ef92a991778545fc3f912213eead3bc42965e039f99b62e069439da08bbdf478') +sha256sums_aarch64=('f4492cb921e48d8cfb6be116b35213772cfe8bf753074dac49d2fecb84546c91') +sha256sums_arm64=('f4492cb921e48d8cfb6be116b35213772cfe8bf753074dac49d2fecb84546c91') +sha256sums_armv6h=('b91ac964e37371f26758571631785b1e752897c02df9e40ceef497614ac74e26') +sha256sums_i686=('903dd3b10f2aaec6bc39ae3929dafd3ba5ab95c45569b63cb2767ab270e45608') +sha256sums_amd64=('e32a403e9642a134c7a6c622e8fcf26e7b5863ec793dbcd2bf758761c977ff87') package() { install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit"