git-bashcompletion: 2.12.2 -> 2.13.3

This commit is contained in:
Thomas Penteker 2017-07-25 14:44:13 +02:00
parent 50aef51697
commit 898b0debc6
3 changed files with 5 additions and 6 deletions

View File

@ -1 +0,0 @@
4294d6110da8693b3fa06533be56ae2b git-completion.bash

View File

@ -1,5 +1,4 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Y80mhX0shNp9OSUTagbK9RaoR5WwQ+GbJJZiRgGCqNHaS43yk/oqAvpXU0BRVSL2LDsSrKsM1RPaA0xd0MJVAg=
SHA256 (Pkgfile) = 456bd6b4ba125d10d79d0453ce66b68aa27858211bfd91b8ff95627b3fbcb45a
RWSE3ohX2g5d/cv5xRvhFs+SbdAL3iT3VZYHFe5aKbFBVOpYo1/fa5jWahRnEyu74tM0shtOavcD0cNIzDTlc710NuGWV6dGVwk=
SHA256 (Pkgfile) = b56764428c68661ab126d1468186d2fc3d32bc7ccb57b446e75e18073b0a5414
SHA256 (.footprint) = 1bc3e7b105d6608708dfdd99aaa042d82109bf6288740708ed31226331cf194e
SHA256 (git-completion.bash) = 2e33aca5d0fb1b4f613d99c5a19106c43fd1e2daa8f77d0574ccac1d6f4bcdcd

View File

@ -4,11 +4,12 @@
# Depends on: bash-completion git
name=git-bashcompletion
version=2.12.2
version=2.13.3
release=1
source=(http://repo.or.cz/git.git/blob_plain/refs/tags/v${version}:/contrib/completion/git-completion.bash)
source=()
build() {
wget http://repo.or.cz/git.git/blob_plain/refs/tags/v${version}:/contrib/completion/git-completion.bash
install -D -m 644 git-completion.bash \
$PKG/usr/share/bash-completion/completions/git
}