summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredy García2018-08-18 22:40:43 -0500
committerFredy García2018-08-18 22:40:43 -0500
commitf1bbab54a0300d2bb2fc4c449bc8684f79d842be (patch)
tree33d354c72454022d63a1272757c0c56a0b6c3fa9
parent7e9478da7d52fa82b59b669b825b3711ef79036f (diff)
downloadaur-f1bbab54a0300d2bb2fc4c449bc8684f79d842be.tar.gz
Upgrading to version 0.1.69
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f06ed504a83b..0c043bacf1ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lazygit
pkgdesc = A simple terminal UI for git commands
- pkgver = 0.1.68
+ pkgver = 0.1.69
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.68.tar.gz::https://github.com/jesseduffield/lazygit/archive/v0.1.68.tar.gz
- sha256sums = 4ba2a634ed263e88aa8b07466faf669ceae81aaed047121b0beb434b4db0a475
+ source = lazygit-0.1.69.tar.gz::https://github.com/jesseduffield/lazygit/archive/v0.1.69.tar.gz
+ sha256sums = 680e286b940e8047e48e225bfce8ceb9da04f8ab67bece6bdf4f88c44425568c
pkgname = lazygit
diff --git a/PKGBUILD b/PKGBUILD
index 3341f4c313bc..27b2c1194684 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: fuero <fuerob@gmail.com>
pkgname=lazygit
-pkgver=0.1.68
+pkgver=0.1.69
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=('4ba2a634ed263e88aa8b07466faf669ceae81aaed047121b0beb434b4db0a475')
+sha256sums=("680e286b940e8047e48e225bfce8ceb9da04f8ab67bece6bdf4f88c44425568c")
_commit="933aae7da12e0f5ee1ef8eada1e72e386cd68e51"
build () {