Update to Nightly 2025-05-18

This commit is contained in:
RuffleBuild 2025-05-18 00:17:11 +00:00
parent bc1881ddf6
commit d21bae9562
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.17
pkgver = 2025.05.18
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-17/ruffle-nightly-2025_05_17-linux-x86_64.tar.gz
sha512sums = 8afa71027d2ef0de3c9f3c77cdb72a4b0b8ccc8c8d02d987c310ed797a04adcf898998484b05e8a75bdad2cc7b6fd55e799fb59460ece055550ad9b4af0f3d57
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-05-18/ruffle-nightly-2025_05_18-linux-x86_64.tar.gz
sha512sums = 20ddee7fe14f37bbaa4d037503a32e3c5ea479f7c026577b4b05d1a8dfbc82626a76c7abef7870a899af670654120d0c8300585fb9608a80e091a6b3b039ed43
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2025.05.17
pkgver=2025.05.18
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=(8afa71027d2ef0de3c9f3c77cdb72a4b0b8ccc8c8d02d987c310ed797a04adcf898998484b05e8a75bdad2cc7b6fd55e799fb59460ece055550ad9b4af0f3d57)
sha512sums=(20ddee7fe14f37bbaa4d037503a32e3c5ea479f7c026577b4b05d1a8dfbc82626a76c7abef7870a899af670654120d0c8300585fb9608a80e091a6b3b039ed43)
package() {
cd "$srcdir/"