summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhil Ruffwind2016-12-16 17:19:40 -0500
committerPhil Ruffwind2016-12-16 17:19:40 -0500
commit72ab834bf85f3e8475eca9c3f6336b1d69f3af43 (patch)
tree312d4d809733791a3c0e0e4c05dbac508f49f3d5 /PKGBUILD
parent86019b46ae0d8b9e764457fece20dc3bee5ee037 (diff)
downloadaur-72ab834bf85f3e8475eca9c3f6336b1d69f3af43.tar.gz
0.12.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e33772a8794..7b913668a8c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Phil Ruffwind <rf@rufflewind.com>
pkgname=gitit
-pkgver=0.12.1
+pkgver=0.12.2
pkgrel=1
pkgdesc="A wiki backed by a git, darcs, or mercurial filestore"
arch=(i686 x86_64)
@@ -10,7 +10,7 @@ depends=()
optdepends=("git: git support" "mercurial: mercurial support")
makedepends=(ghc cabal-install)
source=(https://hackage.haskell.org/package/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('c2cf094e7553e1ad6eefe59b4b7d924fe42f31dd51545193b56bcd0596f57d73')
+sha256sums=('160a928d992847823ab11982fa6465a4d80e59ce2a45e54e8a5e1838aba22b78')
build() {
cd "$srcdir/$pkgname-$pkgver"