Merge pull request #6438 from the-maldridge/autojump-update
autojump: update to 22.5.1
This commit is contained in:
commit
2fe705147d
|
@ -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
|
||||
|
|
|
@ -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)'
|
||||
|
|
Loading…
Reference in New Issue