Update to nightly-2025-12-15

This commit is contained in:
RuffleBuild 2025-12-15 00:21:24 +00:00
parent 320afe6cd4
commit bb01e0dfbd
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.14
pkgver = 2025.12.15
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-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
source_x86_64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-15/ruffle-nightly-2025_12_15-linux-x86_64.tar.gz
sha512sums_x86_64 = fa3a53e296d5f0a26ebad0b20ffe058c7c370927f82bed40556014e5522b5a7348e0801b6aacdbc20c9147b5936a5ac887f56352edd3b9af659d2fd346e62d37
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-15/ruffle-nightly-2025_12_15-linux-aarch64.tar.gz
sha512sums_aarch64 = 98e24b088f321406e1b788091a524ff4d0c945757dc9a7d737618649833d19d63a286fc5824349714aef2eb5eac4649e50a51445896b91b2841cc2cca292f870
pkgname = ruffle-nightly-bin

View file

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