summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2021-02-23 08:23:01 -0500
committerfrealgagu2021-02-23 08:23:01 -0500
commit6f8dd569d75490880f95265247a5ebc56e55a298 (patch)
treec9ff45d947d76737db5bdf208649de9df8660ebf
parent3a6fae3ec74ffec979c079a35eb8880834cbe715 (diff)
downloadaur-6f8dd569d75490880f95265247a5ebc56e55a298.tar.gz
Upgrading to version 0.25
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57bd3db3c6d3..c4f580e00d97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = lazygit
pkgdesc = A simple terminal UI for git commands
- pkgver = 0.24.2
- pkgrel = 2
+ pkgver = 0.25
+ pkgrel = 1
url = https://github.com/jesseduffield/lazygit
arch = x86_64
license = MIT
makedepends = go
depends = git
depends = glibc
- source = lazygit-0.24.2.tar.gz::https://github.com/jesseduffield/lazygit/archive/v0.24.2.tar.gz
- sha256sums = 95f629d57b459a3414af0582c20835edc970ec83a2c791cff97e5b8aac3b7025
+ source = lazygit-0.25.tar.gz::https://github.com/jesseduffield/lazygit/archive/v0.25.tar.gz
+ sha256sums = a8b880be3bc74475e006c24fd6cb4ad3814975bb8955fc75255115cd3b0c5df1
pkgname = lazygit
diff --git a/PKGBUILD b/PKGBUILD
index fe16ca732db5..4a80525ef7db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: fuero <fuerob@gmail.com>
pkgname=lazygit
-pkgver=0.24.2
-pkgrel=2
+pkgver=0.25
+pkgrel=1
pkgdesc="A simple terminal UI for git commands"
arch=("x86_64")
url="https://github.com/jesseduffield/${pkgname}"
@@ -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=("95f629d57b459a3414af0582c20835edc970ec83a2c791cff97e5b8aac3b7025")
-_commit="d7c9243880b973c137378569dec7d408b695f36f"
+sha256sums=("a8b880be3bc74475e006c24fd6cb4ad3814975bb8955fc75255115cd3b0c5df1")
+_commit="b726dcc770fe90c3a7c9430c6624bfd5b9de68ca"
prepare() {
mkdir -p "${srcdir}/src/github.com/jesseduffield"