Bump to 2025-12-30

This commit is contained in:
github-actions[bot] 2025-12-30 02:52:59 +00:00
parent c80d8febe9
commit 68367cab47
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+20251229
pkgver = 0.2.0+nightly+20251230
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-12-29
source = git+https://github.com/ruffle-rs/ruffle.git#tag=nightly-2025-12-30
source = chromium-extension-ruffle.key
sha256sums = 7e080d253e484d2fd0f6cf1b794630f8a44f7b5df4b75b73f88c82596f9de9c5
sha256sums = ffb5df9c3f8fbf6d27f662ebf934a24f267744dccb0672b53c1f8c32b4e49f63
sha256sums = dac5c0e9661e41834b76d6d047dc94e41dd7a80d98e1c39cb4f2c95b1a7c7a46
pkgname = ruffle-nightly

View file

@ -3,7 +3,7 @@
_system_wasm_bindgen=false
_version=0.2.0
_channel=nightly
_date=2025-12-29
_date=2025-12-30
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=('7e080d253e484d2fd0f6cf1b794630f8a44f7b5df4b75b73f88c82596f9de9c5'
sha256sums=('ffb5df9c3f8fbf6d27f662ebf934a24f267744dccb0672b53c1f8c32b4e49f63'
'dac5c0e9661e41834b76d6d047dc94e41dd7a80d98e1c39cb4f2c95b1a7c7a46')
options=("!lto")