autojump: update to 22.5.1

This commit is contained in:
Michael Aldridge 2017-05-18 20:46:09 -05:00
parent 9879e7e679
commit fce7cbe884
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'autojump'
pkgname=autojump
version=22.3.4
version=22.5.1
revision=1
wrksrc=${pkgname}-release-v${version}
hostmakedepends="python"
@ -11,7 +11,7 @@ maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
license="GPL-3"
homepage="https://github.com/wting/autojump"
distfiles="https://github.com/wting/autojump/archive/release-v${version}.tar.gz"
checksum=3fbd83f19e60514887c7efa1ce1b9015179c55c381a8867417eed933f2657984
checksum=765fabda130eb4df70d1c1e5bc172e1d18f8ec22c6b89ff98f1674335292e99f
do_install() {
# The install script does some naive checks

View File

@ -1,2 +1,2 @@
site=https://github.com/wting/autojump/releases
pattern='release-\Kv?[0-9]+\.[0-9]+\.[0-9]+(?:\.[0-9]+)?'
pattern='release-v\K[\d.]+(?=\.tar\.gz)'