Update to Nightly 2025-08-07

This commit is contained in:
RuffleBuild 2025-08-07 00:20:36 +00:00
parent 6417f2107d
commit 3765ad84a4
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.06
pkgver = 2025.08.07
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-06/ruffle-nightly-2025_08_06-linux-x86_64.tar.gz
sha512sums = 62f85acc4ff11e2524c79b64144d2664efe05529cc41d6c7291a64fed84f8af804cdf957496f75ed77ce6d03a6c4a74f3d21d3f39be9f406087ae10eb6064af7
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-08-07/ruffle-nightly-2025_08_07-linux-x86_64.tar.gz
sha512sums = 081bbcbe8eedb9180346084ea7ad7b4802dcc86adc3ad469ef43fda33d30ae49f9ccf6460748fbd94f05b96b5b6741559359bc99efe03b4d48890868562f9fb3
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2025.08.06
pkgver=2025.08.07
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=(62f85acc4ff11e2524c79b64144d2664efe05529cc41d6c7291a64fed84f8af804cdf957496f75ed77ce6d03a6c4a74f3d21d3f39be9f406087ae10eb6064af7)
sha512sums=(081bbcbe8eedb9180346084ea7ad7b4802dcc86adc3ad469ef43fda33d30ae49f9ccf6460748fbd94f05b96b5b6741559359bc99efe03b4d48890868562f9fb3)
package() {
cd "$srcdir/"