summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfrealgagu2018-08-07 12:27:08 -0500
committerfrealgagu2018-08-07 12:27:08 -0500
commitcff749eab8b4150dbcddb31ea367d46cea51b5c9 (patch)
tree9de7f7537252e9198daaee06179f4db9f6e4903e /PKGBUILD
parent6532ffd9f4c02aa28055921e5b48aa474ea20e1f (diff)
downloadaur-cff749eab8b4150dbcddb31ea367d46cea51b5c9.tar.gz
Upgrading to version 0.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 395d57ad3d9c..35f7e92d0288 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fredy GarcĂ­a <frealgagu at gmail dot com>
pkgname=lazygit
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="A simple terminal UI for git commands"
arch=("x86_64")
@@ -10,7 +10,7 @@ license=("MIT")
depends=("glibc")
makedepends=("go-pie")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jesseduffield/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=("7e50e3db8cbffebe8b268758bcd8f8c78840b88a84582f8c1ff0e1dfcb83faa8")
+sha256sums=("70a4d465463843e1f28b21c800c3eb46157b0e7bc94f4c91c8fe82a9c76dad45")
build () {
msg2 "Linking to repository path..."