bash-preexec: update to 0.2.2.
This commit is contained in:
parent
032dc48d45
commit
33814632fe
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bash-preexec'
|
# Template file for 'bash-preexec'
|
||||||
pkgname=bash-preexec
|
pkgname=bash-preexec
|
||||||
version=0.2.1
|
version=0.2.2
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="bash"
|
depends="bash"
|
||||||
short_desc="Preexec and Precmd functions for Bash just like Zsh"
|
short_desc="Preexec and Precmd functions for Bash just like Zsh"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/rcaloras/bash-preexec"
|
homepage="https://github.com/rcaloras/bash-preexec"
|
||||||
distfiles="https://github.com/rcaloras/bash-preexec/archive/${version}.tar.gz"
|
distfiles="https://github.com/rcaloras/bash-preexec/archive/${version}.tar.gz"
|
||||||
checksum=017e0f06a5213f9a71a8fe6a368b5737470f9d8bd180a910c49d6ef616894f7b
|
checksum=68e748308754437bad0f948cde8dd3a903ad53d919b4e0ce7b18e012895e6fa8
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin bash-preexec.sh
|
vbin bash-preexec.sh
|
||||||
|
|
Loading…
Reference in a new issue