Bump to 2024-11-28

This commit is contained in:
Zhang Hua 2024-11-28 08:47:27 +08:00
parent 00d6939170
commit 9a5e744939
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+20241127
pkgver = 0.1.0+nightly+20241128
pkgrel = 1
url = https://ruffle.rs/
arch = x86_64
@ -22,9 +22,9 @@ pkgbase = ruffle-nightly
makedepends = chromium
makedepends = openssl
options = !lto
source = git+https://github.com/ruffle-rs/ruffle.git#tag=nightly-2024-11-27
source = git+https://github.com/ruffle-rs/ruffle.git#tag=nightly-2024-11-28
source = chromium-extension-ruffle.key
sha256sums = 3a6380a0745b9fceed78bef072b031a56d3623929e46223d25eecd1580034027
sha256sums = 6dbc3c0c21fc0b32f04ab0821d853bfbc6a9370c0c227a24ce60c0f5b64e3221
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=2024-11-27
_date=2024-11-28
pkgbase=ruffle-nightly
pkgname=(
@ -22,7 +22,7 @@ makedepends=("cargo" "cmake" "java-environment" "npm" "nodejs-lts-iron"
"clang" "jq" "git" "chromium" "openssl")
source=("git+https://github.com/ruffle-rs/ruffle.git#tag=$_channel-$_date"
"chromium-extension-ruffle.key")
sha256sums=('3a6380a0745b9fceed78bef072b031a56d3623929e46223d25eecd1580034027'
sha256sums=('6dbc3c0c21fc0b32f04ab0821d853bfbc6a9370c0c227a24ce60c0f5b64e3221'
'dac5c0e9661e41834b76d6d047dc94e41dd7a80d98e1c39cb4f2c95b1a7c7a46')
options=("!lto")