Update to nightly-2026-03-06

This commit is contained in:
RuffleBuild 2026-03-06 00:25:25 +00:00
parent 5f49a9fde5
commit 264fd36f78
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 = 2026.3.4
pkgver = 2026.3.6
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-2026-03-04/ruffle-nightly-2026_03_04-linux-x86_64.tar.gz
sha512sums_x86_64 = 96cf7e2162c1ae11ab3d5fc8a4788e32617d7ef35e72109b40b692a17a90cabbfd9abe365dc4f49b5f53f89908125c7d9839fdc6aeac3e8b18106aef97782f47
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-03-04/ruffle-nightly-2026_03_04-linux-aarch64.tar.gz
sha512sums_aarch64 = ae38ad306cf5d412a5af25d8cb4f9e22d5ee8820588df7e3d8e59778de0f36f32855b551c10d1217ab6cc836156207da51b73a0aba398dceb415d60d5aab95a5
source_x86_64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-03-06/ruffle-nightly-2026_03_06-linux-x86_64.tar.gz
sha512sums_x86_64 = 392a4643587a37be0d05332227f2a679d781bd09139b8fc501c770c68dc61aa757ea187ead28093af2e1172b7a3c2c9efa5c576b05157e2402b603474a8467af
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-03-06/ruffle-nightly-2026_03_06-linux-aarch64.tar.gz
sha512sums_aarch64 = b1fe6263f3555a7cdc8367919fc434e3b88d4a27eab746b52aa082ecbef97d835230f07a232142c1a35cd9a445e43acb50d48fcb1fc06527ead34be6453cc8e1
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2026.3.4
pkgver=2026.3.6
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-2026-03-04/ruffle-nightly-2026_03_04-linux-x86_64.tar.gz")
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-03-04/ruffle-nightly-2026_03_04-linux-aarch64.tar.gz")
sha512sums_x86_64=(96cf7e2162c1ae11ab3d5fc8a4788e32617d7ef35e72109b40b692a17a90cabbfd9abe365dc4f49b5f53f89908125c7d9839fdc6aeac3e8b18106aef97782f47)
sha512sums_aarch64=(ae38ad306cf5d412a5af25d8cb4f9e22d5ee8820588df7e3d8e59778de0f36f32855b551c10d1217ab6cc836156207da51b73a0aba398dceb415d60d5aab95a5)
source_x86_64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-03-06/ruffle-nightly-2026_03_06-linux-x86_64.tar.gz")
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-03-06/ruffle-nightly-2026_03_06-linux-aarch64.tar.gz")
sha512sums_x86_64=(392a4643587a37be0d05332227f2a679d781bd09139b8fc501c770c68dc61aa757ea187ead28093af2e1172b7a3c2c9efa5c576b05157e2402b603474a8467af)
sha512sums_aarch64=(b1fe6263f3555a7cdc8367919fc434e3b88d4a27eab746b52aa082ecbef97d835230f07a232142c1a35cd9a445e43acb50d48fcb1fc06527ead34be6453cc8e1)
package() {
cd "$srcdir/"