Update to nightly-2025-12-11

This commit is contained in:
RuffleBuild 2025-12-11 00:22:49 +00:00
parent 5e75023370
commit 59f579abd0
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.12.10
pkgver = 2025.12.11
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-12-10/ruffle-nightly-2025_12_10-linux-x86_64.tar.gz
sha512sums_x86_64 = 793a9abdc54613d809a58e8c3e3ac68384ee5ebb45ea7f1a784e4402424aab55f57ff88056493622f9efcd5a9c3aee847645f48ebf5a3e5c9766db258b864ada
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-10/ruffle-nightly-2025_12_10-linux-aarch64.tar.gz
sha512sums_aarch64 = 4aa3509dc6ec88108021cc600174c61efad852c60660219d8c4d66a33489a1d68341ddde273e32662257bd30b5c2522739759201734b01023d77e4a99834072a
source_x86_64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-11/ruffle-nightly-2025_12_11-linux-x86_64.tar.gz
sha512sums_x86_64 = 6d6a86cccec4cffc0ca36aa17cff5bf9a88cb9a0c88ac3ec81df77a1eb6d7eda563b67090946c218258969f6b67ec61f0809c6365e559788b4f8145a7364e063
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-11/ruffle-nightly-2025_12_11-linux-aarch64.tar.gz
sha512sums_aarch64 = d1eb267c3a1f7b4f6e3d2d3aafec04f9b27ae8a6457cbf6e88e64cacd28b3a1277871a8118401b34845ab846b8ba97fb8c2f3539723b47f92e6509f2527fb558
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2025.12.10
pkgver=2025.12.11
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-12-10/ruffle-nightly-2025_12_10-linux-x86_64.tar.gz")
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-10/ruffle-nightly-2025_12_10-linux-aarch64.tar.gz")
sha512sums_x86_64=(793a9abdc54613d809a58e8c3e3ac68384ee5ebb45ea7f1a784e4402424aab55f57ff88056493622f9efcd5a9c3aee847645f48ebf5a3e5c9766db258b864ada)
sha512sums_aarch64=(4aa3509dc6ec88108021cc600174c61efad852c60660219d8c4d66a33489a1d68341ddde273e32662257bd30b5c2522739759201734b01023d77e4a99834072a)
source_x86_64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-11/ruffle-nightly-2025_12_11-linux-x86_64.tar.gz")
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-11/ruffle-nightly-2025_12_11-linux-aarch64.tar.gz")
sha512sums_x86_64=(6d6a86cccec4cffc0ca36aa17cff5bf9a88cb9a0c88ac3ec81df77a1eb6d7eda563b67090946c218258969f6b67ec61f0809c6365e559788b4f8145a7364e063)
sha512sums_aarch64=(d1eb267c3a1f7b4f6e3d2d3aafec04f9b27ae8a6457cbf6e88e64cacd28b3a1277871a8118401b34845ab846b8ba97fb8c2f3539723b47f92e6509f2527fb558)
package() {
cd "$srcdir/"