Bump to 2025-08-02

This commit is contained in:
github-actions[bot] 2025-08-02 02:50:27 +00:00
parent faed29355b
commit 3f27166728
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+20250801
pkgver = 0.1.0+nightly+20250802
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-08-01
source = git+https://github.com/ruffle-rs/ruffle.git#tag=nightly-2025-08-02
source = chromium-extension-ruffle.key
sha256sums = 30877cd1175b9217b2969c7c94f9e7988b464e814ded58fa268aee5bf02132c3
sha256sums = 8f6ff4c8def97cc64cb4d604320e21dcbc011c222063477665cb38fc969e66aa
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-08-01
_date=2025-08-02
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=('30877cd1175b9217b2969c7c94f9e7988b464e814ded58fa268aee5bf02132c3'
sha256sums=('8f6ff4c8def97cc64cb4d604320e21dcbc011c222063477665cb38fc969e66aa'
'dac5c0e9661e41834b76d6d047dc94e41dd7a80d98e1c39cb4f2c95b1a7c7a46')
options=("!lto")