mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 11:03:06 +02:00
bash-preexec: update to 0.6.0.
This commit is contained in:
parent
1934f9207c
commit
1fc99895a2
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'bash-preexec'
|
# Template file for 'bash-preexec'
|
||||||
pkgname=bash-preexec
|
pkgname=bash-preexec
|
||||||
version=0.5.0
|
version=0.6.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=23c589cd1da209c0598f92fac8d81bb11632ba1b2e68ccaf4ad2c4f3204b877c
|
checksum=1a987c0ef0e9cfa0391389327c5aef30166325b32666adde3daa9b809850cdd1
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin bash-preexec.sh
|
vbin bash-preexec.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue