Update to nightly-2025-12-14

This commit is contained in:
RuffleBuild 2025-12-14 00:19:42 +00:00
parent 43530eca0d
commit 320afe6cd4
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.13
pkgver = 2025.12.14
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-13/ruffle-nightly-2025_12_13-linux-x86_64.tar.gz
sha512sums_x86_64 = 44046197db2e4022157f97c2e23e1f508e19e2e162c5dbc55bff1499464ab731aa548e8dfd1c1664178037a2226d7c3f8c2ab33eb965f6891a92d13d4c401a12
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-13/ruffle-nightly-2025_12_13-linux-aarch64.tar.gz
sha512sums_aarch64 = da58d6990ad1f7c01e2b636dc31d80b1377a18883881b9487875d8e976cc53f1bcc51c2e80a88fbcbb82a137bcb43d40c58ffd15e27a6219cc89748ac9a31870
source_x86_64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-14/ruffle-nightly-2025_12_14-linux-x86_64.tar.gz
sha512sums_x86_64 = f9e9de5d1c0fbab6cf703464887cb7daa3e2352b83a6da8324d7ca0097c5ea6f85ff49b14e3cb8930b5d0d5442667d5393deeec47a0efc8607eface046a6ab23
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-14/ruffle-nightly-2025_12_14-linux-aarch64.tar.gz
sha512sums_aarch64 = 90e4cfa74d97fac7b53dd3ca6ca725b25e5eeaa6a5007d2910d18d2cd0db25555cc1024cd52520f01b5396fed92c53eb37e4e1e3b7cf52f2154e157c30e8447c
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2025.12.13
pkgver=2025.12.14
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-13/ruffle-nightly-2025_12_13-linux-x86_64.tar.gz")
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-13/ruffle-nightly-2025_12_13-linux-aarch64.tar.gz")
sha512sums_x86_64=(44046197db2e4022157f97c2e23e1f508e19e2e162c5dbc55bff1499464ab731aa548e8dfd1c1664178037a2226d7c3f8c2ab33eb965f6891a92d13d4c401a12)
sha512sums_aarch64=(da58d6990ad1f7c01e2b636dc31d80b1377a18883881b9487875d8e976cc53f1bcc51c2e80a88fbcbb82a137bcb43d40c58ffd15e27a6219cc89748ac9a31870)
source_x86_64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-14/ruffle-nightly-2025_12_14-linux-x86_64.tar.gz")
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-14/ruffle-nightly-2025_12_14-linux-aarch64.tar.gz")
sha512sums_x86_64=(f9e9de5d1c0fbab6cf703464887cb7daa3e2352b83a6da8324d7ca0097c5ea6f85ff49b14e3cb8930b5d0d5442667d5393deeec47a0efc8607eface046a6ab23)
sha512sums_aarch64=(90e4cfa74d97fac7b53dd3ca6ca725b25e5eeaa6a5007d2910d18d2cd0db25555cc1024cd52520f01b5396fed92c53eb37e4e1e3b7cf52f2154e157c30e8447c)
package() {
cd "$srcdir/"