Update to nightly-2025-10-10

This commit is contained in:
RuffleBuild 2025-10-10 00:19:07 +00:00
parent 5b2a1bf144
commit 0da70f8eda
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.8
pkgver = 2025.10.10
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-08/ruffle-nightly-2025_10_08-linux-x86_64.tar.gz
sha512sums_x86_64 = 8c0d07dd488f24f634a236d5e3c4768a83effb3e37e6508398014da7647a969c3188b02f67c9c942ccf237b45228c6f91b7dfa357c95e4edd0668f8e79e7ef23
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-08/ruffle-nightly-2025_10_08-linux-aarch64.tar.gz
sha512sums_aarch64 = bdb04f01d532d37d7af7b529a7a53022c4077aabfa6f7378e5c1b9927fbc14bf6e9568c27935679b65bc2ddccbbbd7f810cc9b517b53ff345c5f1c97002382c0
source_x86_64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-10/ruffle-nightly-2025_10_10-linux-x86_64.tar.gz
sha512sums_x86_64 = 90bd5129631c23b9c6c4ec53ca16278e92bc33046ca97abbcc57753e3f1a9a91bf6291495a05f7a6a9054b040640453d458aa54b9c5189c50d37cd78d71be226
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-10/ruffle-nightly-2025_10_10-linux-aarch64.tar.gz
sha512sums_aarch64 = 3ed1aa3fd0f93606a4eb320751382a147a4b5ddd2c6191fec8cb9efba7acdfab334cbdff5254f1ea05e977e6d1a97e7c2fa2303565f0bb9d70cab501c8531dca
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2025.10.8
pkgver=2025.10.10
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-08/ruffle-nightly-2025_10_08-linux-x86_64.tar.gz")
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-08/ruffle-nightly-2025_10_08-linux-aarch64.tar.gz")
sha512sums_x86_64=(8c0d07dd488f24f634a236d5e3c4768a83effb3e37e6508398014da7647a969c3188b02f67c9c942ccf237b45228c6f91b7dfa357c95e4edd0668f8e79e7ef23)
sha512sums_aarch64=(bdb04f01d532d37d7af7b529a7a53022c4077aabfa6f7378e5c1b9927fbc14bf6e9568c27935679b65bc2ddccbbbd7f810cc9b517b53ff345c5f1c97002382c0)
source_x86_64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-10/ruffle-nightly-2025_10_10-linux-x86_64.tar.gz")
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-10/ruffle-nightly-2025_10_10-linux-aarch64.tar.gz")
sha512sums_x86_64=(90bd5129631c23b9c6c4ec53ca16278e92bc33046ca97abbcc57753e3f1a9a91bf6291495a05f7a6a9054b040640453d458aa54b9c5189c50d37cd78d71be226)
sha512sums_aarch64=(3ed1aa3fd0f93606a4eb320751382a147a4b5ddd2c6191fec8cb9efba7acdfab334cbdff5254f1ea05e977e6d1a97e7c2fa2303565f0bb9d70cab501c8531dca)
package() {
cd "$srcdir/"