Update to nightly-2025-12-19

This commit is contained in:
RuffleBuild 2025-12-19 00:18:10 +00:00
parent c377d1fda1
commit 08d3443e44
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.18
pkgver = 2025.12.19
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-18/ruffle-nightly-2025_12_18-linux-x86_64.tar.gz
sha512sums_x86_64 = 6d496ba9c6b821142e32bc4451693dbac2c68c73ca73b671bc34502e0fb165409cb8b4b3a169e7883bcf796a8a8ca168dfa96613c03ff1c5790928af8949a181
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-18/ruffle-nightly-2025_12_18-linux-aarch64.tar.gz
sha512sums_aarch64 = ddebe70169d6a894beb12735b7ba5876c29dacaa7797b8f8cea04c95cbd1129a4f057f44a58ab357ab06f64ea2e0fefebd28bc3ada262dbd46f4dda5f258fa53
source_x86_64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-19/ruffle-nightly-2025_12_19-linux-x86_64.tar.gz
sha512sums_x86_64 = 77d5d572feb7479f1d3525aed62e8df1467f01cd92018872d233b2bf09d8b9a2c613f604f6552ef32083f5c06c26b7351c65450a6488d7b10c974e9409c5a02b
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-19/ruffle-nightly-2025_12_19-linux-aarch64.tar.gz
sha512sums_aarch64 = 53312ea7ca65b6c8726454d5634140ff96a0213e27483a36e49853b7727f69c072fdd8b1a19f457aa90e956677ed4b40205bcb9cc7243897e1675592f1b8b1bf
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2025.12.18
pkgver=2025.12.19
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-18/ruffle-nightly-2025_12_18-linux-x86_64.tar.gz")
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-18/ruffle-nightly-2025_12_18-linux-aarch64.tar.gz")
sha512sums_x86_64=(6d496ba9c6b821142e32bc4451693dbac2c68c73ca73b671bc34502e0fb165409cb8b4b3a169e7883bcf796a8a8ca168dfa96613c03ff1c5790928af8949a181)
sha512sums_aarch64=(ddebe70169d6a894beb12735b7ba5876c29dacaa7797b8f8cea04c95cbd1129a4f057f44a58ab357ab06f64ea2e0fefebd28bc3ada262dbd46f4dda5f258fa53)
source_x86_64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-19/ruffle-nightly-2025_12_19-linux-x86_64.tar.gz")
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-19/ruffle-nightly-2025_12_19-linux-aarch64.tar.gz")
sha512sums_x86_64=(77d5d572feb7479f1d3525aed62e8df1467f01cd92018872d233b2bf09d8b9a2c613f604f6552ef32083f5c06c26b7351c65450a6488d7b10c974e9409c5a02b)
sha512sums_aarch64=(53312ea7ca65b6c8726454d5634140ff96a0213e27483a36e49853b7727f69c072fdd8b1a19f457aa90e956677ed4b40205bcb9cc7243897e1675592f1b8b1bf)
package() {
cd "$srcdir/"