From c8acf9f3fc7abe77fb513689391fd2ad48a4443f Mon Sep 17 00:00:00 2001 From: George Brocklehurst Date: Fri, 26 Sep 2014 15:46:49 +0200 Subject: [PATCH] Arch package for version 0.8 --- arch/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/PKGBUILD b/arch/PKGBUILD index dc1aab8f..ca8eba8b 100644 --- a/arch/PKGBUILD +++ b/arch/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: Pat Brisbin pkgname='gitsh' -pkgver=0.7 +pkgver=0.8 pkgrel=1 pkgdesc='An interactive shell for git' arch=('any') url="http://thoughtbot.github.io/gitsh/" license=('custom') depends=('ruby>=1.9.3') -source=("http://thoughtbot.github.io/gitsh/gitsh-0.7.tar.gz") -sha1sums=('ca88c3045b9f10e4fd910a3d6de2a36f435c4e4c') +source=("http://thoughtbot.github.io/gitsh/gitsh-0.8.tar.gz") +sha1sums=('68e007d7bfc76b953c681fd1990dd4d3e228e453') build() { cd "$srcdir/$pkgname-$pkgver"