Updated to 0.33
This commit is contained in:
parent
cfabfdd865
commit
bab836be07
18
.SRCINFO
18
.SRCINFO
@ -2,7 +2,7 @@ generated-by = makedeb-makepkg
|
||||
|
||||
pkgbase = lazygit-bin
|
||||
pkgdesc = A simple terminal UI for git commands, written in Go with the gocui library
|
||||
pkgver = 0.32.2
|
||||
pkgver = 0.33
|
||||
pkgrel = 1
|
||||
url = https://github.com/jesseduffield/lazygit
|
||||
arch = aarch64
|
||||
@ -12,13 +12,13 @@ pkgbase = lazygit-bin
|
||||
license = MIT
|
||||
provides = lazygit
|
||||
conflicts = lazygit
|
||||
source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.32.2/lazygit_0.32.2_Linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 7a6cc2d42297753680248b93cf478aea1d2394649f8c2ff08f64a2828a481a41
|
||||
source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.32.2/lazygit_0.32.2_Linux_armv6.tar.gz
|
||||
sha256sums_armv6h = 9c2cf474f6300218d2f7e08aa4bd117cbfb4c9bb589a87452d6cc474d4fab498
|
||||
source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.32.2/lazygit_0.32.2_Linux_32-bit.tar.gz
|
||||
sha256sums_i686 = d13f4a5291771d7909b8da311b00e3d09006739d4754d7028418c24c85fdc4f5
|
||||
source_x86_64 = https://github.com/jesseduffield/lazygit/releases/download/v0.32.2/lazygit_0.32.2_Linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = df9079e303f9e8df08e4c41ec9bd045bf1168d327baad86eda33a0fe02eea360
|
||||
source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.33/lazygit_0.33_Linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = a14210ddee55f3dfd4343d2d33b84e7779a5a0a146262e6d8506c52494828b46
|
||||
source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.33/lazygit_0.33_Linux_armv6.tar.gz
|
||||
sha256sums_armv6h = caa02da2f1b867dc75a1d64048d1bbcfe9c5a57e5fc231936bac62d1ca9d4341
|
||||
source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.33/lazygit_0.33_Linux_32-bit.tar.gz
|
||||
sha256sums_i686 = dc2af1537a199dcb37aa7ba730ae8383362ce26d8f484dd5e9a02324aba598c9
|
||||
source_x86_64 = https://github.com/jesseduffield/lazygit/releases/download/v0.33/lazygit_0.33_Linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = acafdd180dc24a6d161c1dd5f09d1478c8023a02822b31aa808dd7b506a78b9c
|
||||
|
||||
pkgname = lazygit-bin
|
||||
|
10
PKGBUILD
10
PKGBUILD
@ -1,7 +1,7 @@
|
||||
# Maintainer: Edgar <Edgar{at}AnotherFoxGuy.com>
|
||||
|
||||
pkgname=lazygit-bin
|
||||
pkgver=0.32.2
|
||||
pkgver=0.33
|
||||
pkgrel=1
|
||||
pkgdesc='A simple terminal UI for git commands, written in Go with the gocui library'
|
||||
url="https://github.com/jesseduffield/lazygit"
|
||||
@ -15,10 +15,10 @@ 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_x86_64=("${url}/releases/download/v${pkgver}/lazygit_${pkgver}_Linux_x86_64.tar.gz")
|
||||
|
||||
sha256sums_aarch64=('7a6cc2d42297753680248b93cf478aea1d2394649f8c2ff08f64a2828a481a41')
|
||||
sha256sums_armv6h=('9c2cf474f6300218d2f7e08aa4bd117cbfb4c9bb589a87452d6cc474d4fab498')
|
||||
sha256sums_i686=('d13f4a5291771d7909b8da311b00e3d09006739d4754d7028418c24c85fdc4f5')
|
||||
sha256sums_x86_64=('df9079e303f9e8df08e4c41ec9bd045bf1168d327baad86eda33a0fe02eea360')
|
||||
sha256sums_aarch64=('a14210ddee55f3dfd4343d2d33b84e7779a5a0a146262e6d8506c52494828b46')
|
||||
sha256sums_armv6h=('caa02da2f1b867dc75a1d64048d1bbcfe9c5a57e5fc231936bac62d1ca9d4341')
|
||||
sha256sums_i686=('dc2af1537a199dcb37aa7ba730ae8383362ce26d8f484dd5e9a02324aba598c9')
|
||||
sha256sums_x86_64=('acafdd180dc24a6d161c1dd5f09d1478c8023a02822b31aa808dd7b506a78b9c')
|
||||
|
||||
package() {
|
||||
install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit"
|
||||
|
Loading…
x
Reference in New Issue
Block a user