Update to nightly-2025-12-20

This commit is contained in:
RuffleBuild 2025-12-20 00:20:44 +00:00
parent 08d3443e44
commit c452677971
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.19
pkgver = 2025.12.20
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-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
source_x86_64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-20/ruffle-nightly-2025_12_20-linux-x86_64.tar.gz
sha512sums_x86_64 = 1fde6b9f158b01eae974c0bd50f8fb5cf4a00eecaa6ce4764f8b6d67d1f3b0b57f49f707c387b6574dde14c028c01ca0bec512eb114a41240640da51207ef3fd
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-20/ruffle-nightly-2025_12_20-linux-aarch64.tar.gz
sha512sums_aarch64 = a7e01b069a5d83646bbe1a0f32ad042fb22c0f9d19429fb2323b6de44f222af8605a1483470cffad88e43467652c015b61802efc055f2763921ec0f8f3fb8b4d
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2025.12.19
pkgver=2025.12.20
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-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)
source_x86_64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-20/ruffle-nightly-2025_12_20-linux-x86_64.tar.gz")
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-20/ruffle-nightly-2025_12_20-linux-aarch64.tar.gz")
sha512sums_x86_64=(1fde6b9f158b01eae974c0bd50f8fb5cf4a00eecaa6ce4764f8b6d67d1f3b0b57f49f707c387b6574dde14c028c01ca0bec512eb114a41240640da51207ef3fd)
sha512sums_aarch64=(a7e01b069a5d83646bbe1a0f32ad042fb22c0f9d19429fb2323b6de44f222af8605a1483470cffad88e43467652c015b61802efc055f2763921ec0f8f3fb8b4d)
package() {
cd "$srcdir/"