Update to nightly-2026-03-12

This commit is contained in:
RuffleBuild 2026-03-12 00:21:52 +00:00
parent c8fee4e1db
commit 90721cb5fb
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.11
pkgver = 2026.3.12
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-11/ruffle-nightly-2026_03_11-linux-x86_64.tar.gz
sha512sums_x86_64 = 23531f3bd4f5333493f861d9f96218065aee920f95cc0d526580335bb739fa955b819336029e9f08950ec249e5c68960b951d8357acbfbdc120732d765e8c6c9
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-03-11/ruffle-nightly-2026_03_11-linux-aarch64.tar.gz
sha512sums_aarch64 = 6accd5b01560ee2fbe322b8101173af7ec8d8f789b74f28b23b277034a7ddb50b9d431faffedf5c5a2ca49ccc10bc6d8db924486056fc90a99596774e7b3d327
source_x86_64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-03-12/ruffle-nightly-2026_03_12-linux-x86_64.tar.gz
sha512sums_x86_64 = 22a9325fd6d58d0fffdcf305df490d4b9caf59056fa95b217047947c2e14df8621fbdda5fe7149a3e1a3c3885deb3b20c444f8edf8f9a3b19697d21d7dbbee27
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-03-12/ruffle-nightly-2026_03_12-linux-aarch64.tar.gz
sha512sums_aarch64 = 728542b33fe029a21b6c4d6a0d95e7fdef7ed3c645de6bbc08a191a8ed1d73eb50517d5f868470c12cda0618f0f5e4a7abb809b88555862c6da415f7d06d1f32
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2026.3.11
pkgver=2026.3.12
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-11/ruffle-nightly-2026_03_11-linux-x86_64.tar.gz")
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-03-11/ruffle-nightly-2026_03_11-linux-aarch64.tar.gz")
sha512sums_x86_64=(23531f3bd4f5333493f861d9f96218065aee920f95cc0d526580335bb739fa955b819336029e9f08950ec249e5c68960b951d8357acbfbdc120732d765e8c6c9)
sha512sums_aarch64=(6accd5b01560ee2fbe322b8101173af7ec8d8f789b74f28b23b277034a7ddb50b9d431faffedf5c5a2ca49ccc10bc6d8db924486056fc90a99596774e7b3d327)
source_x86_64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-03-12/ruffle-nightly-2026_03_12-linux-x86_64.tar.gz")
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-03-12/ruffle-nightly-2026_03_12-linux-aarch64.tar.gz")
sha512sums_x86_64=(22a9325fd6d58d0fffdcf305df490d4b9caf59056fa95b217047947c2e14df8621fbdda5fe7149a3e1a3c3885deb3b20c444f8edf8f9a3b19697d21d7dbbee27)
sha512sums_aarch64=(728542b33fe029a21b6c4d6a0d95e7fdef7ed3c645de6bbc08a191a8ed1d73eb50517d5f868470c12cda0618f0f5e4a7abb809b88555862c6da415f7d06d1f32)
package() {
cd "$srcdir/"