Update to nightly-2025-11-02

This commit is contained in:
RuffleBuild 2025-11-02 00:18:51 +00:00
parent bedd7167b9
commit 5d8d790c58
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.11.1
pkgver = 2025.11.2
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-11-01/ruffle-nightly-2025_11_01-linux-x86_64.tar.gz
sha512sums_x86_64 = 67baca05040f9b485e4604f8ee9b77b2eb02032684dbd45bc59e42936fb7fbecb55447b0ad96cc8578de083597a46a5b340e17ef895588e93f922f7e98b88903
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-11-01/ruffle-nightly-2025_11_01-linux-aarch64.tar.gz
sha512sums_aarch64 = 99d1f2110bbee4b5f04016eaea2af8670cedbd5cce6d9b6879c58a85082277fb9c4f6fa72d86f9f863c40a2fc76679c1527b47c05de984bca0b82112bf3868ed
source_x86_64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-11-02/ruffle-nightly-2025_11_02-linux-x86_64.tar.gz
sha512sums_x86_64 = 3703f1c76940322edbd4247d6907ca202ed57b1a09dd181612e02b45b1f61e2dfe7dc044e6ddc3b098705080f4ac842c27eb158cadf5e76fdffc4168111a4c5b
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-11-02/ruffle-nightly-2025_11_02-linux-aarch64.tar.gz
sha512sums_aarch64 = 408184b01b16a71b606b1bd4c6784d376f0fe40d512a1279e5b45c46eca8d64b308947467bb43a1faa662b06507f3b802b9098b3b7c3855c372a223dcd8306ea
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2025.11.1
pkgver=2025.11.2
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-11-01/ruffle-nightly-2025_11_01-linux-x86_64.tar.gz")
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-11-01/ruffle-nightly-2025_11_01-linux-aarch64.tar.gz")
sha512sums_x86_64=(67baca05040f9b485e4604f8ee9b77b2eb02032684dbd45bc59e42936fb7fbecb55447b0ad96cc8578de083597a46a5b340e17ef895588e93f922f7e98b88903)
sha512sums_aarch64=(99d1f2110bbee4b5f04016eaea2af8670cedbd5cce6d9b6879c58a85082277fb9c4f6fa72d86f9f863c40a2fc76679c1527b47c05de984bca0b82112bf3868ed)
source_x86_64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-11-02/ruffle-nightly-2025_11_02-linux-x86_64.tar.gz")
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-11-02/ruffle-nightly-2025_11_02-linux-aarch64.tar.gz")
sha512sums_x86_64=(3703f1c76940322edbd4247d6907ca202ed57b1a09dd181612e02b45b1f61e2dfe7dc044e6ddc3b098705080f4ac842c27eb158cadf5e76fdffc4168111a4c5b)
sha512sums_aarch64=(408184b01b16a71b606b1bd4c6784d376f0fe40d512a1279e5b45c46eca8d64b308947467bb43a1faa662b06507f3b802b9098b3b7c3855c372a223dcd8306ea)
package() {
cd "$srcdir/"