Update to Nightly 2025-08-24

This commit is contained in:
RuffleBuild 2025-08-24 00:16:57 +00:00
parent 5533029b20
commit 055a8e9bf2
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = ruffle-nightly-bin
pkgdesc = A Flash Player emulator written in Rust
pkgver = 2025.08.23
pkgver = 2025.08.24
pkgrel = 1
url = https://ruffle.rs/
arch = x86_64
@ -11,7 +11,7 @@ pkgbase = ruffle-nightly-bin
depends = alsa-lib
provides = ruffle
conflicts = ruffle
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-08-23/ruffle-nightly-2025_08_23-linux-x86_64.tar.gz
sha512sums = 3898e49ecbb3ef0440063f798489d130da22d42cb296893c3ea5ea14f707785372b2175016483575dda2a2f033a77df69f11e9ad08037e7b1abc6779cdd8328b
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-08-24/ruffle-nightly-2025_08_24-linux-x86_64.tar.gz
sha512sums = 3f984c415af434433db8b81995f8e82f3e68c31dc7e44aaab54f0eba2621e1333510d8acb8e02b95e9c1103de57a061a672be7d04d49c05786422d6983475fb8
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2025.08.23
pkgver=2025.08.24
pkgrel=1
pkgdesc="A Flash Player emulator written in Rust"
arch=('x86_64')
@ -10,7 +10,7 @@ depends=(zlib libxcb alsa-lib)
provides=(ruffle)
conflicts=(ruffle)
source=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-${pkgver//./-}/ruffle-nightly-${pkgver//./_}-linux-x86_64.tar.gz")
sha512sums=(3898e49ecbb3ef0440063f798489d130da22d42cb296893c3ea5ea14f707785372b2175016483575dda2a2f033a77df69f11e9ad08037e7b1abc6779cdd8328b)
sha512sums=(3f984c415af434433db8b81995f8e82f3e68c31dc7e44aaab54f0eba2621e1333510d8acb8e02b95e9c1103de57a061a672be7d04d49c05786422d6983475fb8)
package() {
cd "$srcdir/"