mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 19:32:44 +01:00
testing/boa-cli: upgrade to 0.21
This commit is contained in:
parent
e9c77e020a
commit
3e18d341d4
@ -1,14 +1,15 @@
|
||||
# Contributor: lauren n. liberda <lauren@selfisekai.rocks>
|
||||
# Maintainer: lauren n. liberda <lauren@selfisekai.rocks>
|
||||
pkgname=boa-cli
|
||||
pkgver=0.20
|
||||
pkgver=0.21
|
||||
pkgrel=0
|
||||
pkgdesc="Embeddable and experimental Javascript engine written in Rust"
|
||||
url="https://github.com/boa-dev/boa/"
|
||||
# 32-bit: failing tests
|
||||
# loongarch64: use of unstable library feature `stdarch_loongarch` in float16 crate
|
||||
# ppc64le: corosensei crate
|
||||
# s390x: nix crate
|
||||
arch="all !armhf !armv7 !x86 !ppc64le !s390x"
|
||||
arch="all !armhf !armv7 !x86 !loongarch64 !ppc64le !s390x"
|
||||
license="MIT OR Unlicense"
|
||||
makedepends="cargo cargo-auditable"
|
||||
checkdepends="openssl-dev"
|
||||
@ -34,5 +35,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
4de38af0461df3e4a0c4a62edd819e24d61a06b82620eaf5898a50af2b20e9bc8d059ee43771030641e13c60be36b37a3d00fc0a790d20b2b54d7eaa6b7d573d boa-0.20.tar.gz
|
||||
2a1ef27c1302a7e632438822513efdffbd3bb808b6c5395d4fb5967f93ad2f8b7743e0985fc3459b7dae9f810598dade3824bc7e533a0a0a6af1ceb79baf60de boa-0.21.tar.gz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user