mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
eva: bump revision and update checksum
Upstream re-released v0.3.0, so the builds fail with bad checksum right now.
This commit is contained in:
parent
15ca5a04c6
commit
58d4e99d6c
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'eva'
|
# Template file for 'eva'
|
||||||
pkgname=eva
|
pkgname=eva
|
||||||
version=0.3.0
|
version=0.3.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="Simple calculator REPL, similar to bc(1)"
|
short_desc="Simple calculator REPL, similar to bc(1)"
|
||||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/NerdyPepper/eva"
|
homepage="https://github.com/NerdyPepper/eva"
|
||||||
distfiles="https://github.com/NerdyPepper/eva/archive/v${version}.tar.gz"
|
distfiles="https://github.com/NerdyPepper/eva/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=05e2cdcfd91e6abef91cb01ad3074583b8289f6e74054e070bfbf6a4e684865e
|
checksum=5ee80a64de05ff952e9fd69fff6050d8e5c602428ad8ad3b357db6b813e1372f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue