summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredy García2018-08-19 14:28:51 -0500
committerFredy García2018-08-19 14:28:51 -0500
commit60bebe79d601079bbe271f374ab8949775ee137e (patch)
tree586eb9adb6ec5b56650118ffb35da934eace208c
parent3c3ea15d3d72099bc285819b99efbc2b3c812469 (diff)
downloadaur-60bebe79d601079bbe271f374ab8949775ee137e.tar.gz
Upgrading to version 0.1.73
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5437e4e3f3f5..3350e3f59330 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lazygit
pkgdesc = A simple terminal UI for git commands
- pkgver = 0.1.72
+ pkgver = 0.1.73
pkgrel = 1
url = https://github.com/jesseduffield/lazygit
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = lazygit
depends = glibc
provides = lazygit
conflicts = lazygit-git
- source = lazygit-0.1.72.tar.gz::https://github.com/jesseduffield/lazygit/archive/v0.1.72.tar.gz
- sha256sums = 7d0b43988fc563e35ab091b7410cbad070d69d0a491adb5b0892a81b61d55bd6
+ source = lazygit-0.1.73.tar.gz::https://github.com/jesseduffield/lazygit/archive/v0.1.73.tar.gz
+ sha256sums = 9e78b9f6391144920f35e48904bcf3a32641249a8d5eb88f6a1c6ed0dd1a1dba
pkgname = lazygit
diff --git a/PKGBUILD b/PKGBUILD
index 4c4bf2ee244e..9250bfd83f96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: fuero <fuerob@gmail.com>
pkgname=lazygit
-pkgver=0.1.72
+pkgver=0.1.73
pkgrel=1
pkgdesc="A simple terminal UI for git commands"
arch=("x86_64")
@@ -13,7 +13,7 @@ makedepends=("go-pie")
provides=("lazygit")
conflicts=("lazygit-git")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jesseduffield/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=("7d0b43988fc563e35ab091b7410cbad070d69d0a491adb5b0892a81b61d55bd6")
+sha256sums=("9e78b9f6391144920f35e48904bcf3a32641249a8d5eb88f6a1c6ed0dd1a1dba")
_commit="933aae7da12e0f5ee1ef8eada1e72e386cd68e51"
build () {