Update to Nightly 2025-04-12

This commit is contained in:
RuffleBuild 2025-04-12 00:15:22 +00:00
parent 49fc7256e2
commit 392fc14017
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.04.11
pkgver = 2025.04.12
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-04-11/ruffle-nightly-2025_04_11-linux-x86_64.tar.gz
sha512sums = 738bd756f410104d0a2b0bdc439ff44e256e7e0cda47b64c8e2799e3012bde853dc48d6968a7a7cb834950cd1ffcc8121b54a5556f05c963cf8f92b5e943a888
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-04-12/ruffle-nightly-2025_04_12-linux-x86_64.tar.gz
sha512sums = 5b0c6a0a49c8f887ebc493a5c70de09eb1790d311310c48569e7844ccb9976404f7809e543c84798f78475e752bad239b9f83632ef8de27015b6e5091d644f75
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2025.04.11
pkgver=2025.04.12
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=(738bd756f410104d0a2b0bdc439ff44e256e7e0cda47b64c8e2799e3012bde853dc48d6968a7a7cb834950cd1ffcc8121b54a5556f05c963cf8f92b5e943a888)
sha512sums=(5b0c6a0a49c8f887ebc493a5c70de09eb1790d311310c48569e7844ccb9976404f7809e543c84798f78475e752bad239b9f83632ef8de27015b6e5091d644f75)
package() {
cd "$srcdir/"