Update to Nightly 2025-05-11

This commit is contained in:
RuffleBuild 2025-05-11 00:19:16 +00:00
parent ed5002f836
commit 156bebfaec
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.05.10
pkgver = 2025.05.11
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-05-10/ruffle-nightly-2025_05_10-linux-x86_64.tar.gz
sha512sums = f75890153f6d94d6c531a0366580d7220b25849238613daf5ed75ddc6761cc5f7310f7a26ad4736202e034ab8219bf2afaef98df7b95951e2b89e398d29125c0
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-05-11/ruffle-nightly-2025_05_11-linux-x86_64.tar.gz
sha512sums = abba8df325db094479f12c880b61328915e7b6181f4fa89a6f163fd4c504140dbf24c78cc22b158b71d3b05a29b820da5d72a5a0b122fc848c480fec156a63d7
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2025.05.10
pkgver=2025.05.11
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=(f75890153f6d94d6c531a0366580d7220b25849238613daf5ed75ddc6761cc5f7310f7a26ad4736202e034ab8219bf2afaef98df7b95951e2b89e398d29125c0)
sha512sums=(abba8df325db094479f12c880b61328915e7b6181f4fa89a6f163fd4c504140dbf24c78cc22b158b71d3b05a29b820da5d72a5a0b122fc848c480fec156a63d7)
package() {
cd "$srcdir/"