git-toolbelt: update to 1.9.3.
This commit is contained in:
parent
b97d45e1c7
commit
c31c6bbea9
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'git-toolbelt'
|
# Template file for 'git-toolbelt'
|
||||||
pkgname=git-toolbelt
|
pkgname=git-toolbelt
|
||||||
version=1.9.2
|
version=1.9.3
|
||||||
revision=1
|
revision=1
|
||||||
depends="git fzf"
|
depends="git fzf"
|
||||||
short_desc="Helper tools to make everyday life with Git much easier"
|
short_desc="Helper tools to make everyday life with Git much easier"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Daniel Lewan <daniel@teddydd.me>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/nvie/git-toolbelt"
|
homepage="https://github.com/nvie/git-toolbelt"
|
||||||
distfiles="https://github.com/nvie/git-toolbelt/archive/v${version}.tar.gz"
|
distfiles="https://github.com/nvie/git-toolbelt/archive/v${version}.tar.gz"
|
||||||
checksum=1bd4f01a4ad4a580ac514e298bae4d37887da27e9d295375aa645f32e30f7a33
|
checksum=d39e45a9d2a2501bc6f06fc0c5eb8f1fb7a3b372c0ee4d6def4c77541d102c44
|
||||||
conflicts="git-extras"
|
conflicts="git-extras"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in New Issue