1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

testing/rio: upgrade to 0.2.20

This commit is contained in:
Nicolas Lorin 2025-06-21 13:08:10 +02:00 committed by Patrycja Rosa
parent e87c5b16fa
commit 7d52cfd29e

View file

@ -2,12 +2,13 @@
# Contributor: Fabricio Silva <hi@fabricio.dev>
# Maintainer: Nicolas Lorin <androw95220@gmail.com>
pkgname=rio
pkgver=0.2.16
pkgver=0.2.20
pkgrel=0
pkgdesc="A hardware-accelerated GPU terminal emulator powered by WebGPU, focusing to run in desktops and browsers."
url="https://raphamorim.io/rio"
# loongarch64: blocked by libc crate
arch="all !s390x !loongarch64"
# s390x: blocked by spirv-cross2 crate
# x86, armv7, armhf: otm error
arch="all !s390x !x86 !armv7 !armhf"
license="MIT"
# net: required to fetch rust dependencies
options="net"
@ -53,5 +54,5 @@ terminfo() {
}
sha512sums="
21d6d82a2e49af6b379b6ffd36799691df4d6e0731c37f2e878ec2bbaac05a910b23f075ca67426154aab4fb481525583b3d5b0457029850e81c03ad8662b470 rio-0.2.16.tar.gz
d4066083af5df346e8d942309d25167eb9229a11abfd9d75af19284be2ef3663995185abfa59b1be43c0663810e1312b2c0dac327d36004f56335704c351a507 rio-0.2.20.tar.gz
"