summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2018-08-14 20:20:09 -0500
committerfrealgagu2018-08-14 20:20:09 -0500
commit2faaee6954695ea1654227f7023b7b28c44e285e (patch)
tree1211c817627d436eb6d7290953642363477239fe
parent4c8f9c7068d1d9baf5a90f40b36eb65a5e471737 (diff)
downloadaur-2faaee6954695ea1654227f7023b7b28c44e285e.tar.gz
Upgrading to version 0.1.60
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91b0d7502e8a..f99b8a11e156 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lazygit
pkgdesc = A simple terminal UI for git commands
- pkgver = 0.1.59
+ pkgver = 0.1.60
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.59.tar.gz::https://github.com/jesseduffield/lazygit/archive/v0.1.59.tar.gz
- sha256sums = 011019983746869849cda61142fd199ae357774d9e1a7d07103782c627ae11e3
+ source = lazygit-0.1.60.tar.gz::https://github.com/jesseduffield/lazygit/archive/v0.1.60.tar.gz
+ sha256sums = f66e03a779d8247b8b0272bb42ef8ccaa4c6fbe118c61a232eb67b6ab5f4060f
pkgname = lazygit
diff --git a/PKGBUILD b/PKGBUILD
index 2b4a59e402e2..451edc88ced1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: fuero <fuerob@gmail.com>
pkgname=lazygit
-pkgver=0.1.59
+pkgver=0.1.60
pkgrel=1
pkgdesc="A simple terminal UI for git commands"
arch=("x86_64")
@@ -13,8 +13,8 @@ makedepends=("go-pie")
provides=("lazygit")
conflicts=("lazygit-git")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jesseduffield/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=("011019983746869849cda61142fd199ae357774d9e1a7d07103782c627ae11e3")
-_commit="652237d48fabc401d795e9703c12fd37e2ec478e"
+sha256sums=("f66e03a779d8247b8b0272bb42ef8ccaa4c6fbe118c61a232eb67b6ab5f4060f")
+_commit="7002ee5d9b9b60b07657f6a985db9747f3c38b75"
build () {
echo "Linking to repository path..."