ansi: update to 1.1.0.
This commit is contained in:
parent
a56bd35192
commit
6ede35f843
1 changed files with 4 additions and 3 deletions
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'ansi'
|
||||
pkgname=ansi
|
||||
version=1.0.0
|
||||
version=1.1.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
depends="bash"
|
||||
short_desc="ANSI escape codes in pure Bash"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/fidian/ansi"
|
||||
changelog="https://raw.githubusercontent.com/fidian/ansi/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/fidian/ansi/archive/${version}.tar.gz"
|
||||
checksum=753c982458b43381eb918b3eeb55689874797b3aaba48cf66b347a67f665d210
|
||||
noarch=yes
|
||||
checksum=0930acff725a505e430c68784e12731e8329998d60efcd759a7ff52e6baac959
|
||||
|
||||
do_install() {
|
||||
vbin ansi
|
||||
|
|
Loading…
Reference in a new issue