bash-preexec: update to 0.5.0.

This commit is contained in:
Andrea Brancaleoni 2022-09-19 10:36:20 +02:00
parent ecc9bb6554
commit aa57bc07cd
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'bash-preexec' # Template file for 'bash-preexec'
pkgname=bash-preexec pkgname=bash-preexec
version=0.4.1 version=0.5.0
revision=1 revision=1
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"
@ -8,7 +8,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
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=5e6515d247e6156c99a31de6db58e9cbef53071806292a1ca10b7af74633a8c9 checksum=23c589cd1da209c0598f92fac8d81bb11632ba1b2e68ccaf4ad2c4f3204b877c
do_install() { do_install() {
vbin bash-preexec.sh vbin bash-preexec.sh