mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Bump to 2025-07-22
This commit is contained in:
parent
1e559ba9d0
commit
d80b7e1546
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = ruffle-nightly
|
||||
pkgdesc = A Flash Player emulator written in Rust. (Nightly version)
|
||||
pkgver = 0.1.0+nightly+20250721
|
||||
pkgver = 0.1.0+nightly+20250722
|
||||
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-07-21
|
||||
source = git+https://github.com/ruffle-rs/ruffle.git#tag=nightly-2025-07-22
|
||||
source = chromium-extension-ruffle.key
|
||||
sha256sums = 22b6da98dbd0c68d3fc4d8494a71687cb976d0a687b26f0d3438ec26d537c53a
|
||||
sha256sums = 3b7f2dd09e32c15261c99a663bafb1e5f9b6244e1d083e8da1f4fae6104a50e4
|
||||
sha256sums = dac5c0e9661e41834b76d6d047dc94e41dd7a80d98e1c39cb4f2c95b1a7c7a46
|
||||
|
||||
pkgname = ruffle-nightly
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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-07-21
|
||||
_date=2025-07-22
|
||||
|
||||
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=('22b6da98dbd0c68d3fc4d8494a71687cb976d0a687b26f0d3438ec26d537c53a'
|
||||
sha256sums=('3b7f2dd09e32c15261c99a663bafb1e5f9b6244e1d083e8da1f4fae6104a50e4'
|
||||
'dac5c0e9661e41834b76d6d047dc94e41dd7a80d98e1c39cb4f2c95b1a7c7a46')
|
||||
options=("!lto")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue