From 8a7b301a8b3e049cb4712db23725938a7adc5e10 Mon Sep 17 00:00:00 2001 From: George Brocklehurst Date: Thu, 25 May 2017 14:51:21 -0400 Subject: [PATCH] Arch package for version 0.12 --- arch/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/PKGBUILD b/arch/PKGBUILD index 30c47d57..bf16e40a 100644 --- a/arch/PKGBUILD +++ b/arch/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: Pat Brisbin pkgname='gitsh' -pkgver=0.11.2 +pkgver=0.12 pkgrel=1 pkgdesc='An interactive shell for git' arch=('any') url="http://thoughtbot.github.io/gitsh/" license=('custom') depends=('ruby>=2.0.0' 'readline') -source=("http://thoughtbot.github.io/gitsh/gitsh-0.11.2.tar.gz") -sha256sums=('d3ef8f88417ff9bef7fd95bcd1d9011d9adaed2213094a2d056266169da1bcec') +source=("http://thoughtbot.github.io/gitsh/gitsh-0.12.tar.gz") +sha256sums=('73d8251f66f43b0e2c1ebcc8047f30d405d245f53fa35ca9ed96cfe0bead9510') build() { cd "$srcdir/$pkgname-$pkgver"