Update to nightly-2025-10-30

This commit is contained in:
RuffleBuild 2025-10-30 00:18:04 +00:00
parent 25d1751c6f
commit e7dc758056
2 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
pkgbase = ruffle-nightly-bin
pkgdesc = A Flash Player emulator written in Rust
pkgver = 2025.10.29
pkgver = 2025.10.30
pkgrel = 1
url = https://ruffle.rs/
arch = x86_64
@ -12,9 +12,9 @@ pkgbase = ruffle-nightly-bin
depends = alsa-lib
provides = ruffle
conflicts = ruffle
source_x86_64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-29/ruffle-nightly-2025_10_29-linux-x86_64.tar.gz
sha512sums_x86_64 = 35f2bebd178b2e650c8aeb174ae5aa0280daaace72e6c13cfc023a024a70cbad230ab57f5e43b84760b7523157dd535ad982bb3f15a166bbe87e0656d85330cb
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-29/ruffle-nightly-2025_10_29-linux-aarch64.tar.gz
sha512sums_aarch64 = 9e4b840ab41789a633c4f03eb8951e78e0a99e0776b661d17ac7113a312a86b9becf9507cc0a660f94c1a3dee9e49e746a17caabff1281591d20490df8a8dc08
source_x86_64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-30/ruffle-nightly-2025_10_30-linux-x86_64.tar.gz
sha512sums_x86_64 = 7b09697606faa3d3ff9a6fc6ddb080db35c984202f49eb17834954300f36fa37783efad0da8a94a24509e4f0662f2bab30d37fe7545152410f451d4fa63f5a52
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-30/ruffle-nightly-2025_10_30-linux-aarch64.tar.gz
sha512sums_aarch64 = 6d0280002e513da6e003d96c67c0c8a201884c3085be12ae4431afa590d1c80d47574a6f82de6d78ae7ae6b8a613ca4d521d5cb7fd611d62d7b7d62fe59da7e8
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2025.10.29
pkgver=2025.10.30
pkgrel=1
pkgdesc="A Flash Player emulator written in Rust"
arch=('x86_64' 'aarch64')
@ -9,10 +9,10 @@ license=('Apache' 'MIT')
depends=(zlib libxcb alsa-lib)
provides=(ruffle)
conflicts=(ruffle)
source_x86_64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-29/ruffle-nightly-2025_10_29-linux-x86_64.tar.gz")
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-29/ruffle-nightly-2025_10_29-linux-aarch64.tar.gz")
sha512sums_x86_64=(35f2bebd178b2e650c8aeb174ae5aa0280daaace72e6c13cfc023a024a70cbad230ab57f5e43b84760b7523157dd535ad982bb3f15a166bbe87e0656d85330cb)
sha512sums_aarch64=(9e4b840ab41789a633c4f03eb8951e78e0a99e0776b661d17ac7113a312a86b9becf9507cc0a660f94c1a3dee9e49e746a17caabff1281591d20490df8a8dc08)
source_x86_64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-30/ruffle-nightly-2025_10_30-linux-x86_64.tar.gz")
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-30/ruffle-nightly-2025_10_30-linux-aarch64.tar.gz")
sha512sums_x86_64=(7b09697606faa3d3ff9a6fc6ddb080db35c984202f49eb17834954300f36fa37783efad0da8a94a24509e4f0662f2bab30d37fe7545152410f451d4fa63f5a52)
sha512sums_aarch64=(6d0280002e513da6e003d96c67c0c8a201884c3085be12ae4431afa590d1c80d47574a6f82de6d78ae7ae6b8a613ca4d521d5cb7fd611d62d7b7d62fe59da7e8)
package() {
cd "$srcdir/"