summaryrefslogtreecommitdiffstats
path: root/abs/extra/tig/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/tig/PKGBUILD')
-rw-r--r--abs/extra/tig/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra/tig/PKGBUILD b/abs/extra/tig/PKGBUILD
index 448bdee..928c311 100644
--- a/abs/extra/tig/PKGBUILD
+++ b/abs/extra/tig/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Nathan Jones <nathanj@insightbb.com>
pkgname=tig
-pkgver=2.3.2
+pkgver=2.5.1
pkgrel=1
pkgdesc='Text-mode interface for Git.'
depends=('git' 'ncurses')
@@ -14,7 +14,7 @@ license=('GPL')
arch=('x86_64')
backup=('etc/tigrc')
source=("https://github.com/jonas/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('9a9c335258d768ec10c7f1f2de4aca26')
+md5sums=('4d810b7de2dfc842ceeb8b8d88740f2c')
build() {
cd "$srcdir/$pkgname-$pkgver"