summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2020-10-13 20:30:24 -0500
committerfrealgagu2020-10-13 20:30:24 -0500
commitd718a69f2dacf8df5fb1e6d3ad882908daa2d243 (patch)
tree43147ba0fcabbd924b803d33a36d439c5c1fa489
parent408c457664232a795f49ad7e5af6efed12b42236 (diff)
downloadaur-d718a69f2dacf8df5fb1e6d3ad882908daa2d243.tar.gz
Upgrading to version 0.23.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 144431d5a353..efa832710a7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lazygit
pkgdesc = A simple terminal UI for git commands
- pkgver = 0.22.8
+ pkgver = 0.23.5
pkgrel = 1
url = https://github.com/jesseduffield/lazygit
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = lazygit
makedepends = go
depends = git
depends = glibc
- source = lazygit-0.22.8.tar.gz::https://github.com/jesseduffield/lazygit/archive/v0.22.8.tar.gz
- sha256sums = 1771c113b8b93db3321a90ff8270e736628a156a44bd6963200656a49ab488c1
+ source = lazygit-0.23.5.tar.gz::https://github.com/jesseduffield/lazygit/archive/v0.23.5.tar.gz
+ sha256sums = 947072ae2f83b52747adae99988e5159d629bb449962612efdf0ad6daad67688
pkgname = lazygit
diff --git a/PKGBUILD b/PKGBUILD
index d53abb87310b..451c675bb8b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: fuero <fuerob@gmail.com>
pkgname=lazygit
-pkgver=0.22.8
+pkgver=0.23.5
pkgrel=1
pkgdesc="A simple terminal UI for git commands"
arch=("x86_64")
@@ -11,8 +11,8 @@ license=("MIT")
depends=("git" "glibc")
makedepends=("go")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jesseduffield/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=("1771c113b8b93db3321a90ff8270e736628a156a44bd6963200656a49ab488c1")
-_commit="307d051ec2ec03a2fcd347ce94f205aa2dca75fc"
+sha256sums=("947072ae2f83b52747adae99988e5159d629bb449962612efdf0ad6daad67688")
+_commit="d2ea5dd8b7fe62228854ad7f1a3a1d4681378b69"
prepare() {
mkdir -p "${srcdir}/src/github.com/jesseduffield"