Update to nightly-2025-10-04

This commit is contained in:
RuffleBuild 2025-10-04 00:17:20 +00:00
parent 07752ec306
commit 7f22af5842
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.2
pkgver = 2025.10.4
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-02/ruffle-nightly-2025_10_02-linux-x86_64.tar.gz
sha512sums_x86_64 = 58598e4be0bd77f36d738cddb5e85ded66da95ebdfd00850ff780341a5f9dba09340acbb6233da201fbdeea07d756e3d399b4e180e92113889156b3495dc8e0c
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-02/ruffle-nightly-2025_10_02-linux-aarch64.tar.gz
sha512sums_aarch64 = 298218749bd137152ca4880dc948d101c28c04039c3724a8a983d7a148484b3f3ff213f6a85ffc82b52efefb306ed163badf59ae4093f80545a10a20a87f3bb7
source_x86_64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-04/ruffle-nightly-2025_10_04-linux-x86_64.tar.gz
sha512sums_x86_64 = 529990c8a872523319d8c390fe2eca72264a0791f374f0a52a48ef98a8f45925eff3dbd4e02de51a9c9e55689322312bb30004eb5175d6e239cc4540935dc149
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-04/ruffle-nightly-2025_10_04-linux-aarch64.tar.gz
sha512sums_aarch64 = 95c2bd18053d79b36ee35fa8a85668d17e403e0620eb2abfcb87e51dccac17455d65cb5326f791427645a8081236e7cd24e30828ee42346293040eda71d620a9
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2025.10.2
pkgver=2025.10.4
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-02/ruffle-nightly-2025_10_02-linux-x86_64.tar.gz")
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-02/ruffle-nightly-2025_10_02-linux-aarch64.tar.gz")
sha512sums_x86_64=(58598e4be0bd77f36d738cddb5e85ded66da95ebdfd00850ff780341a5f9dba09340acbb6233da201fbdeea07d756e3d399b4e180e92113889156b3495dc8e0c)
sha512sums_aarch64=(298218749bd137152ca4880dc948d101c28c04039c3724a8a983d7a148484b3f3ff213f6a85ffc82b52efefb306ed163badf59ae4093f80545a10a20a87f3bb7)
source_x86_64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-04/ruffle-nightly-2025_10_04-linux-x86_64.tar.gz")
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-04/ruffle-nightly-2025_10_04-linux-aarch64.tar.gz")
sha512sums_x86_64=(529990c8a872523319d8c390fe2eca72264a0791f374f0a52a48ef98a8f45925eff3dbd4e02de51a9c9e55689322312bb30004eb5175d6e239cc4540935dc149)
sha512sums_aarch64=(95c2bd18053d79b36ee35fa8a85668d17e403e0620eb2abfcb87e51dccac17455d65cb5326f791427645a8081236e7cd24e30828ee42346293040eda71d620a9)
package() {
cd "$srcdir/"