mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Bump to 2025-01-07
This commit is contained in:
parent
62b399c13a
commit
989df55f66
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+20250106
|
||||
pkgver = 0.1.0+nightly+20250107
|
||||
pkgrel = 1
|
||||
url = https://ruffle.rs/
|
||||
arch = x86_64
|
||||
|
|
@ -23,9 +23,9 @@ pkgbase = ruffle-nightly
|
|||
makedepends = yq
|
||||
makedepends = rust-wasm
|
||||
options = !lto
|
||||
source = git+https://github.com/ruffle-rs/ruffle.git#tag=nightly-2025-01-06
|
||||
source = git+https://github.com/ruffle-rs/ruffle.git#tag=nightly-2025-01-07
|
||||
source = chromium-extension-ruffle.key
|
||||
sha256sums = 86bfa39fa30ec8dbf83afa1c17bf0008980db3e6449641d68345bbd6ea0ceb23
|
||||
sha256sums = 163065197b2819b5c96fc95ee40a14571bfa2acb62ad30f6629c40d0f13ed9ec
|
||||
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-01-06
|
||||
_date=2025-01-07
|
||||
|
||||
pkgbase=ruffle-nightly
|
||||
pkgname=(
|
||||
|
|
@ -22,7 +22,7 @@ makedepends=("cargo" "cmake" "java-environment" "npm" "nodejs-lts-iron"
|
|||
"clang" "jq" "git" "chromium" "openssl" "yq" "rust-wasm")
|
||||
source=("git+https://github.com/ruffle-rs/ruffle.git#tag=$_channel-$_date"
|
||||
"chromium-extension-ruffle.key")
|
||||
sha256sums=('86bfa39fa30ec8dbf83afa1c17bf0008980db3e6449641d68345bbd6ea0ceb23'
|
||||
sha256sums=('163065197b2819b5c96fc95ee40a14571bfa2acb62ad30f6629c40d0f13ed9ec'
|
||||
'dac5c0e9661e41834b76d6d047dc94e41dd7a80d98e1c39cb4f2c95b1a7c7a46')
|
||||
options=("!lto")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue