mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/boa-cli: upgrade to 0.18
This commit is contained in:
parent
6b04b373b4
commit
2bf4be083c
@ -1,15 +1,17 @@
|
||||
# Contributor: Lauren N. Liberda <lauren@selfisekai.rocks>
|
||||
# Maintainer: Lauren N. Liberda <lauren@selfisekai.rocks>
|
||||
# Contributor: lauren n. liberda <lauren@selfisekai.rocks>
|
||||
# Maintainer: lauren n. liberda <lauren@selfisekai.rocks>
|
||||
pkgname=boa-cli
|
||||
pkgver=0.17.3
|
||||
pkgver=0.18
|
||||
pkgrel=0
|
||||
pkgdesc="Embeddable and experimental Javascript engine written in Rust"
|
||||
url="https://github.com/boa-dev/boa/"
|
||||
# 32-bit: failing tests
|
||||
# s390x/riscv64: nix crate
|
||||
arch="all !armhf !armv7 !x86 !riscv64 !s390x"
|
||||
# ppc64le: corosensei crate
|
||||
# s390x: nix crate
|
||||
arch="all !armhf !armv7 !x86 !ppc64le !s390x"
|
||||
license="MIT OR Unlicense"
|
||||
makedepends="cargo cargo-auditable"
|
||||
checkdepends="openssl-dev"
|
||||
source="https://github.com/boa-dev/boa/archive/refs/tags/v$pkgver/boa-$pkgver.tar.gz"
|
||||
builddir="$srcdir/boa-$pkgver"
|
||||
|
||||
@ -32,5 +34,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
ec2f4976580aaa3589b0ff4047924ea07fc836bbce0529d6d879b4bce18c8464f74a620123b932865eb103e7ac84d5cf78594f54fea205ee5024728d78a94192 boa-0.17.3.tar.gz
|
||||
a7b61f22b7081d55316a9260da7adc740033de2258c441ce599ba082ae07d1712e51de8f575bd997b6b367bc7d0655839cfc16b0014a56283ff9de3a40c0fb12 boa-0.18.tar.gz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user