Bump to 2025-02-12

This commit is contained in:
Zhang Hua 2025-02-12 12:17:37 +08:00
parent af57fe2db9
commit b83126acb4
No known key found for this signature in database
GPG key ID: 69528D6DCD2BE030
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.1.0+nightly+20250211
pkgver = 0.1.0+nightly+20250212
pkgrel = 1
url = https://ruffle.rs/
arch = x86_64
@ -24,9 +24,9 @@ pkgbase = ruffle-nightly
makedepends = rust-wasm
makedepends = rust-src
options = !lto
source = git+https://github.com/ruffle-rs/ruffle.git#tag=nightly-2025-02-11
source = git+https://github.com/ruffle-rs/ruffle.git#tag=nightly-2025-02-12
source = chromium-extension-ruffle.key
sha256sums = 77d8d170536c2737e4339b69a81872d604461d8e1a9d8ea08f9cb25b2de17655
sha256sums = 1a5d341b5d41ae1670e2c5384a7b8efd66b64e8ed91007d82359b70871ab7e11
sha256sums = dac5c0e9661e41834b76d6d047dc94e41dd7a80d98e1c39cb4f2c95b1a7c7a46
pkgname = ruffle-nightly

View file

@ -1,7 +1,7 @@
# private key to sign chromium extension is generated with `openssl genrsa 2048 | openssl pkcs8 -topk8 -nocrypt -traditional`
_channel=nightly
_date=2025-02-11
_date=2025-02-12
pkgbase=ruffle-nightly
pkgname=(
@ -23,7 +23,7 @@ makedepends=("cargo" "cmake" "java-environment" "npm" "nodejs-lts-iron"
"rust-src")
source=("git+https://github.com/ruffle-rs/ruffle.git#tag=$_channel-$_date"
"chromium-extension-ruffle.key")
sha256sums=('77d8d170536c2737e4339b69a81872d604461d8e1a9d8ea08f9cb25b2de17655'
sha256sums=('1a5d341b5d41ae1670e2c5384a7b8efd66b64e8ed91007d82359b70871ab7e11'
'dac5c0e9661e41834b76d6d047dc94e41dd7a80d98e1c39cb4f2c95b1a7c7a46')
options=("!lto")