mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to nightly-2025-10-31
This commit is contained in:
parent
e7dc758056
commit
9f4f5f3e07
2 changed files with 10 additions and 10 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = ruffle-nightly-bin
|
||||
pkgdesc = A Flash Player emulator written in Rust
|
||||
pkgver = 2025.10.30
|
||||
pkgver = 2025.10.31
|
||||
pkgrel = 1
|
||||
url = https://ruffle.rs/
|
||||
arch = x86_64
|
||||
|
|
@ -12,9 +12,9 @@ pkgbase = ruffle-nightly-bin
|
|||
depends = alsa-lib
|
||||
provides = ruffle
|
||||
conflicts = ruffle
|
||||
source_x86_64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-30/ruffle-nightly-2025_10_30-linux-x86_64.tar.gz
|
||||
sha512sums_x86_64 = 7b09697606faa3d3ff9a6fc6ddb080db35c984202f49eb17834954300f36fa37783efad0da8a94a24509e4f0662f2bab30d37fe7545152410f451d4fa63f5a52
|
||||
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-30/ruffle-nightly-2025_10_30-linux-aarch64.tar.gz
|
||||
sha512sums_aarch64 = 6d0280002e513da6e003d96c67c0c8a201884c3085be12ae4431afa590d1c80d47574a6f82de6d78ae7ae6b8a613ca4d521d5cb7fd611d62d7b7d62fe59da7e8
|
||||
source_x86_64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-31/ruffle-nightly-2025_10_31-linux-x86_64.tar.gz
|
||||
sha512sums_x86_64 = 4af3c9cb054a1d614588884c1dae31e9366b1081d5a92e720f1cc60c8c39481ba838d2ac1c22ca713f0dd17565bc07cae6410a1c0bfc95a3e84be50c4484f349
|
||||
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-31/ruffle-nightly-2025_10_31-linux-aarch64.tar.gz
|
||||
sha512sums_aarch64 = f04db9f64b327fe5d3b56117430652ad11461e9a8e89f334c923dc981c4831104c2abef9fa8af76b53fb37480831ae9a7f31bc95ce85f87d3d67cfb06cff8af3
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2025.10.30
|
||||
pkgver=2025.10.31
|
||||
pkgrel=1
|
||||
pkgdesc="A Flash Player emulator written in Rust"
|
||||
arch=('x86_64' 'aarch64')
|
||||
|
|
@ -9,10 +9,10 @@ license=('Apache' 'MIT')
|
|||
depends=(zlib libxcb alsa-lib)
|
||||
provides=(ruffle)
|
||||
conflicts=(ruffle)
|
||||
source_x86_64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-30/ruffle-nightly-2025_10_30-linux-x86_64.tar.gz")
|
||||
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-30/ruffle-nightly-2025_10_30-linux-aarch64.tar.gz")
|
||||
sha512sums_x86_64=(7b09697606faa3d3ff9a6fc6ddb080db35c984202f49eb17834954300f36fa37783efad0da8a94a24509e4f0662f2bab30d37fe7545152410f451d4fa63f5a52)
|
||||
sha512sums_aarch64=(6d0280002e513da6e003d96c67c0c8a201884c3085be12ae4431afa590d1c80d47574a6f82de6d78ae7ae6b8a613ca4d521d5cb7fd611d62d7b7d62fe59da7e8)
|
||||
source_x86_64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-31/ruffle-nightly-2025_10_31-linux-x86_64.tar.gz")
|
||||
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-31/ruffle-nightly-2025_10_31-linux-aarch64.tar.gz")
|
||||
sha512sums_x86_64=(4af3c9cb054a1d614588884c1dae31e9366b1081d5a92e720f1cc60c8c39481ba838d2ac1c22ca713f0dd17565bc07cae6410a1c0bfc95a3e84be50c4484f349)
|
||||
sha512sums_aarch64=(f04db9f64b327fe5d3b56117430652ad11461e9a8e89f334c923dc981c4831104c2abef9fa8af76b53fb37480831ae9a7f31bc95ce85f87d3d67cfb06cff8af3)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue