Update to nightly-2025-09-17

This commit is contained in:
RuffleBuild 2025-09-17 00:17:06 +00:00
parent 9d8aab211a
commit 2d8e9155ac
2 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
pkgbase = ruffle-nightly-bin
pkgdesc = A Flash Player emulator written in Rust
pkgver = 2025.9.16
pkgver = 2025.9.17
pkgrel = 1
url = https://ruffle.rs/
arch = x86_64
@ -12,9 +12,9 @@ pkgbase = ruffle-nightly-bin
depends = alsa-lib
provides = ruffle
conflicts = ruffle
source_x86_64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-09-16/ruffle-nightly-2025_09_16-linux-x86_64.tar.gz
sha512sums_x86_64 = cef65fedee8d21ee3f67521c65e94d76a5f4f8a2cf53b36da9b8bae482874737bb9348f4c525ac928f97536361a1256061c873699ba42a0ef61f47fe2484e634
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-09-16/ruffle-nightly-2025_09_16-linux-aarch64.tar.gz
sha512sums_aarch64 = ee7ba25cd189f03787f7c5acf8215cd654f13653f9df7e85a7375c3d3c226787d5ca03f1a9bc718203699614d52215b11a487cfdb45ec8554dca647bc90512f7
source_x86_64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-09-17/ruffle-nightly-2025_09_17-linux-x86_64.tar.gz
sha512sums_x86_64 = aef39f8c57aace21bfd014a1c57ad83b63e0b8edfb2c9433482adaf06a825eea334b40dba616debe1357c4860dff5854b6c806aac9b444eb2a5db836bbee866b
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-09-17/ruffle-nightly-2025_09_17-linux-aarch64.tar.gz
sha512sums_aarch64 = bb885f689da3f0ee9fd3b8a1db336632f55f77824e68a2f6b013a26c08d2c707ab81b26bc1f3949ab86df7b349f3c40b06eccd72df6baf84370384b3be07fb32
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2025.9.16
pkgver=2025.9.17
pkgrel=1
pkgdesc="A Flash Player emulator written in Rust"
arch=('x86_64' 'aarch64')
@ -9,10 +9,10 @@ license=('Apache' 'MIT')
depends=(zlib libxcb alsa-lib)
provides=(ruffle)
conflicts=(ruffle)
source_x86_64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-09-16/ruffle-nightly-2025_09_16-linux-x86_64.tar.gz")
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-09-16/ruffle-nightly-2025_09_16-linux-aarch64.tar.gz")
sha512sums_x86_64=(cef65fedee8d21ee3f67521c65e94d76a5f4f8a2cf53b36da9b8bae482874737bb9348f4c525ac928f97536361a1256061c873699ba42a0ef61f47fe2484e634)
sha512sums_aarch64=(ee7ba25cd189f03787f7c5acf8215cd654f13653f9df7e85a7375c3d3c226787d5ca03f1a9bc718203699614d52215b11a487cfdb45ec8554dca647bc90512f7)
source_x86_64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-09-17/ruffle-nightly-2025_09_17-linux-x86_64.tar.gz")
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-09-17/ruffle-nightly-2025_09_17-linux-aarch64.tar.gz")
sha512sums_x86_64=(aef39f8c57aace21bfd014a1c57ad83b63e0b8edfb2c9433482adaf06a825eea334b40dba616debe1357c4860dff5854b6c806aac9b444eb2a5db836bbee866b)
sha512sums_aarch64=(bb885f689da3f0ee9fd3b8a1db336632f55f77824e68a2f6b013a26c08d2c707ab81b26bc1f3949ab86df7b349f3c40b06eccd72df6baf84370384b3be07fb32)
package() {
cd "$srcdir/"