mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
verilator: update to 4.222.
This commit is contained in:
parent
a940978634
commit
fc5efdf02d
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'verilator'
|
# Template file for 'verilator'
|
||||||
pkgname=verilator
|
pkgname=verilator
|
||||||
version=4.104
|
version=4.222
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="autoconf flex"
|
hostmakedepends="autoconf flex python3"
|
||||||
makedepends="libfl-devel"
|
makedepends="libfl-devel"
|
||||||
short_desc="SystemVerilog simulator and lint system"
|
short_desc="SystemVerilog simulator and lint system"
|
||||||
maintainer="Sasha Krassovsky <krassovskysasha@gmail.com>"
|
maintainer="Sasha Krassovsky <krassovskysasha@gmail.com>"
|
||||||
license="LGPL-3.0-only"
|
license="LGPL-3.0-only"
|
||||||
homepage="https://veripool.org/wiki/verilator"
|
homepage="https://veripool.org/wiki/verilator"
|
||||||
distfiles="https://github.com/verilator/verilator/archive/v${version}.tar.gz"
|
distfiles="https://github.com/verilator/verilator/archive/v${version}.tar.gz"
|
||||||
checksum=6d42fa468234461e4a0c3154d5602cdded7b22d57f14be92c27a65d418a4a010
|
checksum=15c60175807c0f3536c3c5b435f131c2b1e8725aefd30645efd946bf401b4c84
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoconf
|
autoconf
|
||||||
|
|
Loading…
Add table
Reference in a new issue