desktop/bashrun: Updated for version 0.16.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
674c7cf983
commit
74ef8f6797
|
@ -1,5 +1,3 @@
|
|||
bashrun (X11 application launcher based on bash)
|
||||
|
||||
Bashrun provides a powerful application launcher by running a
|
||||
specialized bash session in a small terminal window, conveniently
|
||||
providing bash features like tab-completion and history. Additional
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# Public domain.
|
||||
|
||||
PRGNAM=bashrun
|
||||
VERSION=${VERSION:-0.16}
|
||||
VERSION=${VERSION:-0.16.1}
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="bashrun"
|
||||
VERSION="0.16"
|
||||
VERSION="0.16.1"
|
||||
HOMEPAGE="http://bashrun.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/bashrun/bashrun-0.16.tar.gz"
|
||||
MD5SUM="f927f29edb209b1028a88cf9db8569d7"
|
||||
DOWNLOAD="http://ovh.dl.sourceforge.net/project/bashrun/Bashrun/bashrun-0.16.1/bashrun-0.16.1.tar.gz"
|
||||
MD5SUM="cfc3b503fed6c2553f9e385617a9d1d1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Mikko Värri"
|
||||
EMAIL="vmj@linuxbox.fi"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="dsomero,Niels Horn"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
bashrun: bashrun (X11 application launcher based on bash)
|
||||
bashrun:
|
||||
bashrun:
|
||||
bashrun: Bashrun provides a powerful application launcher by running a
|
||||
bashrun: specialized bash session in a small terminal window, conveniently
|
||||
bashrun: providing bash features like tab-completion and history. Additional
|
||||
|
@ -15,5 +15,5 @@ bashrun: features include user configurable rules for automatically launching
|
|||
bashrun: certain commands in a new terminal window, looking up manual and
|
||||
bashrun: info pages, performing dict and google queries, defining bookmarks
|
||||
bashrun: for webpages or piping command output to the clipboard.
|
||||
bashrun:
|
||||
bashrun:
|
||||
bashrun: http://bashrun.sourceforge.net/
|
||||
|
|
Loading…
Reference in New Issue