Update to nightly-2025-10-01

This commit is contained in:
RuffleBuild 2025-10-01 00:19:49 +00:00
parent ae9acde220
commit 7a7931534f
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.9.29
pkgver = 2025.10.1
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-09-29/ruffle-nightly-2025_09_29-linux-x86_64.tar.gz
sha512sums_x86_64 = f0e3390b17c4c01c35e921d3dd494e4842b8f26c378257ac5580e03de28a2195d0923b013c10e6ec4b5d55cb80c43c27121afedbcadd72c27d329e139707f9e3
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-09-29/ruffle-nightly-2025_09_29-linux-aarch64.tar.gz
sha512sums_aarch64 = 19daab41a0d6f9dae0f6e6b20f97442d5c61ac11789c7e66b085ede0ea9afae5f3187125a453a39b226fd36f07ed6eb0aaeb7fb10717412f290b2eb67e0166eb
source_x86_64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-01/ruffle-nightly-2025_10_01-linux-x86_64.tar.gz
sha512sums_x86_64 = 5d25f7511be714e665bc7201ea34988aceb775df29238d98256d07285c7ed4c7a6ad748c4e8e7eca0adbd4db1345adb3923b47a485eb738b220a2f36ed7ad531
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-01/ruffle-nightly-2025_10_01-linux-aarch64.tar.gz
sha512sums_aarch64 = c7a5996b55547bc7214bad590a4511f1284e773aeb8bc9e14ff5c700d43477f89abeee67afd28d21ad80c085ef3660f2456e22eda71053e3e1ce119813532375
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2025.9.29
pkgver=2025.10.1
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-09-29/ruffle-nightly-2025_09_29-linux-x86_64.tar.gz")
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-09-29/ruffle-nightly-2025_09_29-linux-aarch64.tar.gz")
sha512sums_x86_64=(f0e3390b17c4c01c35e921d3dd494e4842b8f26c378257ac5580e03de28a2195d0923b013c10e6ec4b5d55cb80c43c27121afedbcadd72c27d329e139707f9e3)
sha512sums_aarch64=(19daab41a0d6f9dae0f6e6b20f97442d5c61ac11789c7e66b085ede0ea9afae5f3187125a453a39b226fd36f07ed6eb0aaeb7fb10717412f290b2eb67e0166eb)
source_x86_64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-01/ruffle-nightly-2025_10_01-linux-x86_64.tar.gz")
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-01/ruffle-nightly-2025_10_01-linux-aarch64.tar.gz")
sha512sums_x86_64=(5d25f7511be714e665bc7201ea34988aceb775df29238d98256d07285c7ed4c7a6ad748c4e8e7eca0adbd4db1345adb3923b47a485eb738b220a2f36ed7ad531)
sha512sums_aarch64=(c7a5996b55547bc7214bad590a4511f1284e773aeb8bc9e14ff5c700d43477f89abeee67afd28d21ad80c085ef3660f2456e22eda71053e3e1ce119813532375)
package() {
cd "$srcdir/"