Update to Nightly 2025-08-26

This commit is contained in:
RuffleBuild 2025-08-26 00:21:04 +00:00
parent 146cf9de7b
commit 60eafce8ae
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = ruffle-nightly-bin
pkgdesc = A Flash Player emulator written in Rust
pkgver = 2025.08.25
pkgver = 2025.08.26
pkgrel = 1
url = https://ruffle.rs/
arch = x86_64
@ -12,8 +12,8 @@ pkgbase = ruffle-nightly-bin
depends = alsa-lib
provides = ruffle
conflicts = ruffle
source_x86_64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-08-25/ruffle-nightly-2025_08_25-linux-x86_64.tar.gz
sha512sums_x86_64 = 68485c14504834d9f3b0d08386eefc536551068077dde90b552b09751a1799201a0837f27d429b375f0a22bdb0aa17c4ee451e838f949fe058a3c46c4fd0d2c5
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-08-25/ruffle-nightly-2025_08_25-linux-aarch64.tar.gz
source_x86_64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-08-26/ruffle-nightly-2025_08_26-linux-x86_64.tar.gz
sha512sums_x86_64 = 1b18258480b4f4e4621d43a803a627d71f1dfd442774c526ec35c780854adb23927f1a57a799e6f1623817eed2e2d3569961b9bf838a77230309e1a1e2fd9873
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-08-26/ruffle-nightly-2025_08_26-linux-aarch64.tar.gz
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2025.08.25
pkgver=2025.08.26
pkgrel=1
pkgdesc="A Flash Player emulator written in Rust"
arch=('x86_64' 'aarch64')
@ -11,7 +11,7 @@ provides=(ruffle)
conflicts=(ruffle)
source_x86_64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-${pkgver//./-}/ruffle-nightly-${pkgver//./_}-linux-x86_64.tar.gz")
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-${pkgver//./-}/ruffle-nightly-${pkgver//./_}-linux-aarch64.tar.gz")
sha512sums_x86_64=(68485c14504834d9f3b0d08386eefc536551068077dde90b552b09751a1799201a0837f27d429b375f0a22bdb0aa17c4ee451e838f949fe058a3c46c4fd0d2c5)
sha512sums_x86_64=(1b18258480b4f4e4621d43a803a627d71f1dfd442774c526ec35c780854adb23927f1a57a799e6f1623817eed2e2d3569961b9bf838a77230309e1a1e2fd9873)
sha512sums_aarch64=()
package() {