eva: update to 0.2.7.

This commit is contained in:
Jan Christian Grünhage 2019-12-30 23:30:43 -03:00 committed by Piraty
parent e93e0c5444
commit 282be669b1

View file

@ -1,6 +1,6 @@
# Template file for 'eva'
pkgname=eva
version=0.2.5
version=0.2.7
revision=1
build_style=cargo
short_desc="Simple calculator REPL, similar to bc(1)"
@ -8,8 +8,8 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT"
homepage="https://github.com/NerdyPepper/eva"
distfiles="https://github.com/NerdyPepper/eva/archive/v${version}.tar.gz"
checksum=0560cf35cfe79ec4dbc57c1d8d9818c94871d92af896a7644fda3ebedd4d6065
checksum=72b2e47e987102d67c9dcbb60e26c4ff0b20e6f844d0d2b9d91c3f073374aee0
post_install() {
vlicense LICENCE
vlicense LICENSE
}