Bump to 2025-10-29

This commit is contained in:
github-actions[bot] 2025-10-29 02:42:36 +00:00
parent 4431a37651
commit 406d4d3b63
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = ruffle-nightly
pkgdesc = A Flash Player emulator written in Rust. (Nightly version)
pkgver = 0.2.0+nightly+20251028
pkgver = 0.2.0+nightly+20251029
pkgrel = 1
url = https://ruffle.rs/
arch = x86_64
@ -24,9 +24,9 @@ pkgbase = ruffle-nightly
makedepends = rust-src
makedepends = yq
options = !lto
source = git+https://github.com/ruffle-rs/ruffle.git#tag=nightly-2025-10-28
source = git+https://github.com/ruffle-rs/ruffle.git#tag=nightly-2025-10-29
source = chromium-extension-ruffle.key
sha256sums = 5235ef7ddba3bbbbb567e5ad8b157eef24c778f6a0738e8fa988881611829993
sha256sums = 3e497c0b35831e350ee069edccccdc5f67f70d7b478d777ebd710f31fff3f8e9
sha256sums = dac5c0e9661e41834b76d6d047dc94e41dd7a80d98e1c39cb4f2c95b1a7c7a46
pkgname = ruffle-nightly

View file

@ -3,7 +3,7 @@
_system_wasm_bindgen=false
_version=0.2.0
_channel=nightly
_date=2025-10-28
_date=2025-10-29
pkgbase=ruffle-nightly
pkgname=(ruffle-nightly
@ -29,7 +29,7 @@ else
fi
source=("git+https://github.com/ruffle-rs/ruffle.git#tag=$_channel-$_date"
"chromium-extension-ruffle.key")
sha256sums=('5235ef7ddba3bbbbb567e5ad8b157eef24c778f6a0738e8fa988881611829993'
sha256sums=('3e497c0b35831e350ee069edccccdc5f67f70d7b478d777ebd710f31fff3f8e9'
'dac5c0e9661e41834b76d6d047dc94e41dd7a80d98e1c39cb4f2c95b1a7c7a46')
options=("!lto")