Bump to 2026-02-11

This commit is contained in:
github-actions[bot] 2026-02-11 03:44:59 +00:00
parent 56a269ec3f
commit 77c64cc5df
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+20260210
pkgver = 0.2.0+nightly+20260211
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-2026-02-10
source = git+https://github.com/ruffle-rs/ruffle.git#tag=nightly-2026-02-11
source = chromium-extension-ruffle.key
sha256sums = be68d52c962b3424d471e7b46caf51d41e76caa9bd8116baf24838498e9a82d8
sha256sums = 432817c45f982f13d00326640b5133ef61defd5f423c38ec91c7b35c2f07d4c8
sha256sums = dac5c0e9661e41834b76d6d047dc94e41dd7a80d98e1c39cb4f2c95b1a7c7a46
pkgname = ruffle-nightly

View file

@ -3,7 +3,7 @@
_system_wasm_bindgen=false
_version=0.2.0
_channel=nightly
_date=2026-02-10
_date=2026-02-11
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=('be68d52c962b3424d471e7b46caf51d41e76caa9bd8116baf24838498e9a82d8'
sha256sums=('432817c45f982f13d00326640b5133ef61defd5f423c38ec91c7b35c2f07d4c8'
'dac5c0e9661e41834b76d6d047dc94e41dd7a80d98e1c39cb4f2c95b1a7c7a46')
options=("!lto")