summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Swanson2015-03-24 16:22:54 -0700
committerMike Swanson2015-03-24 16:22:54 -0700
commitb396a01a4b7a8f72d56aeafd28c3416c49bdcec9 (patch)
tree0b5affd277f11a2647806215c41472c6278798c3 /PKGBUILD
parentd7b2052307d55f83dbbe69d0b6a73461b916fbcf (diff)
downloadaur-b396a01a4b7a8f72d56aeafd28c3416c49bdcec9.tar.gz
Update autorevision to 1.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68351546b805..62dbe276a20b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
pkgname=autorevision
-pkgver=1.11
+pkgver=1.12
pkgrel=1
pkgdesc="Extracts metadata about the head of a repository; useful for build scripts."
arch=('any')
-url="http://www.catb.org/~esr/autorevision/"
+url="https://autorevision.github.io/"
license=('BSD')
makedepends=('asciidoc')
source=(https://github.com/Autorevision/autorevision/releases/download/v%2F${pkgver}/autorevision-${pkgver}.tgz)
-sha256sums=('d029b9eadf8f53a8eddb3d2504ef1a57825fed8fd4b708b23d4cfcb9404c99df')
+sha256sums=('d7f44ea446e2b737cc47792d13021e9e52d4fcfca52e2ddc4d8968eada3bf6dc')
build() {
cd "$srcdir/$pkgname-${pkgver}"