mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/mercurial: upgrade to 4.5.3
This commit is contained in:
parent
de35722a32
commit
77f12f10b0
@ -1,7 +1,7 @@
|
||||
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=mercurial
|
||||
pkgver=4.5.2
|
||||
pkgver=4.5.3
|
||||
pkgrel=0
|
||||
pkgdesc="Scalable distributed SCM tool"
|
||||
url="https://www.mercurial-scm.org"
|
||||
@ -47,7 +47,7 @@ vim() {
|
||||
|
||||
zshcomp() {
|
||||
depends=""
|
||||
pkgdesc="Zsh completions for $pkgname"
|
||||
pkgdesc="Zsh completion for $pkgname"
|
||||
install_if="$pkgname=$pkgver-r$pkgrel zsh"
|
||||
|
||||
install -Dm644 "$builddir"/contrib/zsh_completion \
|
||||
@ -56,11 +56,11 @@ zshcomp() {
|
||||
|
||||
bashcomp() {
|
||||
depends=""
|
||||
pkgdesc="Bash completions for $pkgname"
|
||||
pkgdesc="Bash completion for $pkgname"
|
||||
install_if="$pkgname=$pkgver-r$pkgrel bash-completion"
|
||||
|
||||
install -Dm644 "$builddir"/contrib/bash_completion \
|
||||
"$subpkgdir"/usr/share/bash-completion/completions/${pkgname}
|
||||
}
|
||||
|
||||
sha512sums="f70e40cba72b7955f0ecec9c1f53ffffac26f206188617cb182e22ce4f43dc8b970ce46d12c516ef88480c3fa076a59afcddd736dffb642d8e23befaf45b4941 mercurial-4.5.2.tar.gz"
|
||||
sha512sums="9c23ffefb0a194b5a88ee783186347c21e7d973524ba40119439702953b35b01ad6fbc32ce09ae169f1020963e92312a39321b1da3ffe06db1d44158761abbec mercurial-4.5.3.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user